A question about export of s32 design stduio for s32 platform,lose some files

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

A question about export of s32 design stduio for s32 platform,lose some files

1,595 次查看
pangyun
Contributor II

I want to export all the files of the project, but I cannot find some files in the final exported project folder .

for example ,I can find "interrupt_manager. c" in the development environment directory "\ SDK \ platform \ drivers \ src \ interrupt",but it's empty in the exported project folder,and when I search in the workspace project folder,it's empty too and the same to "S32K144_64_flash.ld" .how can I make all the files in the exported project folder.

pangyun_1-1711697957063.png

pangyun_3-1711698389640.png

One more question, when I edit "S32K144_64_flash.ld" of one project,the "S32K144_64_flash.ld" of other projects are changed to the same at one time,It is not alone for a project?

 

 

 

0 项奖励
回复
3 回复数

1,552 次查看
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @pangyun,

Please make sure that when exporting, all the files are included and selected for the destination folder/zip:

Julin_AragnM_0-1712078403748.png

As for the linker file, when creating a new project using project wizard there are typically 2 linker script files (S32K1xx_flash.ld and S32K1xx_ram.ld) these files are local copies for the project so any modification in the file should influence just this project.

If you need to change the .ld file, please go to project properties -> C/C++ Build -> Settings -> "Standard S32DS Linker"/General and adjust the "Script files" path:

Julin_AragnM_1-1712078693341.png

Best regards,
Julián

0 项奖励
回复

1,517 次查看
pangyun
Contributor II

Thank you for your advice,but it seems can't solve my problem.I'm sure all the files are included and selected for the destination folder/zip when exporting.

Today I found this:
when I creat a project by"File -> New -> S32DS Application Project",Such problems will not occur,

and I can find "S32K144_64_flash.ld" in the folder.

pangyun_0-1712625156146.png

pangyun_2-1712625570354.png

when I creat a project by"File -> New -> S32DS Project from Example",these problems will always exist.

pangyun_1-1712625454189.png

pangyun_3-1712625625485.png

So,  how can I solve this problem when I creat a project by"File -> New -> S32DS Project from Example".

 

 

0 项奖励
回复

1,502 次查看
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @pangyun,

I can see the Linker_Files folder with both files when exporting the project, even when I use "File > New > S32DS Project from Example". Could you confirm you are building and correctly export the project? You could also try selecting the "Resolve and export linked resources."

Julin_AragnM_0-1712697932570.png

Julin_AragnM_1-1712697952879.png

Best regards,
Julián

0 项奖励
回复