Configuring GCC in Ubuntu 14.01
Posted: Mon Jul 06, 2015 8:16 am
Well, I'm working on an OS (Oviously - why would I be posting here?), and I am running into trouble working on creating my cross-compiler.
As you may notice in the title, I am using Ubuntu 14.01, and I have to update my gcc compiler.
But, when I type this in the command prompt:
it completely IGNORES the options and just checks the directory!
I have the cc envirment variable set to /usr/bin/gcc (which DOES exist).
Please help!
As you may notice in the title, I am using Ubuntu 14.01, and I have to update my gcc compiler.
But, when I type this in the command prompt:
Code: Select all
../gcc-4.9.1/configure --prefix="$PREFIX" --disable-nls --enable-languages=c,c++
I have the cc envirment variable set to /usr/bin/gcc (which DOES exist).
Please help!