cancel
Showing results for 
Search instead for 
Did you mean: 

Hi All, Having error with typedef e.g. uint32_t could not be resolved. I have found from Q&A that adding these paths in C/C++ General -> Preprocessor, Inc. will fix (as shown in the attachment). Issue now: The selected folders/path doesnot exist or NA

KST
Associate

0693W000004IU7xQAG.png

1 ACCEPTED SOLUTION

Accepted Solutions
Erwan YVIN
ST Employee

Yes ,

It is not a big issue.

Your CDT settings is not updated maybe after importing an old application.

directory does not exist anymore and preprocessing is failing.

you can update it by add a new directory which contains include files

c:\SPC5Studio-6.0\eclipse\plugins\com.st.tools.spc5.tools.gnu.gcc.ppcvle.win32_4.9.4.20201012092103\toolchain\powerpc-eabivle\include\

or

c:\SPC5Studio-6.0\eclipse\plugins\com.st.tools.spc5.tools.hightec.win32_1.0.0.20201012092211\hightec\ppc-ht-eabi\include\

Take your good qualifier date

Best regards

Erwan

View solution in original post

1 REPLY 1
Erwan YVIN
ST Employee

Yes ,

It is not a big issue.

Your CDT settings is not updated maybe after importing an old application.

directory does not exist anymore and preprocessing is failing.

you can update it by add a new directory which contains include files

c:\SPC5Studio-6.0\eclipse\plugins\com.st.tools.spc5.tools.gnu.gcc.ppcvle.win32_4.9.4.20201012092103\toolchain\powerpc-eabivle\include\

or

c:\SPC5Studio-6.0\eclipse\plugins\com.st.tools.spc5.tools.hightec.win32_1.0.0.20201012092211\hightec\ppc-ht-eabi\include\

Take your good qualifier date

Best regards

Erwan