Dear support team:
The SDK path variable what i can see in S32DS is "S32K144_SDK_GCC_0_8_6_PATH". See the picture below:
Figure 1: Linked Resources
But in the project setting, the SDK path variable used is "S32K144_SDK_GCC_0.8.6_PATH".
Figure 2: Project setting
You can see that the '_' is replaced with '.'. Could you tell me the rules of the substitution ?
Sincere appreciation.
Cheney
Solved! Go to Solution.
Hi,
This is not a substitution.
Please be aware that Linked Resources paths and Build variables paths are two different paths/scopes in Eclipse.
Linked resources path does not allow dots in the variable name therefore it is defined with underscores instead.
Stan
Hi,
This is not a substitution.
Please be aware that Linked Resources paths and Build variables paths are two different paths/scopes in Eclipse.
Linked resources path does not allow dots in the variable name therefore it is defined with underscores instead.
Stan
Hi, Stan:
Thanks for your reminding.
You are right, I misunderstood the Linked Resources paths and think these variables are used in the build process.
Now i can found the build variables now.
Thanks a lot.
Cheney
Hi,
I checked build variables, but on my machine there is variable name with dots:
and in Includes I have only SDK path without any version specification:
What is your S32DS version? Are you using example or your own project? To fix the issue - edit variable name in Include path and set correct name:
Jiri
Hi,
I found the build variable now.
I didn't select the checkbox of "Show system variables", So there's nothing showed in the list.
I can't find any Build Variables, So i think the Linked Resources path are the Build variables paths.
Thanks a lot.
Cheney