Tool/software:
Hi all,
Is it default behavior that CCS 20 (Theia) only updates the errors and warnings in the editor on a build?
Usually with VSCode and other IDEs the text editor will throw the errors/warnings right while typing, putting the squiggly line below the text. With Theia it will do it only on building (strg+b).
I configured VSCode with the same project with the c_cpp_properties.json and everything works fine (this is how we worked before when the eclipse based IDE was TIs default). Additionally, I tried VSCode with clangd and the generated compile_commands.json which also work alright.
Setup details:
Target MCU: AM64/AM24 Cortex R5 with tiarmclang
OS: Windows 10 and Ubuntu 24, both behave the same
CCS/Theia version: 20.0.1.4
SDK: MCU-PLUS-SDK-AM64X 10.01.00.32
At the moment I am using VSCode to edit the code and switch back to Theia/CCS to build and debug. It would be great if only Theia could be used since they are are almost the same anyways.
Best regards,
Ergin