Where can I find the identifier character length limit for S32K144 projects in S32DS?

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

Where can I find the identifier character length limit for S32K144 projects in S32DS?

740 次查看
teccl
Contributor II

I am developing a project for an S32K144-based system using S32DS 3.4. I am hoping to determine the maximum number characters that can be used for unique identifier (variable, function) names. Where can I find this compiler setting in S32DS 3.4?

0 项奖励
回复
1 回复

688 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

S32DS uses GNU gcc for ARM, you can find such info in GNU gcc documentation - https://gcc.gnu.org/onlinedocs/ 

 

Usually the maximum var/function name length is 32 characters. 

0 项奖励
回复