S32K3 - libc_nano.a(lib_a-memset.o) uses variable-size enums yet the output is to use 32-bit enums

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

S32K3 - libc_nano.a(lib_a-memset.o) uses variable-size enums yet the output is to use 32-bit enums

跳至解决方案
5,484 次查看
ndd922478
Contributor II

Hi,

I am getting below warning, could anyone please help me to get it resolved.

 

c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: warning: c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m+fp/hard\libc_nano.a(lib_a-memset.o) uses variable-size enums yet the output is to use 32-bit enums; use of enum values across objects may fail

 

Thanks & regards

Namdev

0 项奖励
回复
1 解答
5,410 次查看
ndd922478
Contributor II

got resolved with below change,

ndd922478_0-1663745498268.png

 

在原帖中查看解决方案

1 回复
5,411 次查看
ndd922478
Contributor II

got resolved with below change,

ndd922478_0-1663745498268.png