Vscode converter Error 35 and Error 41
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