cross compiler for x86_64 freebsd
H.J. Lu
hjl.tools@gmail.com
Tue Jan 12 20:10:00 GMT 2010
On Tue, Jan 12, 2010 at 11:55 AM, john blair
<mailtome200420032002@yahoo.com> wrote:
> I am trying to build a crosscompiler (gcc-4.1.2, binutils-2.15, freebsd-8.0)
> with target as x86_64-freebsd and host as i686-linux. Everything builds successfully but compiler-assist libraries (libgcc_s, libstdc++, etc.) are
> Linux library, not a FreeBSD one.
> $ file gcc-4.1.2/x86_64-freebsd8.0/lib/libstdc++.so.6.8
> gcc-4.1.2/x86_64-freebsd8.0/lib/libstdc++.so.6.8: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped
>
> If I build with binutils-2.17.50.15 everything is fine.
> $ file gcc-4.1.2/x86_64-freebsd8.0/lib/libstdc++.so.6.8
> gcc-4.1.2/x86_64-freebsd8.0/lib/libstdc++.so.6.8: ELF 64-bit LSB shared object, x86-64, version 1 (FreeBSD), dynamically linked, stripped
>
What is the problem when it works with newer binutils?
--
H.J.
More information about the Binutils
mailing list