cancel
Showing results for 
Search instead for 
Did you mean: 

The "stdint.h" file is not being processed correctly in SPC5 Studio, version: 6.0

Wesley Ragle
Associate

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

1 ACCEPTED SOLUTION

Accepted Solutions
Erwan YVIN
ST Employee

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

View solution in original post

1 REPLY 1
Erwan YVIN
ST Employee

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