STMcubeIDE fails to import Atollic project
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-06 5:12 PM
I tried to import an Atollic project into STMcubeIDE (which so far doesn't work at all).
The import appears to succeed, but the ARM toolchain is not set up correctly and shows "orphaned configuration/toolchain":
Has anyone been able to get this to work?
Thanks for any tips!
Best Regards, Dave
Solved! Go to Solution.
- Labels:
-
Bug-report
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-08 7:42 AM
It looks like you imported the project as an "existing project into workspace" which does not convert the project properly.
You can follow this guide UM2578 which should solve this problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-08 5:02 AM
I had to re-create project from scratch. Tried to rename the toolchain in .cproject but... it looks like explosion in a spaghetti factory.
A kind request to Atollic folks, or anybody with knowledge in Eclipse CDT - provide a tool/script to migrate projects to a different (GCC based) toolchain?
-- pa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-08 7:42 AM
It looks like you imported the project as an "existing project into workspace" which does not convert the project properly.
You can follow this guide UM2578 which should solve this problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-10 8:45 AM
@Markus GIRDLAND​ - Thanks, I am able to import, build, and debug this project. Will separately report other bugs...
