Hello,
I recently started using S32 DS 3.5.9 for S32K118 based development.
The project code base is being git-managed for those files generated with the project directory architecture.
But when I clone the project and open S32 DS, I am getting peripheral driver components missing errors (along with blank processor error which I have no idea what the cause is).
I tried clicking the `light bulb` icon on the far right side of `Problems` tab for one-click solution to add the missing components but it does nothing.
Right clicking one of the component missing error shows following popup message:
I tried using the `Manage SDK components` but everything is empty.
How can I solve this issue?
Thank you.
Soju
I am answering to my own question.
I overlooked some important files when committing source into git repository.
I should have added `.settings` folder and its contents.
(Also, don't forget to add `Debug_Configurations` folder, too.)
Now, all the errors are gone, and it is possible to share project git repository with other team members.