Some questions about compiling with S32 Design Studio for ARM Version 2.2

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

Some questions about compiling with S32 Design Studio for ARM Version 2.2

786 Views
yangkunlin
Contributor I

I encountered the following issues during the development of the S32K144

download.png

Listen to the suggestions of colleagues to open the optimization level, but still compile Failed

download.png

0 Kudos
Reply
1 Reply

662 Views
stanish
NXP Employee
NXP Employee
Hi,
According to you screenshot the linker detects overlap between .backup and .code sections.
I'd recommend you to check generated .map file to confirm the overlap and adjust linker command file (.ld) section .backup or .code to avoid overlap between these two.

Hope it helps
Stan
0 Kudos
Reply