2018-01-15 09:20 AM
My problems same as
https://community.st.com/message/10560
The SPC5Studion was upgraded to 5.7.1
But I selected SPC56-DISCOVERY(BOARD) , DRIVERS --STM
My toolchains is the GNU make builder of spc5studio default.
Keep the example codes from code generation...
it is giving following errors,
- Symbol 'NULL' could not be resolved
- Symbol 'uint32_t' could not be resolved
- Symbol 'int32_t' could not be resolved
- Symbol 'uint16_t' could not be resolved
- Symbol 'uint8_t' could not be resolved
...
I was tried to set
in
C/C++ general ==> Preprocesseur Include
It cannot be to solved these problems.
Can you help me resolve these?
Thanks in advance for all your help.
Chamberplus
#spc56
Solved! Go to Solution.
2018-01-16 01:59 AM
Hello Chamber ,
It is not a build failure.
it is just a configuration issue on CDT perspective on your SPC5Studio project on the symbols synchronization.
https://stackoverflow.com/questions/37466808/type-uint32-t-could-not-be-resolved
your should update your configuration in GNU C not GNU C++.
Best regards
Erwan
2018-01-16 12:13 AM
I tried to solve it myself, and I did it.
Share my settingsBoth of GNU C and GNU C++ are same setting.
2018-01-16 01:59 AM
Hello Chamber ,
It is not a build failure.
it is just a configuration issue on CDT perspective on your SPC5Studio project on the symbols synchronization.
https://stackoverflow.com/questions/37466808/type-uint32-t-could-not-be-resolved
your should update your configuration in GNU C not GNU C++.
Best regards
Erwan
2018-01-16 07:44 PM
Erwan
OK. I got it !
I will exactly update my configuration in GNU C.
Thanks
Chamber