Can I use VS Code with S32DS Project?

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

Can I use VS Code with S32DS Project?

跳至解决方案
1,238 次查看
malove
Contributor IV

Hello,

I found a post about compiling MCUXpresso projects in a VS Code environment.

I am not working in an AUTOSAR environment, so I am not using EB tresos and am only using S32DS 3.5.

Is it possible to compile an S32DS 3.5 project in VS Code under these conditions (Bare-metal + S32DS 3.5)? If so, could you provide guidance on how to set it up?

标记 (2)
0 项奖励
回复
1 解答
1,221 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

it is possible import Eclipse Project (S32DS is based on Eclipse) into VS Code - https://docs.wpilib.org/en/2021/docs/software/vscode-overview/importing-eclipse-project.html 

But you will need to add GNU gcc tools into VS Code. We don't have any tutorial for that - you need to figure it out yourself and question is, if the effort will wort of it. 

 

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,222 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

it is possible import Eclipse Project (S32DS is based on Eclipse) into VS Code - https://docs.wpilib.org/en/2021/docs/software/vscode-overview/importing-eclipse-project.html 

But you will need to add GNU gcc tools into VS Code. We don't have any tutorial for that - you need to figure it out yourself and question is, if the effort will wort of it. 

 

0 项奖励
回复
1,214 次查看
malove
Contributor IV

Thank you for your response.

I've set up the GCC compiler environment, but I'm facing issues with path configuration and other related problems.

As you mentioned, it looks like this will take a lot of time. I appreciate your help.


Best Regards.

0 项奖励
回复