2025-08-11 1:18 PM
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
2025-08-11 1:57 PM - edited 2025-08-11 1:58 PM
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.