2026-04-30 1:49 AM
Hello,
I'm trying to convert a project to vscode the first error I incurred to was this one:
I'm trying to convert to cmake using the extension a project for the STM32U585OIYXQ, when I load the source folder and set the output folder then i push on convert and this is the output that I get :
[Error] [ide-project-convert]:Generating project...
[Error] [ide-project-convert]:The specified 'STM32U585OIYxQ' device is unknown
[Error] [ide-project-convert]: Project conversion failed with exit code: 35.
Which has been solved with this work around: "you can enable the stm32cube-ide-project-manager.conversion.ignoreMissingDevice VS Code setting".
That went through and I have the following new error:
[Info] [project-manager] STM32CubeIDE project manager activation....
[Info] [ide-project-convert] Starting project conversion...
[Info] [ide-project-convert] cube wrapper version: 0.10.2
[Info] [ide-project-convert] Invoking STM32CubeIDE Eclipse exporter...
[Info] [ide-project-convert] Generating project...
[Error] [ide-project-convert] Multiple output names found across project configurations is not supported.
[Error] [ide-project-convert]: Project conversion failed with exit code: 41.
Any suggestion?
Thanks
Solved! Go to Solution.
2026-05-20 2:31 AM
Hi @Stag,
Apologies for late reply, the issue has been understood and fixed in our mainstream. The fix will be part of the next delivery.
2026-04-30 8:24 AM
Hi @Stag,
Thanks for joining us on the Community Forum. It is definitely a better place to discuss details than the Marketplace Q&A.
About:
[Error] [ide-project-convert] Multiple output names found across project configurations is not supported.
I don’t know how your STM32CubeIDE project is set up, but I guess it has multiple build configurations, likely Debug and Release, and both declare different output filenames. That is not supported at the moment.
Could you try to align them across your build configurations? Then try to convert again the project.
Note: the same applies to source files as well. All build configurations must use the same set of source files.
2026-05-04 8:20 AM
Hi Julien,
thank for the answer, indeed as you were saying I have multiple build configurations.
I changed the settings in the original Repository, as you said, but now i cannot go ahead with the converter on vscode since when I select the source project to convert in the plugin I get this error in vscode: "Entity expansion limit exceeded: 1002 > 1000". The error is in a small box on the bottom right. This happens only when I select the projet source and not for the destination.
2026-05-04 9:30 AM
Could you share with me the .project and .cproject files of this project?
Either here or by PM.
2026-05-05 9:30 AM
@Stag I got your files, thanks for sharing them.
I can already reproduce the issue, it is something dev team has never faced until then. I'll get back to you once analyzed/understood.
2026-05-20 2:31 AM
Hi @Stag,
Apologies for late reply, the issue has been understood and fixed in our mainstream. The fix will be part of the next delivery.