This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Ada files now checked in


On Tue, Oct 02, 2001 at 11:16:38AM -0400, Richard Kenner wrote:
> They are in the subdirectory "gcc/ada".  If you have GNAT already on your
> machine, rerunning configure will up to build them.

There appear to be some problems.

make[2]: Entering directory `/home/zack/src/b/gcc_vanilla/gcc/ada'
gcc -c -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -gnatpg -gnata -I- -I. -I../../../../gcc_vanilla/gcc/ada ../../../../gcc_vanilla/gcc/ada/ada.ads
gcc: ../../../../gcc_vanilla/gcc/ada/ada.ads: Ada compiler not installed on this system
gcc -c -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -gnatpg -gnata -I- -I. -I../../../../gcc_vanilla/gcc/ada ../../../../gcc_vanilla/gcc/ada/a-charac.ads
gcc: ../../../../gcc_vanilla/gcc/ada/a-charac.ads: Ada compiler not installed on this system
gcc -c -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -gnatpg -gnata -I- -I. -I../../../../gcc_vanilla/gcc/ada ../../../../gcc_vanilla/gcc/ada/a-chlat1.ads
gcc: ../../../../gcc_vanilla/gcc/ada/a-chlat1.ads: Ada compiler not installed on this system
make[2]: *** No rule to make target `unchconv.ads', needed by `a-except.o'.  Stop.
make[2]: Leaving directory `/home/zack/src/b/gcc_vanilla/gcc/ada'
make[1]: *** [gnat1] Error 2
make[1]: Leaving directory `/home/zack/src/b/gcc_vanilla/gcc'
make: *** [stage1_build] Error 2

1. On this system, the driver that understands Ada is called "gnatgcc".
   I'm not sure why plain "gcc" doesn't treat this as an error.
2. -Wno-long-long is not acceptable to gnat1.
3. The complaint about a missing unchconv.ads does not go away if I
   correct (1) and (2); there is something wrong with the Makefile.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]