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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

ソリューションへジャンプ
1,638件の閲覧回数
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,562件の閲覧回数
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,563件の閲覧回数
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,562件の閲覧回数
chadgraham
Contributor V

Thank you.

0 件の賞賛
返信