RTX error L6218E in C++

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

Parents
  • adding configuration file RTX_Conf_CM.c to my project causes these errors

    And what would "these errors" actually have been, if it's not too much to ask?

    before I've even included any RTX related files and used any of RTX in my own code.

    But RTX_Conf_CM.c surely is an RTX-related file, isn't it? And you have included it.

Reply
  • adding configuration file RTX_Conf_CM.c to my project causes these errors

    And what would "these errors" actually have been, if it's not too much to ask?

    before I've even included any RTX related files and used any of RTX in my own code.

    But RTX_Conf_CM.c surely is an RTX-related file, isn't it? And you have included it.

Children
More questions in this forum