2020-12-29 03:25 PM
Hi Guys,
I am familiarizing my self with SPC5 Studio, version: 6.0. After installing the IDE and downloading a project, the build fails due to some of the standard include files not being found. That problem was solved by adding
C:\SPC5Studio6.0\eclipse\plugins\com.st.tools.spc5.tools.gnu.gcc.ppcvle.win32_4.9.4.20200908161514\toolchain\lib\gcc\powerpc-eabivle\4.9.4\include
to "CDT User Setting Entries" as a file system path.
However, stdint.h still isn't behaving properly. The "wrapper" file is found but int32_t, int16_t, etc. aren't being defined properly.
Any help appreciated.
Thanks for Your Time,
Wes
Solved! Go to Solution.
2021-01-04 02:23 AM
Hello ,
the preprocessing is failed but the build should be ok.
2 choices :
1) to disable problem "Type Can not be resolved"
or
2) to add the include files like you have performed ;)
https://community.st.com/s/question/0D50X00009XkibO/spc5studio-build-failure
Best Regards
Erwan
2021-01-04 02:23 AM
Hello ,
the preprocessing is failed but the build should be ok.
2 choices :
1) to disable problem "Type Can not be resolved"
or
2) to add the include files like you have performed ;)
https://community.st.com/s/question/0D50X00009XkibO/spc5studio-build-failure
Best Regards
Erwan