Why does a new C++ project immediately have build issues?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Why does a new C++ project immediately have build issues?

Jump to solution
732 Views
chadgraham
Contributor V

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.

pastedImage_1.png

pastedImage_2.pngpastedImage_3.png

pastedImage_4.png

pastedImage_5.png

Any help would be appreciated.  

0 Kudos
1 Solution
656 Views
lpcxpresso_supp
NXP Employee
NXP Employee

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

View solution in original post

0 Kudos
2 Replies
657 Views
lpcxpresso_supp
NXP Employee
NXP Employee

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

0 Kudos
656 Views
chadgraham
Contributor V

Thank you.

0 Kudos