Topic: [SOLVED] C compiler cannot create executables
I am cross compiling on a Intel based Linux Ubuntu system for a Arm iMX6.
And I am having the most basic error on building.
On autoconfigure I do this:
./configure CC=/usr/bin/arm-linux-gnueabihf-gcc-4.7
And I get this:
checking for gcc... /usr/bin/arm-linux-gnueabihf-gcc-4.7
checking whether the C compiler works... no
configure: error: in `/home/jps/Downloads/WolfSSL/wolfssl-4.4.0':
configure: error: C compiler cannot create executables
See `config.log' for more details
That is is the compiler I use for all of the product code we write so I know it works.
No information in config.log
please help