Hi F&S people,
I am currently trying to build my own custom linux kernel using the F&S buildroot toolchain v4.7.2 for a CortexA5. However, I'm having huge troubles when trying to compile even the standard configuration by F&S.
What did I do? I extracted "fs-toolchain-4.7.2-cortexa5-neonvfpv4.tar.bz2" to "/usr/local/arm/" as is suggested within "Vybrid_FirstSteps_eng.pdf". Thus, the appropiate gcc compiler (arm-linux-gcc) lies at "/usr/local/arm/fs-toolchain-4.7.2-cortexa5-neonvfpv4/bin". The files in this directory are all executeable.
However, when I call "make" in "~/buildroot-2013.02-f+s-V2.1" the process stops with the following error message
Why can't the compiler be called? Sorry, I don't get it and I fear it's rather an easy thing. Any help?
Thanks!