2021-02-19 08:27 PM
So I'm now trying to import Atollic project into CubeIDE.
Started from this:
Then entered path of the source project
The project is in subdirectory PROJ_ATOLLIC so I've unchecked the upper item.
(Does it really think that the project is SW4STM?? Hmmm)
Clicked OK
Nice. Clicked OK. But then it wants to convert it again?!
Clicked OK again.
This time it is not happy.
Result:
Orphaned configuration... blah blah .... Does not build.
Does not let me to create a new good configuration.
This was CubeIDE 1.5.1 installed new, on Win10 home.
THe source project is for H743.
Any ideas?
I can provide the source and converted projects. Yes it has a lot of linked files, build variables etc.
Content of converter.log:
Project: EVB_BOOT
Converter: ST System Workbench for STM32 project converter
Date: 20210220
No map found for id: com.atollic.truestudio.exe.debug
Fail save build info: EVB_BOOT
-- pa
2021-02-20 12:07 AM
Yes please share project will help or at least first original .project file. Weird to see SW4STM32 identified as projet type ... for sure such may not help.
Could your project be a SW4STM32 one imported at a time to Atollic (STM32Cube example possibly ...) then now trying to move it to STM32CubeIDE ...
As STM32CubeIDE is SW4STM32 and Atollic aware ... maybe some trouble here.
Best is to look at .project file natures .... keep only Atollic or SW4STM32 dedicated one ... not both.
2021-02-22 03:30 PM
2021-02-23 05:04 AM
Have a try with attached .project & .cproject. Conversion works for me relying on Atollic TrueStudio converter as expected then.
I guess you've hacked at a point them what may explain trouble you're facing. According to me you cannot get as part of .cproject both Atollic IDs and SW4STM32 ones a same time ...
As Eclipse contributor I can share Eclipse (not STM32CubeIDE but relying on) is confused about ... sounds fair.
2021-02-23 07:42 AM
@Cartu38 OpenDev Thank you. I suspected it has something with remnants from earlier sw4stm conversion.
Will try to remove them before conversion to CubeIDE.
-- pa