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?

140件の閲覧回数
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 返信

88件の閲覧回数
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 件の賞賛