Hi list,

this is more a c compile chain question, not a Pd question, I hope you forgive.

I'm new to cross compiling. What I want is to compile Pd for Armv7. After reading through documentation I came this far:

sudo apt install arm-linux-gnueabi-gcc

export CFLAGS="-march=armv7+simd"
CC=arm-linux-gnueabi-gcc

./configure --host=arm-linux-gnueabi-gcc


this results in:
checking host system type... Invalid configuration `arm-linux-gnueabi-gcc': machine `arm-linux-gnueabi' not recognized

with
./configure --host=arm-linux
it goes a bit further


checking host system type... arm-unknown-linux-gnu
checking for arm-linux-gcc... no


surely there is something obvious I am missing here.

m.



_______________________________________________
Pd-dev mailing list
[email protected]
https://lists.puredata.info/listinfo/pd-dev

Reply via email to