Hi, I'm trying to cross-compile for ARM Cortex-A8 (AM335x) and I have a weird error. It looks like the toolchain is not supported.
What I executed: *./configure --prefix=/home/build-tools/dropbear-build/ CC=arm-linux-gnueabihf-gcc --host=arm -disable-zlib* What I received from configure script: *checking for arm-gcc... arm-linux-gcc* *checking whether the C compiler works... no* *configure: error: C compiler cannot create executables* The version of my toolchain (PSP 6.0 from TI) *#: arm-linux-gnueabihf-gcc -v* *gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03)* Any ideas ? Regards, Nicolas
