Skip to main content
Wesley Ragle
Associate
December 29, 2020
Solved

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

  • December 29, 2020
  • 1 reply
  • 1643 views

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

    This topic has been closed for replies.
    Best answer by Erwan YVIN

    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

    1 reply

    Erwan YVIN
    Erwan YVINBest answer
    ST Employee
    January 4, 2021

    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