SURESHKUMAR.NET FORUMS
Registered Member Login:
Not a member? Register today!



Welcome to the SURESHKUMAR.NET FORUMS.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.




How to use this forum ? Forum usage help topics with screen shots.

RTRT error

        

Reply
 
LinkBack Thread Tools Display Modes
Old 30-09-08, 01:44 PM   #1 (permalink)
Junior Member
 
Join Date: Sep 2008
Age: 25
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2 cladius is on a distinguished road
RTRT error

hi while testing ADA code in RTRT i got the following error

private_io.adb06: file "win32.ads" not found
gnatmake: "private_io.adb" compilation error
Failed.
can any one give me a solution to rectify this error

cladius is offline Offline   Reply With Quote
Old 01-10-08, 07:34 PM   #2 (permalink)
Senior Member
 
Join Date: Feb 2008
Posts: 146
Thanks: 15
Thanked 73 Times in 46 Posts
Rep Power: 11 Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold
Re: RTRT error

Hope this helps in fixing ur errors.

Good Luck!

Cause
This error has been known to occur when there is an incomplete installation of GNAT, specifically if the library Win32.crt.Time is missing.
Resolving the problem

In Test RealTime version 7.0.5.0 and 7.0.5.1, the workaround is as follows:
Open the TDP (adapcgnt.xdp) in the TDP editor and navigate to "Build Settings -> lib/ada95/attol_time.adb":

with Win32.crt.Time;
package body attol_time is
function clk return Integer is
begin
return Integer(Win32.crt.Time.clock);
end ;
end attol_time;


and modify two lines as below:

--with Win32.crt.Time;
package body attol_time is
function clk return Integer is
begin
return (0);
--Integer(Win32.crt.Time.clock);
end ;
end attol_time;



In Test RealTime version 7.0.0.1, 7.0.0.0 and earlier, the workaround is as follows:

Either install the Win32 bindings, or modify two lines in the project copy of the private_io.adb file. The workaround is to comment out the following lines in the project copy of private_io.adb as shown:

--with Win32.crt.Time;
and
--result:=priv_int(Win32.crt.Time.clock);

After making the modifications to the file please make sure that you do a clean and rebuild.

Sean2 is offline Offline   Reply With Quote
Old 19-09-09, 12:06 AM   #3 (permalink)
Unregistered
Unregistered
 
Posts: n/a
Arrow Re: RTRT error

answer is , in RTRT setting u have to provide the path of "lib file" ... check it out .. it may work ..
  Reply With Quote
Old 13-11-09, 04:17 PM   #4 (permalink)
Junior Member
 
gennaTicanase's Avatar
 
Join Date: Nov 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 1 gennaTicanase is on a distinguished road
Hey I'm new

What's up everyone, I'm new to the forum and just wanted to say hey. Hopefully I posted this in the right section!
gennaTicanase is offline Offline   Reply With Quote
Reply

Tags
error , rtrt


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Putty Fatal Error - Network error : Connection timed out dhananth NETWORK ADMINISTRATION , HARDWARE & TROUBLESHOOTING 3 02-10-09 12:11 AM
semantic n syntax error akankshalal Testing Interview / Technical Questions 3 20-02-08 12:10 PM
Global Edge Placement paper - 2 sridhar GLOBAEDGE Placement Papers 0 06-02-07 05:49 PM
Bob Technologies placement paper 2 sridhar BOB TECHNOLOGIES Placement Papers 0 03-02-07 07:43 PM
Doubt on invoking EJBs using JSP as Web Client sentil77 JAVA Technologies 2 24-10-06 09:22 PM


All times are GMT +6.5. The time now is 12:32 AM.

More Interview Questions Here...

Content Relevant URLs by vBSEO 3.3.2