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?
Solved! Go to Solution.
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.
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.
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.