Thank you very much Gilles, now I have this done with no Warnings...good. Two things are remained:
1) warning message like "remember to run `libtool --finish /usr/xenomai/lib'" which are printed out when I do command make DESTDIR=/nfs/rootfs install How should I run it for the board's rootfs (located on /nfs/rootfs) ? Is this "libtool --finish /nfs/rootfs/usr/xenomai/lib" correct? Should I add this path to my board's environment variable? 2) I really need your help how to compile and run test-suit on my board. Sergey 2009/10/16 Gilles Chanteperdrix <[email protected]> > Didenko Sergey wrote: > > CROSS_COMPILE - arm-none-linux-gnueabi > > So, your compiler is named arm-none-linux-gnueabi-gcc > > > checking build system type... i686-pc-linux-gnu > > checking host system type... arm-unknown-linux-gnu > > checking for a BSD-compatible install... /usr/bin/install -c > > checking for arm-linux-gcc... no > > checking for gcc... gcc > > configure: WARNING: using cross tools not prefixed with host triplet > > No need to go further. Here you know that something went wrong. > configure tells you that it will use gcc (the x86 compiler) as compiler > because it could not find a compiler named arm-linux-gcc. This will > definitely not work. > > Your compiler is arm-none-linux-gnueabi-gcc, not arm-linux-gcc, so, you > should either configure passing --host=arm-none-linux-gnueabi, or define > the CC variable to be arm-none-linux-gnueabi-gcc. > > This is explained in README.INSTALL. > > -- > Gilles. >
_______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
