ADA compilation error

View: New views
1 Messages — Rating Filter:   Alert me  

ADA compilation error

by tolkamp :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have tried to compile my first small ADA program (Hello WORLD) using the GNAT GPS. See code below:
 
with Ada.Text_IO; use Ada.Text_IO;
procedure Hello is
begin
   Put_Line ("Hello WORLD!");
end Hello;
 
 
After compiltaion the following error message is displayed:
 
gnatmake -u -q -gnats C:\Program\ Files\bin\hello.adb
fatal error, run-time library not installed correctly
cannot locate file system.ads
gnatmake: *** make failed.
 
process exited with status 4
 
 
What can I do to find system.ads?
LightInTheBox - Buy quality products at wholesale price!