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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
1,612 次查看
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 项奖励
回复
1 解答
1,536 次查看
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 项奖励
回复
2 回复数
1,537 次查看
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 项奖励
回复
1,536 次查看
chadgraham
Contributor V

Thank you.

0 项奖励
回复