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: Can't manage to build binutils-for-target


Hello Laurent!
Hello All!

On Sunday 27 July 2008 01:20:59 Laurent DufrÃchou wrote:
> Iâve checked the config.log of binutils and I got this error:
[--SNIP--]
> configure:3129: checking for C compiler default output file name
> configure:3132: x86_64-marport-linux-gnu-gcc    conftest.c  >&5
> /root/x-tools/x86_64-marport-linux-gnu/lib/gcc/x86_64-marport-linux-gnu
> /4.2.4/../../../../x86_64-marport-linux-gnu/bin/ld: cannot find -lgcc_s
> collect2: ld returned 1 exit status

It really looks like: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32415

As for crosstool-NG, when building and installing the final gcc, a library
directory is moved from outside of the sysroot into the sysroot, because
those libs are target libs, and they do belong to the sysroot. Unfortunately,
only the lib/ directory is moved, and I gorgot to also move the lib64/ one...

Will change that...

Also, maybe iot makes sense to have the lib/ directory be in fact a symlink
to the lib64/ directory, as we're *not* building multilib. Comments?

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN     |   ^                |
| --==< Â_Â >==-- Â------------.-------:  X  AGAINST      |  /e\  There is no  |
| http://ymorin.is-a-geek.org/ | * _ * | / \ HTML MAIL    |  """  conspiracy.  |
Â------------------------------Â-------Â------------------Â--------------------Â


--
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]