LPC55S69 lib "short enum wchar" question

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

LPC55S69 lib "short enum wchar" question

2,953 Views
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 Kudos
Reply
2 Replies

2,933 Views
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,914 Views
scarletlee
Contributor III

Thanks for your reply, I will check other thread.

0 Kudos
Reply