cancel
Showing results for 
Search instead for 
Did you mean: 

CubeIDE cannot import Atollic project (details)

Pavel A.
Evangelist III

So I'm now trying to import Atollic project into CubeIDE.

Started from this:

0693W000007Yz6GQAS.png 

Then entered path of the source project

0693W000007Yz6LQAS.pngThe project is in subdirectory PROJ_ATOLLIC so I've unchecked the upper item.

(Does it really think that the project is SW4STM?? Hmmm)

0693W000007Yz6QQAS.pngClicked OK

0693W000007Yz6VQAS.pngNice. Clicked OK. But then it wants to convert it again?!

0693W000007Yz6aQAC.png 

Clicked OK again.

0693W000007Yz6fQAC.pngThis time it is not happy.

Result:

0693W000007Yz6kQAC.png 

Orphaned configuration... blah blah .... Does not build.

0693W000007Yz7EQAS.pngDoes 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

4 REPLIES 4
Cartu38 OpenDev
Lead II

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.

Attached is example Atollic project.

Eclipse stuff is in subdirectory STM32H743I_NUCLEO_ATOL

Most of custom source files removed.

Thanks,

-- pa

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.

@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