GCC Cross-compiler: error compiling libgcc
Posted: Thu Nov 12, 2015 6:40 am
Hi everybody.
When I try to use the command
the compiler exits almost immediately with this error:
But I can open that file with "more" without problems.
I'm on Ubuntu Server 15.10. I configured and compiled binutils without problems. I also configured gcc and compiled it with "make all-gcc". I'm using "x86_64-w64-mingw32" as target.
What's going on?
Thanks in advance for your help.
Lodovico
When I try to use the command
Code: Select all
make all-target-libgcc
Code: Select all
/home/lodo1995/src/gcc_build/gcc/include/stddef.h:1:25: fatal error: stddef.h: No such file or directory
I'm on Ubuntu Server 15.10. I configured and compiled binutils without problems. I also configured gcc and compiled it with "make all-gcc". I'm using "x86_64-w64-mingw32" as target.
What's going on?
Thanks in advance for your help.
Lodovico