Hi,
I downloaded the example related file from the line below and tried to build it.
https://www.nxp.com/docs/en/application-note-software/AN12218SW.zip
Then, If I build without any settings, a path error occurs as shown below.
I don't know why it can't find the file in /src/drivers.
Please let me know which preferences need to be fixed.
Solved! Go to Solution.
I tested this example without changing anything ,and it works fine on myside,
it looks like some file path is invalid in your S32 DS.
and you can change the file path using the setting menu below.
Thank you, Senlent.
Your answer is very useful solution.
I set the path directly as below and the build succeeded without error.
However, it is still a question of why the set default path("${workspace_loc:/${ProjName}/src/drivers}") is not applied.
I wonder what environment setting should be changed for successful build without adding a separate path?
Did you use copy instead of import? I don't know the exact reason,
anyway, if such a problem occurs next time, it can be solved by adding a path.
I tested this example without changing anything ,and it works fine on myside,
it looks like some file path is invalid in your S32 DS.
and you can change the file path using the setting menu below.