Hello Team:
When I add the header file of RTD2.0.2 peripheral to my project, it will encounter the following error:
Then I suspected that the path to the header file was missing, so I added the path to the header file:
But there will also be many compilation errors:
I would like to ask if anyone has encountered this situation and how has it been resolved?
Thanks!
Solved! Go to Solution.
Hi @shiqi_seventeen ,
I missed this thread in my stack.
The issue of your project that you added wrong path for includes file.
It's required the header/source files that generated from S32CT tool, not in the include_PC path.
Please refer the Description.txt in each example of RTD included in package to know how to use S32CT to generate source code and build project
Hi @shiqi_seventeen ,
I missed this thread in my stack.
The issue of your project that you added wrong path for includes file.
It's required the header/source files that generated from S32CT tool, not in the include_PC path.
Please refer the Description.txt in each example of RTD included in package to know how to use S32CT to generate source code and build project