cross compiling kdrive and libc

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 :)

Reply to
max4
Loading thread data ...

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

Reply to
Dan Kegel

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.