Hi guys,
I'm suffering from an issue similar to this post:
http://www.keil.com/forum/17963/
Where switching to C++ has caused linker errors due to C/C++ mixing. I followed the same advice, however just the action of adding configuration file RTX_Conf_CM.c to my project causes these errors before I've even included any RTX related files and used any of RTX in my own code.
I have attempted to surround RTX_Conf_CM.c in extern "C" { } to no avail.
Any ideas what I may have to change?
Many thanks
To simplify matters and provide a common code base for this issue, perhaps someone would be able to explain how, for example, it may be possible make the RTX_Blinky demo for the Keil MCB1200 board RTX C++ ready?
As just adding extern "C" doesn't appear to work here either.
Many thanks for any help/advice.