cross-gcc problem when linking for i386-coff-lynxos

Kai Ruottu kai.ruottu@luukku.com
Mon Dec 18 10:34:00 GMT 2000


Michael2.Roth@RSD.rohde-schwarz.com wrote:
> 
> there is one more cross-gcc problem, again for cygwin hosted gcc, but this time
> for a i386-coff-lynxos (I tried i586-pc-lynxos as well).
>
> /usr/local/i386-coff-lynxos/bin/ld: unrecognized option `-P1000'
> /usr/local/i386-coff-lynxos/bin/ld: use the --help option for usage information
> 
> I can't find any information about this -P1000 option, and probably either my
> target is wrong or my header files. Can anyone comment on that?

 Does the LynxOS have a native linker, not the GNU ld, which has this option?

 The CROSS_COMPILE macro isn't always used when deciding the specs, 'LD_SPEC' here,
in the target config files. Please check the 'gcc-2.95.2/gcc/config/i386/*lynxos*'
files for this option included into the LD_SPEC... Perhaps using the '--with-gnu-ld'
while configuring removes it.

Cheers, Kai



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com



More information about the crossgcc mailing list