Eagle1 Posted November 25, 2005 Share Posted November 25, 2005 salut à tous regarder donc [eagle1@localhost packetage]$ ls PENTIER-1.ADB PENTIER-1.ADS PENTIER.ADB PENTIER.ADS [eagle1@localhost packetage]$ gcc -c PENTIER.ADS gcc: PENTIER.ADS: linker input file unused because linking not done je ne pige pas qui peut m'aider ?? je rajoute ça [eagle1@localhost packetage]$ gcc -c pbool.adb gcc: installation problem, cannot exec `gnat1': No such file or directory Link to comment Share on other sites More sharing options...
shark_atlantis Posted November 27, 2005 Share Posted November 27, 2005 essaye en ajoutant à ta ligne de compilation: -W -pedantic -Werror -Wall pour avoir plus de messages d'erreurs Link to comment Share on other sites More sharing options...
Eagle1 Posted November 30, 2005 Author Share Posted November 30, 2005 voila je l'ai fait enfin [eagle1@localhost packetage]$ gcc -cW PBOOL.ADS gcc: unrecognized option `-cW' /usr/bin/ld:PBOOL.ADS: file format not recognized; treating as linker script /usr/bin/ld:PBOOL.ADS:2: syntax error collect2: ld returned 1 exit status il n'y as pas d'erreur des gens que je connais on compilé ces packetages sans erreurs.....snif ah je songe...... quand je fait man ou que je me balade sur le net... je vois gcc for C and C++ compiler et moi c'est de l'ada or à l'iut on utilise gcc.... je sais pas trop.... Link to comment Share on other sites More sharing options...
Eagle1 Posted January 3, 2006 Author Share Posted January 3, 2006 up! Link to comment Share on other sites More sharing options...
shark_atlantis Posted January 6, 2006 Share Posted January 6, 2006 essai avec: gcc -c PBOOL.ADS ou gcc -S PBOOL.ADS Link to comment Share on other sites More sharing options...
bobbyto Posted January 11, 2006 Share Posted January 11, 2006 est-ce que le module ada a bien été installé ??? Ca ressemble plus à un problème de configuration de ton système qu'autre chose.... Link to comment Share on other sites More sharing options...
shark_atlantis Posted January 11, 2006 Share Posted January 11, 2006 est-ce que le module ada a bien été installé ??? Ca ressemble plus à un problème de configuration de ton système qu'autre chose.... +1, je crois qu'il lui manque une librairie gcc (parcequ'elles sont pas toutes installés par défaut dans les distrib linux) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.