Thanks, I managed to get .configure by executing autoreconf -i. However, I
am facing another problem.

$xenomai_root/configure CC=arm-linux-gnueabihf- CFLAGS="-march=armv7-a
-mfpu3=vfp" LDFLAGS="-march=armv7-a -mfpu=vfp3" --build=i686-pc-linux-gnu
--host=${CC}  --with-core=cobalt
checking whether we build for Cobalt or Mercury core... cobalt
checking build system type... i686-pc-linux-gnu
checking host system type... Invalid configuration
`/home/qws/linaro-gcc/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin/arm-linux-gnueabihf-':
machine
`/home/qws/linaro-gcc/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin/arm-linux-gnueabihf'
not recognized
configure: error: /bin/bash config/config.sub
/home/qws/linaro-gcc/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin/arm-linux-gnueabihf-
failed

I have my Linaro toolchain set as
CC=/home/qws/linaro-gcc/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin/arm-linux-gnueabihf-
and by setting the --host=${CC}, the configure refuse to recognise it. I
tried without the suffix. See below.

qws@qws-MacBookPro:~/PandaBoard-ee/xenomai-3$ $xenomai_root/configure
CFLAGS="-march=armv7-a -mfpu=vfp3" LDFLAGS="-march=armv7-a -mfpu=vfp3"
--build=i686-pc-linux-gnu --host=arm-linux-gnueabihf- --with-core=cobalt
checking whether we build for Cobalt or Mercury core... cobalt
checking build system type... i686-pc-linux-gnu
checking host system type... Invalid configuration `arm-linux-gnueabihf-':
machine `arm-linux-gnueabihf' not recognized
configure: error: /bin/bash config/config.sub arm-linux-gnueabihf- failed

Any idea how to set the --host for Linaro toolchain?

Thank in advance.






On 20 September 2015 at 12:09, vibnwis <[email protected]> wrote:

> I downloaded ipipe-ipipe-core-3.18.20-arm-5 and tried to run ./configure,
> file not found as well. In addition, I checked in the ./scripts directory,
> none of the configure or autoreconf exist. It is not the right source I
> have downloaded? Any comments please.
>
_______________________________________________
Xenomai mailing list
[email protected]
http://xenomai.org/mailman/listinfo/xenomai

Reply via email to