make:***[makefile:53: EEEPROM_usage.elf] Error 1

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

make:***[makefile:53: EEEPROM_usage.elf] Error 1

Jump to solution
1,247 Views
Kang111
Contributor II

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?

Kang111_0-1732700142159.png

 

 

+ 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

 

0 Kudos
Reply
1 Solution
1,219 Views
VaneB
NXP TechSupport
NXP TechSupport

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

View solution in original post

0 Kudos
Reply
2 Replies
1,220 Views
VaneB
NXP TechSupport
NXP TechSupport

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

0 Kudos
Reply
1,202 Views
Kang111
Contributor II

No. I didn't change any code.

0 Kudos
Reply