2021-07-01 11:20 PM
Solved! Go to Solution.
2021-07-05 12:40 AM
Look what you have include.
One time folder us under gnu.gcc and other is under hightec. These are 2 different compilator. Dont mix files.
Remove folder under hightec and search file (in windows) under
C:\SPC5Studio-6.0\eclipse\plugins\com.st.tools.spc5.tools.gnu.gcc.ppcvle.win32_4.9.4.20200908161514\
The you find the files that you need, the include the folder.
ok?
2021-07-05 12:18 AM
Hi, i am newbee too, but i have solve 'uint32_t, 'uint16_t' 'uint8_t doing:
Right click on SPC5XXXXXTestApplication ->Properties
Under C/C++ General->Path and Symbols
Selec Tab Includes, then GNU C->Add..
write C:\SPC5Studio-6.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
2021-07-05 12:25 AM
Hi Chia,
I already have these includes in my project. But one include shows error which you can see from the attachment. Can you help me out?
2021-07-05 12:40 AM
Look what you have include.
One time folder us under gnu.gcc and other is under hightec. These are 2 different compilator. Dont mix files.
Remove folder under hightec and search file (in windows) under
C:\SPC5Studio-6.0\eclipse\plugins\com.st.tools.spc5.tools.gnu.gcc.ppcvle.win32_4.9.4.20200908161514\
The you find the files that you need, the include the folder.
ok?