This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]