Skip to main content
Dilbert K
Associate III
August 11, 2025
Question

Converting Project from STM32CubeIDE to Eclipse

  • August 11, 2025
  • 1 reply
  • 466 views

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

TDK
Super User
August 11, 2025

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""."