Re: SNMP with PB 4.2 - test sample not being built ?
From: Paul G. Tobey [eMVP] (ptobey)
Date: 12/17/04
- Next message: Jim Frazer: "Re: USB Support for USB 2.0 Devices at 1.1 Speed?"
- Previous message: yuun: "Re: Start Menu : Always on Top"
- In reply to: sergeir: "Re: SNMP with PB 4.2 - test sample not being built ?"
- Next in thread: sergeir: "Re: SNMP with PB 4.2 - test sample not being built ?"
- Reply: sergeir: "Re: SNMP with PB 4.2 - test sample not being built ?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 17 Dec 2004 09:23:34 -0700
I'm certainly no build system expert, but if SYSGEN_SNMP is set, which it
should be if you have included the SNMP support from the catalog, then that
should be getting built in your flat release directory...
It won't be in project.bib; it's in common.bib, if that module is in the
list of CE modules...
Paul T.
"sergeir" <anonymous@discussions.microsoft.com> wrote in message
news:02b701c4e428$580e6660$a501280a@phx.gbl...
> Hi Paul,
>
> You are correct but not quite.
> snmp_snmptestmib showing up in the list of modules to be
> included in the OS - true, it is not in the project.bib.
> Because if I add it there my platform nk.bin will not be
> built - makeimg will fail to find the file
> snmp_snmptestmib.dll. That's because it is not being built
> by PB.
>
> The corresponding to my platform cesysgen.bat file
> contains the following relevant info
>
> if "%SYSGEN_SNMP%"=="1" set CE_MODULES=%CE_MODULES% snmp
> snmp_mibii snmp_hostmib snmp_snmptestmib
> if "%SYSGEN_SNMP%"=="1" set SYSGEN_TOOLHELP=1
>
> but the ($flatreleasedir) does not contain the desired
> snmp_snmptestmib.dll, but does contain the
> snmp_hostmib.dll, snmp.dll and snmp_mibii.dll.
>
> What gives ? Do I really miss something else, like hidden
> parameter or so ?
>
> Thanks,
>
> Sergei
>
>>-----Original Message-----
>>Basically what you're missing is snmp_snmptestmib showing
> up in the list of
>>modules to be included in the OS. As I remember, though,
> the test MIB is
>>incliuded by default. Isn't it listed in your
> cesysgen.bat along with the
>>other SNMP components?
>>
>>Paul T.
>>
>>"sergeir" <anonymous@discussions.microsoft.com> wrote in
> message
>>news:097601c4e385$83b92140$a401280a@phx.gbl...
>>> Dear experts,
>>>
>>> I have studied the PB 4.2 most recent documentation and
>>> have combed through the several related newsgroups
> looking
>>> for the information leading to finding the culprit in my
>>> test case with SNMP.
>>>
>>> Description : PB 4.2, platform is x86 based, VIA BSP,
>>> simple web pad project ( that's doesn't really matter,
>>> isn't it ?)
>>>
>>> Have included int the platform
>>> Networking->LocalAreaNetwork->Realtek 8139
>>> App & Servcs->Device Management->SNMP (has ! sign)
>>> Communications Services and Networking->Networking -
>>> Local...->Wired Local Area Network
>>> Communications Services and Networking->Networking -Wide
>>> Area.....->Wired Local Area Network->Dial up; PPP; TAPI
>>> Communications Services and Networking->Networking
>>> Features->TCP/IP
>>>
>>> What esle should one add for test SNMp project to work ?
>>>
>>> Test SNMP project - a simple DLL supposed to be loaded
> by
>>> device.exe. This DLL source code is provided by
> Microsoft
>>> and is a part of PB. One can see its source code when
>>> expanding PB catalog tree under SNMP node. You would see
>>> dllmain.c, mibentry.c etc.
>>>
>>> I have done clean rebuild all command and enabled depth
>>> tree build is set on too. Did also a command like
> build -
>>> no luck. The resulting snmp_snmptestmib.dll is not being
>>> built by PB ! Even though its mates snmp_mibii.dll and
>>> snmp_hostmib.dll are built, incorporated into nk.bin and
>>> then loaded properly by device.exe.
>>>
>>> Looking into the makefile one can see that
>>> snmp_snmptestmib.dll is in there and is supposed to be
>>> built the same way as the snmp_hostmib.dll is.
>>>
>>> Can anybody shed some light on this SNMP sample in PB
> 4.2 ?
>>>
>>> Thanks
>>>
>>> Sergei
>>
>>
>>.
>>
- Next message: Jim Frazer: "Re: USB Support for USB 2.0 Devices at 1.1 Speed?"
- Previous message: yuun: "Re: Start Menu : Always on Top"
- In reply to: sergeir: "Re: SNMP with PB 4.2 - test sample not being built ?"
- Next in thread: sergeir: "Re: SNMP with PB 4.2 - test sample not being built ?"
- Reply: sergeir: "Re: SNMP with PB 4.2 - test sample not being built ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|