2021-12-13 01:50 PM
I have created a configuration for use of an external tool (PCLint) and successfully ran the tool in my STM IDE. I exported that configuration and got the .launch file, but now other developers on my team want to run the same external tool configuration and we cannot figure out how to do this. All the info is in the exported file, we're just missing how to get that info into the IDE to avoid having to manually copy and paste all of the fields.
2021-12-13 02:29 PM
File -> Import -> Run/Debug -> Launch Configurations -> Select folder -> click on folder -> select .launch file -> Finish
Might run into trouble if files are in different places on different machines and/or relative paths don't line up.
2021-12-14 09:22 AM
This worked, thank you so much!
2024-09-24 03:41 AM
Hello.
I am interested in performing MISRA C checks on projects created in CubeIDE, as other IDEs (uVision, Eclipse, etc.) do, incorporating third-party tools (PC-Lint, LDRA, etc.).
Is it possible to incorporate PC-Lint, cppcheck, etc. into CubeIDE?
What are the steps to follow to do this?
Thanks