This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
How to include a front end to gcc ?
- From: Greicy dot Costa-Marques at imag dot fr
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 10 Nov 2009 12:00:39 +0100
- Subject: How to include a front end to gcc ?
Hello all,
I'm trying to add a small front end to gcc 4.2.4, but it returns me
the following error:
configure: error:
The following requested languages could not be built: hello-world
Recognised languages are: c,ada,c++,fortran,java,objc,obj-c++,treelang
I used the following command into the \gcc-build:
../gcc-4.2.4/configure --enable-languages=hello-world
Can you help me about this?
greicy