[Solved] "Cannot compute suffix of object files"
Posted: Fri Jul 01, 2016 7:26 pm
Hello. I am trying to build my GCC Cross-Compiler on windows 10 with Cygwin following the GCC Cross-Compiler tutorial, but I am getting a error when I try to run the command
Here is the error I am getting
The version of GCC I am building is 5.4.0, I also made sure that I've installed all the required build packages.
I have posted my config.log
Code: Select all
make all-target-libgcc
Code: Select all
checking for suffix of object files... configure: error: in `/home/dave/gcc-5.4.0/i686-elf/libgcc':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
make: *** [Makefile:11616: configure-target-libgcc] Error 1"
I have posted my config.log