S32 Design Studio Project missing SDK Components

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

S32 Design Studio Project missing SDK Components

209 Views
Soju
Contributor I

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.
s32-error.png

 

Right clicking one of the component missing error shows following popup message:

s32-problem-detail.png

 

I tried using the `Manage SDK components` but everything is empty.

s32-blank-sdk.png

 

How can I solve this issue?

Thank you.

Soju

0 Kudos
1 Reply

196 Views
Soju
Contributor I

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.

0 Kudos