Can I use VS Code with S32DS Project?

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

Can I use VS Code with S32DS Project?

Jump to solution
1,221 Views
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?

Tags (2)
0 Kudos
Reply
1 Solution
1,204 Views
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. 

 

View solution in original post

0 Kudos
Reply
2 Replies
1,205 Views
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 Kudos
Reply
1,197 Views
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 Kudos
Reply