Hi
we are using CW10.4, MQX 4.0.1
In user_config.h, I did:
#define MQX_SUPPRESS_STDIO_MACROS 0
rebuilt all the mqx libraries, then my app
as per past suggestions but I get 58 fatal errors, conflicts with the file system, and EWL libraries...when I build my app with <stdio.h> included and no calls to any of the functions. I need to use snprintf, so I have to include stdio.h
Any advice would be appreciated. Thanks
Robert