Question
Eclipse project conversion fails due to schema
- April 22, 2026
- 1 reply
- 116 views
I have an old project developed with the STM32CubeIDE, which I would like to import into VSCode.
I attempted to run "Convert Eclipse STM32CubeIDE Project", and the converter created some files in the destination folder.
Yet, the conversion fails with this error message:
2026-04-22 10:23:09.874 [Info] [ide-project-convert] Starting project conversion...
2026-04-22 10:23:10.173 [Info] [ide-project-convert] cube wrapper version: 0.10.2
2026-04-22 10:23:10.193 [Info] [ide-project-convert] Invoking STM32CubeIDE Eclipse exporter...
2026-04-22 10:23:18.988 [Info] [ide-project-convert] Generating project...
2026-04-22 10:23:19.054 [Error] [ide-project-convert] [ { instancePath: '', schemaPath: '#/required', keyword: 'required', params: { missingProperty: 'configurations' }, message: 'must have required property 'configurations'' } ]
2026-04-22 10:23:19.055 [Error] [ide-project-convert] /Users/me/projects/private/flipper/firmware-vscode/stm32cubeide-export.json does not conform to the schema. Please fix the above errors.
2026-04-22 10:23:19.064 [Error] [ide-project-convert]: Project conversion failed with exit code: 37.The file in question is attached, and is indeed missing the "configuration" key.
How could I make the conversion work?
Thanks!
