Skip to main content
AO'Do.1
Associate
December 13, 2021
Solved

How to import an External Tools configuration?

  • December 13, 2021
  • 3 replies
  • 3385 views

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.

Best answer by TDK

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.

3 replies

TDK
TDKBest answer
Super User
December 13, 2021

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.

"If you feel a post has answered your question, please click ""Accept as Solution""."
AO'Do.1
AO'Do.1Author
Associate
December 14, 2021

This worked, thank you so much!

Associate II
September 24, 2024

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