Matthew Gretton-Dann matthew.gretton-dann@linaro.org writes:
Can you please provide the output of:
- arm-none-eabi-gcc -v
- arm-none-eabi-gcc -print-multi-lib
Yeah, I figured it out, thanks -- the patches I had to add ARM multilib support updated configure.ac but I didn't rebuild the configure script, so my attempts to set the multilib values failed. It's working this morning and I've built one program with the resulting toolchain that worked correctly.
Thanks for your help!