Hello George:
MQX-Lite is managed as a Processor Expert component, and Processor Expert projects are not created with C++ support, the compiler is just for "C". This is why your function in run.cpp cannot be found.
However, if you are using the ARM GCC build tools, our colleague Erich Styger already posted a very detailed tutorial to achieve this:
Processor Expert, gcc C++ and Kinetis-L with MQXLite | MCU on Eclipse
I think you will find the solution by following his instructions.
Regards!
Jorge Gonzalez
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------