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: [tuples] Ada front-end changes for tuples


On 6/18/08 5:10 PM, Arnaud Charlet wrote:
I've started working on converting the Ada FE to work with tuples but I'm running into some errors that I need some help with.

The attached patch is what I have converted. With it, I'm getting this failure during Ada bootstrap:

Is this a failure with a build from scratch or an incremental build ?


If incremental, I'd suggest trying first a "make -k clean" (or better,
remove your obj dir and redo a build from scratch) and do a "make bootstrap",
since what you're seeing may happen even without your changes.

Thanks. That helped some, though now I'm getting stuck here:


/home/dnovillo/tuples/native.checking/bld/./prev-gcc/gnatbind -C -nostdinc -I- -I. -Iada -I/home/dnovillo/tuples/src.checking/gcc/ada -o ada/b_gnat1.c -n ada/gnat1drv.ali
/home/dnovillo/tuples/native.checking/bld/./prev-gcc/xgcc -B/home/dnovillo/tuples/native.checking/bld/./prev-gcc/ -B/home/dnovillo/tuples/native.checking/x86_64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -Wno-error -DHAVE_CONFIG_H -I. -Iada -I/home/dnovillo/tuples/src.checking/gcc -I/home/dnovillo/tuples/src.checking/gcc/ada -I/home/dnovillo/tuples/src.checking/gcc/../include -I/home/dnovillo/tuples/src.checking/gcc/../libcpp/include -I/home/dnovillo/x86_64/include -I/home/dnovillo/x86_64/include -I/home/dnovillo/tuples/src.checking/gcc/../libdecnumber -I/home/dnovillo/tuples/src.checking/gcc/../libdecnumber/bid -I../libdecnumber ada/b_gnat1.c -o ada/b_gnat1.o
xgcc: ada/b_gnat1.c: No such file or directory
xgcc: no input files
make[3]: *** [ada/b_gnat1.o] Error 1



When I try to execute the gnatbind command by hand, it returns an exit value of 0, but it does not generate the file ada/b_gnat1.c. I don't seem to have the file gnat1drv.ali anywhere (though I do see a file ada/gnat1drv.o).



Thanks. Diego.



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