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

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

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

Jump to solution
3,309 Views
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 Kudos
Reply
1 Solution
3,235 Views
ndd922478
Contributor II

got resolved with below change,

ndd922478_0-1663745498268.png

 

View solution in original post

1 Reply
3,236 Views
ndd922478
Contributor II

got resolved with below change,

ndd922478_0-1663745498268.png