Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

iRMX printf

Status
Not open for further replies.

nsbelectrical

Electrical
Joined
Jun 12, 2006
Messages
36
Location
US
Multibus II system using iRMX III and Dos 6.2

There are many generic ANSI C statements (eg) printf("Process Init \n);

The printf is not directed to stdout under iRMX

The printf statements do not show up on any screen, does not show up redirected to a com port , lpt port , etc.

What steps do I need to perform to see the printf statements or to redirect stdout under iRMX?


Be Safe.
 
Could you to bit more generic?
 
Figured it out. "printf" functions were not being compiled. Fixed to compile printf statements and everything started working.

Be Safe.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top