I used an example posted on the NXP community.
(Example:S32K144 EEEPROM usage)
This example can be built normally in S23DS 2018.R1 version.
But, in latest version (S32DS_ARM_v2.2) I get that error.
make:***[makefile:53: EEEPROM_usage.elf] Error 1
Is that example available in a latest version?
+ Please also let me know about this error.
Ld error: section .eeeprom LMA [000027a0,000027ef] overlaps section .code LMA EEEPROM_usage_test1 C/C++ Problem
No. I didn't change any code.
Hi @Kang111
The error indicates that you are trying to overwrite a section with the section code. Did you make any changes to the code?
BR, VaneB