This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Compilation of Ada under FreeBSD
- From: Frédéric PRACA <frederic dot praca at freebsd-fr dot org>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 20 Oct 2005 17:56:21 +0200
- Subject: Compilation of Ada under FreeBSD
Hello,
I'm trying to build a cross-compiler for RTEMS. Building C or C++ cross-compiler
is not a problem but building the Ada compiler does'nt work. In fact, even
building a normal compiler does'nt work at all. The main reason I found is that
the gcc driver of FreeBSD doesn't support ada and it seems that GNAT is not
sufficient. How can I do ?
Thanks
Fred