Part Number: TMS570LC4357
Tool/software: Code Composer Studio
Hello,
I have a project where I altered the lwIP demo so that I cand receive data on CAN and send it over UDP using the lwIP api functions. This works great. Now I wanted to include some C++ files in the project. From what I understood from reading other forums, you have to rename the file witht the main function to .cpp from c., in order for the compiler to treat code as C++ rather than C.
After changing the extension of the HL_sys_main file and the lwip_main file to .cpp,I get some weird errors regarding the two functions for interrupt handler for core 0 Receive and Transmit interrupt. Below is a screenshot of the error and functions :
I cannot find what I should change for these two functions in order for them to work with C++. Any help would be greatly appreciated.
Thank you.

