2019-05-06 05: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.
2019-05-08 07: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.
2019-05-08 05: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
2019-05-08 07: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.
2019-05-10 08:45 AM
@Markus GIRDLAND - Thanks, I am able to import, build, and debug this project. Will separately report other bugs...