LPC55S69 lib "short enum wchar" question

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

LPC55S69 lib "short enum wchar" question

2,954 次查看
scarletlee
Contributor III

Hi,

I have 2 questions.

First, I want to know these lib mean as below ( bold font is my understanding...) :

./devices/LPC55S69/arm/
keil_lib_power_cm33_core1_disable_short_enum_wchar.lib
//a disable short enum wchar lib for CPU1

keil_lib_power_cm33_core0_s.lib
//a security lib for CPU0

keil_lib_power_cm33_core0.lib
//a common lib for CPU0

keil_lib_power_cm33_core0_s_disable_short_enum_wchar.lib
//a disable short enum wchar with security lib for CPU0

keil_lib_power_cm33_core0_disable_short_enum_wchar.lib
//a disable short enum wchar lib for CPU0

keil_lib_power_cm33_core1.lib
//a common lib for CPU1

 

Second, I always get compiler failure when I uncheck "short enums/wchar". ( as attached file)

How can I fix this issue?

Thanks.

0 项奖励
回复
2 回复数

2,934 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello scarletlee,

1) There isn't a doc detail describe these libs, almost the meaning of name. 

2) About the second question,  the application and lib must keep the same compiler settings. if the settings don't match, compiler will produce the mismatch error.  Have  a look at the below thread:               

  https://community.nxp.com/t5/MCUXpresso-SDK/LPC55-power-lib-of-quot-fshort-enums-fno-short-whcar-quo... 

 

BR

Alice          

2,915 次查看
scarletlee
Contributor III

Thanks for your reply, I will check other thread.

0 项奖励
回复