S32k144 Project Import Problem

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

S32k144 Project Import Problem

227 Views
engineer_attila
Contributor III

Hi folks, 

I'm using MBDT for S32 SW Development. 

I want to debug Matlab generated code on S32 IDE v2.2 (Before i selected the "Generate S32 Design Studio ProjectInfo.xml file" from Config Block)

When i import&compile the project , I got following error.

Finished building: ../s32k_clock_init.c
 
Finished building: ../system_S32K144.c
 
Building target: BJB_Software_v_0_0_1_mbd_rtw.elf
Invoking: Standard S32DS C Linker
arm-none-eabi-gcc -o "BJB_Software_v_0_0_1_mbd_rtw.elf" "@BJB_Software_v_0_0_1_mbd_rtw.args"  
./startup_S32K144W.o: In function `__isr_vector':
(.isr_vector+0x0): multiple definition of `__isr_vector'
./startup_S32K144.o:(.isr_vector+0x0): first defined here
c:/nxp/s32ds_arm_v2.2/s32ds/build_tools/gcc_v6.3/gcc-6.3-arm32-eabi/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/bin/real-ld.exe: BJB_Software_v_0_0_1_mbd_rtw.elf section `.interrupts' will not fit in region `m_interrupts'
c:/nxp/s32ds_arm_v2.2/s32ds/build_tools/gcc_v6.3/gcc-6.3-arm32-eabi/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/bin/real-ld.exe: section .text LMA [00014600,0001ccd3] overlaps section .interrupts LMA [00014200,000149ff]
c:/nxp/s32ds_arm_v2.2/s32ds/build_tools/gcc_v6.3/gcc-6.3-arm32-eabi/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/bin/real-ld.exe: region `m_interrupts' overflowed by 1024 bytes
collect2.exe: error: ld returned 1 exit status
make: *** [makefile:34: BJB_Software_v_0_0_1_mbd_rtw.elf] Error 1

How can i solve this issue? 

Best regards.

 

0 Kudos
0 Replies