I'm trying to create a new C++ project for a LPC54S018J4MET180 using the SDK SDK_2.x_LPC54S018M. Without changing any of the code or settings, I get numerous errors in startup_lpc54S018M.cpp when I try to execute a build all.
Any help would be appreciated.
已解决! 转到解答。
This problem has already been fixed in the upcoming SDK 2.7.0 release. You can either fix the wrong cast ("void (*)(void)" instead of "void*") yourself, either use the updated startup file that's also attached.
Greetings,
MCUXpresso IDE Support