How to import an External Tools configuration?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-13 1: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.
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-13 2: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-13 2: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-14 9:22 AM
This worked, thank you so much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-24 3: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
