This is the mail archive of the crossgcc@sourceware.org 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]
Other format: [Raw text]

Re: How to make crosstool support for VFP software fp format?


YanXT wrote:
> For "cross-compiled executables", do u mean the cross toolchain which runs on my x86 platform 
> or the cross-compiled target programs which actually run  on arm9 target board? I'm totally confused ; (

I mean the executables which are output by your toolchain: the actual
binaries that will run on your target system.


> shouldn't it be proper to use ld-linux-so.2 from cross toolchain instead of the linker from host machine?

No, since on the target machine, the ld-linux.so.2 will usually be in
/lib, NOT in /opt/crosstool/foo/bar/baz/whatever. :)

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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