cross compiling kdrive and libc

May 31, 2004 1 Replies

hi i need some help to compile kdrive [ for arm]



i do a make World CROSSCOMPILEDIR=/usr/local/arm/2.95.3/bin but i got this error : make[2]: Entering directory `/home/flo/+GP32/crossapp/xc/config/imake' making imake with BOOTSTRAPCFLAGS= and CROSSCOMPILEFLAGS=- DCROSSCOMPILEDIR="/usr/local/arm/2.95.3/bin" in config/imake gcc -o ccimake -DCROSSCOMPILEDIR=\"/usr/local/arm/2.95.3/bin\" -O - I../../include -I../../imports/x11/include/X11 ccimake.c if [ -n "/usr/local/arm/2.95.3/bin" ] ; then \ /usr/local/arm/2.95.3/bin/arm-linux-gcc -E `./ccimake` \



-DCROSSCOMPILE_CPP imakemdep.h > imakemdep_cpp.h; \ else touch imakemdep_cpp.h; fi imakemdep.h:786: linux/version.h: No such file or directory make[2]: *** [imakemdep_cpp.h] Erreur 1 where do i speciy additional -I ? i created a symolic link in /home/flo/+GP32/crossapp/xc/include , but it doesnt change anything



================== i also have same kind of problem with the compiling of glibc when i do a make , it cant find a gettext lib and i dont know how to tell make where to find it


if someone can help thank you :)



Maybe you can add them by setting CFLAGS (or BOOTSTRAPCFLAGS?), or something like that?

Try installing gnu gettext...

Alternately, you could use

formatting link
to compile gcc and glibc together.

- Dan

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required