federico lolli wrote:
> Hi,
> I would like to compile Xenomai for arm.
> processor is: at91sam9g20 -> at91sam9.
> the compiler is emdebian, arm-linux-gnueabi-gcc
>  but I get the following errors in the compilation:
> 
> f...@fede-laptop:~/foxg20/kernel/xenomai-2.5.1$ sudo ./configure
> --build=i686-pc-linux-gnueabi --host=arm-linux-gnueabi
> --enable-arm-mach=at91sam9

You do not need to be root to run configure.

> (...)
> f...@fede-laptop:~/foxg20/kernel/xenomai-2.5.1$ sudo make

You do not need to be root to run make either.

> (...)
> rt_print.c:1: warning: target CPU does not support interworking

Your toolchain is an EABI toolchain, you should pass --enable-arm-eabi
configure.

> (...)
> /usr/arm-linux-gnueabi/include/bits/errno.h:25:26: error: linux/errno.h:
> No such file or directory

Your toolchain is probably not installed correctly.

-- 
                                            Gilles.

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to