[uClibc] Building uclibc 0.9.19 with gcc 3.2.3

Manuel Novoa III mjn3 at codepoet.org
Mon Mar 1 17:20:40 UTC 2004


On Mon, Mar 01, 2004 at 02:28:16PM +0100, Marco Budde wrote:
> Hi,
> 
> I have some trouble building an ARM cross-compiler. I am using the 
> following versions:
> 
> *) binutils 2.13.2
> *) gcc 3.2.3
> *) uclibc 0.9.19
> *) Linux 2.4.24
> 
> All tools have been build using the "arm-elf" target. I can build the 
> binutils and the
> gcc without any problems. When compiling the uclibc with "PIC" enabled, 
> I get
> a linker error when linking the pthread library. The linker does not 
> find the
> "crtbeginS.o" code.
> 
> There is only a "crtbegin.o" file. How can I build the uclibc and gcc 
> with shared
> library support?

My guess would be the arm-elf target for gcc does not build crtbeginS.o.
See http://uclibc.org/toolchains.html for how we build toolchains.

Manuel



More information about the uClibc mailing list