Thanks for your reply Crasy,
I followed the Help/PDF/MSL c reference ..in that configuring input and output. (Console IO)
I am adding these in my default project c source file, which was created while opening the default project in the IDE.
#inlcude<stdio.h>
#inlcude<stdlib.h>
and the following MSL pragmas is set in my c file to..
#define _MSL_OS_DISK_FILE_SUPPORT 1
#define _MSL_CONSOLE_SUPPORT 1
#define _MSL_BUFFERED_CONSOLE 1
#define _MSL_CONSOLE_FILE_IS_DISK_FILE 1
#define _MSL_FILE_CONSOLE_ROUTINES 1
#define _MSL_NULL_CONSOLE_ROUTINES 0
i was able to build with this, and this is running in nexus debugger(P&E) but no file is opened by this..
I have attached the project folder which i am using..
Thanks
Taranath
Copy of MPC5554test.zipMessage Edited by t.dowe on 2009-08-31 04:13 PM