Quote:
Originally Posted by MaraschinoPanda
The output of gcc --version is:
|
Please indicate the version of the gcc source code you are building (not the version of gcc you are using to build it).
You may need to pass the location of the headers to gcc's configure command in "--with-headers" (unless you've copied them in place previously).
This isn't your current issue, but for "make" to work you'll need to do "make -j4 inhibit_libc=true" (--without-gcov doesn't appear to work, adding "inhibit_libc=true" actually prevents gcov from being built).