2022-05-17 08:44 AM
I have the following configuration, but although I include the ones that I consider correct, I still get many errorsThe errors are supposed to be related to the tcp-ip component, but I already included it and I don't understand what is wrong, maybe I am missing another configuration besides paths.
I have the development board SPC58EC-DISP
Thank you.
Solved! Go to Solution.
2022-05-19 07:18 AM
Hello Araceli ,
It is not a build failure.
it is just a configuration issue on CDT perspective on your SPC5Studio project on the symbols synchronization. (Pre Processing)
You can ignore them or update your CDT Settings as below
https://community.st.com/s/question/0D50X00009XkXIZSA3/spc5studio-build-failure-too
include files are present in the plugin directory
c:\SPC5Studio-6.0\eclipse\plugins\com.st.tools.spc5.tools.gnu.gcc.ppcvle.win32_4.9.4.20200908161514\toolchain\include\
Best regards
Erwan
2022-05-17 09:16 AM
Hello,
do you have errors in the console after building ?
or is it ok like this:
Best Regards,
-Olivier
2022-05-17 09:22 AM
No, the console also only shows a single warning. Sometimes none
2022-05-17 09:25 AM
But when I open the files, the nightmare begins
And I am concerned that the error messages indicate that the data types cannot be resolved, because it makes me believe that they are not linking correctly
2022-05-19 07:18 AM
Hello Araceli ,
It is not a build failure.
it is just a configuration issue on CDT perspective on your SPC5Studio project on the symbols synchronization. (Pre Processing)
You can ignore them or update your CDT Settings as below
https://community.st.com/s/question/0D50X00009XkXIZSA3/spc5studio-build-failure-too
include files are present in the plugin directory
c:\SPC5Studio-6.0\eclipse\plugins\com.st.tools.spc5.tools.gnu.gcc.ppcvle.win32_4.9.4.20200908161514\toolchain\include\
Best regards
Erwan