This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problems on ARM


Hi, 

I'm not sure if this is the right list, but I'll try it anyway. 

I'm trying to get glibc-2.2.5 running on a SA1110 based ARM system
(DNP1110); with Philipp's help and the fixed patch I can compile the
library now with my toolchain. 

How do I install the header files on my development machine now? I tried
to copy the include directory to /usr/arm-linux/include, but that didn't
work. Here's what happens if I try to compile busybox: 

----------8<----------
robert@ganymed:~/embedded/ptxdist-0.1.3/build/busybox-0.61pre-ptx2> make CROSS=arm-linux- CROSS_CFLAGS+=-I/home/robert/embedded/ptxdist-0.1.3/build/glibc-2.2.5/include arm-linux-gcc -I/home/robert/embedded/ptxdist-0.1.3/build/busybox-0.61pre-ptx2/include -Wall -Wstrict-prototypes -Wshadow -Os -fomit-frame-pointer -D_GNU_SOURCE -DBB_VER='"0.61.pre"' -DBB_BT='"2002.08.12-10:58+0000"' -I/home/robert/embedded/ptxdist-0.1.3/build/glibc-2.2.5/include   -c -o /home/robert/embedded/ptxdist-0.1.3/build/busybox-0.61pre-ptx2/applets/applets.o /home/robert/embedded/ptxdist-0.1.3/build/busybox-0.61pre-ptx2/applets/applets.c
In file included from
/home/robert/embedded/ptxdist-0.1.3/build/busybox-0.61pre-ptx2/applets/applets.c:28:
/home/robert/embedded/ptxdist-0.1.3/build/glibc-2.2.5/include/stdio.h:40:
stdio/stdio.h: No such file or directory
In file included from
/home/robert/embedded/ptxdist-0.1.3/build/busybox-0.61pre-ptx2/applets/applets.c:29:
/home/robert/embedded/ptxdist-0.1.3/build/glibc-2.2.5/include/stdlib.h:7:
stdlib/stdlib.h: No such file or directory
[...]
----------8<----------

Robert
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Braunschweiger Str. 79,  31134 Hildesheim, Germany
    Phone: +49-5121-28619-0 |  Fax: +49-5121-28619-4


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