hi,
MCU:S32K146
i migrate a prj from S32DS for ARM version2018.R1 to S32 platform 3.4,SDK S32K1XX SDK 3.0.0 to S32K1XX SDK 4.0.2
when i build the prj ,it show 2 error:
1、 No rule to make target 'F:/GM_TCU_APP/Project_Settings/Linker_Files/S32K146_128_flash.ld', needed by 'GM_TCU_APP.elf'. Stop. GM_TCU_APP C/C++ Problem
2、Waiting for unfinished jobs.... GM_TCU_APP C/C++ Problem
could you help me
thanks
解決済! 解決策の投稿を見る。
Problem Solved.
I got following error:
"make: *** No rule to make target 'C:/Users/Prüfstand/workspaceS32DS.ARM.2.2/S32K144_Project_Hello/Project_Settings/Linker_Files/S32K1xx_flash.ld', needed by 'S32K144_Project_Hello.elf'. Stop."
The File "S32K1xx_flash.ld" was in the folder.
Than I just changed the workspace path to something different, now it works.
Hello,
i have a similar problem. Is there already a solution ?
Problem Solved.
I got following error:
"make: *** No rule to make target 'C:/Users/Prüfstand/workspaceS32DS.ARM.2.2/S32K144_Project_Hello/Project_Settings/Linker_Files/S32K1xx_flash.ld', needed by 'S32K144_Project_Hello.elf'. Stop."
The File "S32K1xx_flash.ld" was in the folder.
Than I just changed the workspace path to something different, now it works.
Hi,
Is the linker script file - .ld file - added in project properties correctly?
Can you share full build console output with verbose mode?
hi,
thanks your reply.
1、i check my script files(-T).is ok
2、now ,i think ,maybe my IDE lose some file?
thanks
Hi,
is your project imported in workspace?
hi,
yes,i import the prj to workspace