View Single Post
  #90   Spotlight this post!  
Unread 16-02-2013, 15:22
codes02 codes02 is offline
Randolph aka Roxbury aka R_______
AKA: Cody Schafer
no team (Formerly: Team 11, MORT)
 
Join Date: Oct 2007
Rookie Year: 2008
Location: MA, USA
Posts: 57
codes02 is on a distinguished road
Re: Alternate GCC Toolchain

Quote:
Originally Posted by MaraschinoPanda View Post
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).

Last edited by codes02 : 16-02-2013 at 15:51.