I have tried with new codewarrior v11 and MQX 4.2 ,with example C:\Freescale\Freescale_MQX_4_2\rtcs\examples\eth_to_serial I got error
Fatal Error: Device "" is not interrupt driven serial line.
This demo application requires enabled interrupt driven serial line (i.e "ittyf:").
Please define proper device using macro SERIAL_DEVICE and recompile this demo application.
Please add proper configuration to user_config.h
i.e #define BSPCFG_ENABLE_ITTYF 1
#define BSP_DEFAULT_IO_CHANNEL_DEFINED
#define BSP_DEFAULT_IO_CHANNEL "ittyf:"
1. I try by putting #define BSPCFG_ENABLE_ITTYF 1 #define BSP_DEFAULT_IO_CHANNEL_DEFINED #define BSP_DEFAULT_IO_CHANNEL "ittyf:" this lines in user_conf.h ,but got error
Fatal Error: Unable to open device "ittyf:".
2. I have try with a,b,c instead of f in ITTYF and ittyf but not work for me