This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [Bug tree-optimization/16705] ICE in verify_flow_insensitive_alias_info


    For some reason, I don't seem to get too far when I enable Ada:

    stage1/xgcc -Bstage1/ -B/home/dnovillo/gcc.ada/native/i686-pc-linux-gnu/bin/ -c -g -O2      -gnatpg -gnata -I- -I. -Iada -I/home/dnovillo/gcc.ada/src/gcc/ada /home/dnovillo/gcc.ada/src/gcc/ada/ada.ads -o ada/ada.o
    xgcc: installation problem, cannot exec 'gnat1': No such file or directory
    make[1]: *** [ada/ada.o] Error 1
    make[1]: Leaving directory `/home/dnovillo/notnfs/BLD-gcc.ada-native.topo/gcc'
    make: *** [stage2_build] Error 2
    
    I've configured with '--enable-languages=ada,c'.  I do have a host ada
    compiler as well.  What else should I check?

Sounds like you configured with Ada, but somehow didn't "make" to build it.

Before you do the "make bootstrap" you should have a gnat1 in the same
directory as cc1 and it looks like you don't.  See if it's in stage1.


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