Re: Trouble building 4.4.2 cross compiler for arm-elf target

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am 19.11.2009 16:07, schrieb Kai Ruottu:
Thomas Martitz wrote:
I think you're missunderstanding our problem. We aren't linking to a C library.
So please tell where is your problem? You seemingly have all the required parts ready but still you try to build more, something which requires those target headers
and libraries.  Ok, if one needs ONLY GCC, then the make command is :

  make all-gcc

and the install command is :

  make install-gcc

If these command succeed, then you really haven't understood something very basic in GCC :( It is only a collection of compilers! But the GCC sources will include all kind of extra stuff which will be tried to be built too: 'libgcc' (earlier
even the 'make all-gcc' tried to produce it), 'libstdc++', 'libjava',....



I didn't know about make all-gcc yet. Does that build a minimal gcc?
What if I wanted libgcc.a (or parts of it, see the other thread about unwanted unwind library in libgcc) because of the division routines?
--enable-languages=c should disable C++ and java stuff, shouldn't it?

Best regards.

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux