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: PATCH: enable Ada test suite


[Note: it may be better to take this discussion off line,
 and if there are interesting outcome, to send a summary to this list.
 I doubt people on this list are interested in following this issue
 closely. Anyway, I'll let you decide]

> ??? Doesn't work either, there is no macrosub.adb anywhere.

Should have been created by the command gnatchop macrosub.ada run
before.

> Not even macrosub.ada works:

That's expected.

Do you have a working gnatchop in your path ?

I'd suggest replacing the calls to gnatchop by e.g.:

for i in $dir/support/{*.ada,*.a}; do
   gnatchop $i >> $dir/acats.log 2>&1
done

and check the file acats.log for errors.

Arno


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