- To: gcc-help@xxxxxxxxxxx
- Subject: Problem with gnatmake 4.7.0 in QNX 6.5.0
- From: bogdan <bceler@xxxxx>
- Date: Thu, 17 May 2012 10:53:57 +0200
- Comment: DKIM? See http://www.dkim.org
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
I just ported gcc 4.7.0 to QNX.
But I have a problem with gnatmake. Command:
# gnatmake hello -cargs -O2
gcc -c -O2 hello.adb
gnatmake: "hello.ali" incompatible ALI file, please recompile
gnatmake: "hello.adb" compilation error
But where do the
# gcc -c -O2 hello.adb
# gnatbind -x hello.ali
# gnatlink hello.ali
This compilation succeeds:
# ./hello
Hello WORLD!
#
In gcc 4.6.3 with gnat not problem.
Maybe someone knows whether the problem lies on the side of gnatmake or in another place.
Thank you for any suggestions.
Bogdan Celer
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]