From: Joseph G. <gal...@va...> - 2002-06-21 15:38:02
|
Is anyone else having trouble building most recent cvs? I'm dying in drivers/net/packet with undefined symbols for various ndis symbosl. Most seem to be out of control.c -- NdisResetEvent, etc. It looks like for some reason it is failing to link with ndis. I haven't tracked it further than this. - Joseph |
From: Casper H. <ch...@us...> - 2002-06-21 16:37:15
|
fre, 2002-06-21 kl. 17:31 skrev Joseph Galbraith: > Is anyone else having trouble building most > recent cvs? A good strategy when experiencing build failures is to first do a "make clean". Then a full "make". In this case it may be sufficient to do a "make ndis_implib" since the ndis.def files have changed. Of course, it may be that this build failure cannot be solved by this approach. I haven't tried building the latest CVS version so I couldn't say. Casper |
From: Joseph G. <gal...@va...> - 2002-06-21 17:57:28
|
Indeed, though I failed to mention it, I did try a make clean, and didn't have any luck with it. I haven't tried a fresh checkout from CVS though -- I may try that next, if others aren't seeing the build failure. Thanks, Joseph ----- Original Message ----- From: "Casper Hornstrup" <ch...@us...> To: <rea...@li...> Sent: Friday, June 21, 2002 9:44 AM Subject: Re: [ros-kernel] Build... > fre, 2002-06-21 kl. 17:31 skrev Joseph Galbraith: > > Is anyone else having trouble building most > > recent cvs? > > A good strategy when experiencing build failures is to first do a "make > clean". Then a full "make". In this case it may be sufficient to do a > "make ndis_implib" since the ndis.def files have changed. Of course, it > may be that this build failure cannot be solved by this approach. I > haven't tried building the latest CVS version so I couldn't say. > > Casper > > > > > ------------------------------------------------------- > Sponsored by: > ThinkGeek at http://www.ThinkGeek.com/ > _______________________________________________ > reactos-kernel mailing list > rea...@li... > https://lists.sourceforge.net/lists/listinfo/reactos-kernel > > |
From: Eric K. <ek...@rz...> - 2002-06-21 18:54:12
|
"Joseph Galbraith" <gal...@va...> wrote: > Indeed, though I failed to mention it, I did > try a make clean, and didn't have any luck with > it. > > I haven't tried a fresh checkout from CVS though -- > I may try that next, if others aren't seeing the > build failure. I've seen the unresolved references too. IMO, the ndis.h patch wasn't checked in. Eric |
From: Robert D. <od...@pn...> - 2002-06-21 20:41:30
|
Sorry guys, Eric was spot on! Forgot to commit the two files I changed from the include directory, winsock2.h and ndis.h Now committed. I am pulling down any latest changes and will perform a clean build shortly to check for any other problems. I just found 'Flat Mode' in WinCVS which makes it much easier to find the files one has modified. Shouldn't have this problem again I hope. Rgs, Robert. At 08:57 PM 21/06/2002 +0200, you wrote: >"Joseph Galbraith" <gal...@va...> wrote: > > > Indeed, though I failed to mention it, I did > > try a make clean, and didn't have any luck with > > it. > > > > I haven't tried a fresh checkout from CVS though -- > > I may try that next, if others aren't seeing the > > build failure. > >I've seen the unresolved references too. IMO, the ndis.h patch wasn't >checked in. > >Eric > > > > >------------------------------------------------------- >Sponsored by: >ThinkGeek at http://www.ThinkGeek.com/ >_______________________________________________ >reactos-kernel mailing list >rea...@li... >https://lists.sourceforge.net/lists/listinfo/reactos-kernel |
From: Robert D. <od...@pn...> - 2002-06-21 21:11:28
|
Latest CVS (not a fresh snapshot) builds from clean and runs in latest bochs from built from a recent CVS snapshot and booting using freedos.bat GDITest runs and exits nicely. freeldr.bat fails with the dump shown below. Although I can build freeldr using DJGPP I havn't delved into the procedure for creating a new freeldr.img The current one .zip's to around 360kb. I know it's discouraged but would anybody care to post a latest freeldr floppy image to the list? ---------------------------------------------------------------------------------------------------- Found 1 system processor. [32 MB Memory] No boot drivers available. Bug detected (code 0 param 0 0 0 0) The bug code is undefined. Please use an existing code instead. Pid: 1 <SYSTEM> Thrd: c01106f4 Tid: 1 Frames: <ntoskrnl.exe: 855e><ntoskrnl.exe: aa14><ntoskrnl.exe: aaad><ntoskrnl.exe: b052><ntoskrnl.exe: 117c> Bug detected code: 0x1D Divide Error Exception: 0(0) Processor: 0 CS:EIP 8:c0004cf8 <ntoskrnl.exe: 4cf8> cr2 0 cr3 271000 Proc: c00ffaa6 Pid: 1 <SYSTEM> Thrd: c01106f4 Tid: 1 DS 10 ES 10 FS 30 GS 10 EAX: 00000001 EBX: c0085750 ECX: c00a7000 EDX: 00000001 EBP: c007fd80 ESI: 00200000 EDI: 00000000 EFLAGS: 00000202 kESP c007fd0c kernel stack base c007d000 ESP c007fd0c Frames: <ntoskrnl.exe: 8539><ntoskrnl.exe: 855e><ntoskrnl.exe: aa14><ntoskrnl.exe: aaad><ntoskrnl.exe: b052><ntoskrnl.exe: 117c> |
From: Robert D. <od...@pn...> - 2002-06-21 20:32:39
|
Hi Joseph, I'm the one who committed the changes. It all builds ok on my tree which I used to sync my changes into CVS. For a quick fix simply remove the reference to 'packet' from the NET_DRIVERS list in the master makefile. NET_DRIVERS = afd ndis packet tcpip tdi wshtcpip The packet driver probably will not work as is anyhow and so it has not been added to the registry for loading. Therefore it is not required to be built. Rgs, Robert. At 09:31 AM 21/06/2002 -0600, you wrote: >Is anyone else having trouble building most >recent cvs? > >I'm dying in drivers/net/packet with undefined symbols >for various ndis symbosl. Most seem to be out >of control.c -- NdisResetEvent, etc. > >It looks like for some reason it is failing to link >with ndis. I haven't tracked it further than this. > >- Joseph > > > > >------------------------------------------------------- >Sponsored by: >ThinkGeek at http://www.ThinkGeek.com/ >_______________________________________________ >reactos-kernel mailing list >rea...@li... >https://lists.sourceforge.net/lists/listinfo/reactos-kernel |