cancel
Showing results for 
Search instead for 
Did you mean: 

Converting Project from STM32CubeIDE to Eclipse

Dilbert K
Senior

In the STM32Cube_FW now is released project using "STM32CubeIDE".

I can import the project to STM tools without issue.

However, I have a new client which they are using "Eclipse" and does not want to make changes for project.

Is there a simple way to import or convert the project which can be used ?

I tried just import the project but did not work.

Orphaned configuration. No base extension cfg exists for com.st.stm32cube.ide.mcu.gnu.managedbuild.config.exe.debug.1555957249

 

1 REPLY 1
TDK
Super User

STM32CubeIDE is a specialized Eclipse install. The standard Eclipse installation doesn't have the STM32-specific toolchain and other features needed to build the project.

Best bet would be to create a new project and add source/include files and toolchain manually. Will not be straightforward.

If you feel a post has answered your question, please click "Accept as Solution".