[PD-dev] Cross compiling Pd

Max abonnements at revolwear.com
Sun May 10 16:40:40 CEST 2020


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.





More information about the Pd-dev mailing list