Cross gcc Mailing List Archive

[Prev][Next][Index][Thread]

Re: GNU for 68K in dos




|Reply-To: Neville Mair <nev@snet.net>
|
|I'm trying to have the GNU developement system 
|running in DOS producing code for a 68K (BCC332) 
|system.
|
|I have read the FAQ ( version 7) and decided to 
|use the Canadian cross. I downloaded
|
|GCC	- 2.7.2
|NEWLIB	- 1.7.0
|BINUT	- 2.6
|GDB	- 4.16
[ bits elided ]

|protoize.o(.text+0x1558):protoize.c: undefined reference to 
|`_vfork'
|protoize.o(.text+0x158b):protoize.c: undefined reference to 
|`_wait'
|make[1]: *** [protoize] Error 1
|make[1]: Leaving directory 
|`/GNU_272/b-i386-go32-x-m68k-coff/gcc'
|make: *** [all-gcc] Error 2

Well it looks like you can't build protoize! (it could be fixed pretty easily
by stubbing vfork & wait, but I never use it, so I wouldn't bother)

Try "touching" protoize (the target that fails) and rebuilding.

|Thanks for any help.
|	Clueless and totally new to GNU and Makefiles,
|	but I can learn.

Well if you look at the GNU makefiles you're not seeing an introductory course!

Good luck,
Dom
__________________________________________________________________________
 Dom De Vitto                                devitto@ferndown.ate.slb.com
 Schlumberger Automatic Test Equipment                     fox@bcs.org.uk
 Board Systems                         Desk/voicemail: +44(0) 1202 850951
 Wimborne, Dorset,                     Site reception: +44(0) 1202 850850
 England, BH21 7PP                     Fax:            +44(0) 1202 850988
__________________________________________________________________________


Home | Subject Index | Thread Index