microsoft / vscode-embedded-tools

Official issue tracking repository for Microsoft's Embedded Tools VS Code extension.
MIT License
43 stars 3 forks source link

How to find STM32CubeIDE? #45

Closed luxun59 closed 1 year ago

luxun59 commented 1 year ago

Pop-up error window Could not find path to "arm-none-eabi-gdb". Ensure STM32CubeIDE is installed.

benmcmorran commented 1 year ago

Currently (version 0.7.0) the extension searches for arm-none-eabi-gdb in a few fixed well-known locations. There's a feature request that we are investigating to support custom ST tool paths (#43). Can you verify that your ST installation is on one of these paths?

/ST/STM32CubeCLT/STM32CubeCLT/GNU-tools-for-STM32/bin/arm-none-eabi-gdb.exe
/ST/STM32CubeIDE_*/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.*/tools/bin/arm-none-eabi-gdb.exe
/opt/st/stm32cubeide_*/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.*/tools/bin/arm-none-eabi-gdb
/Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.*/tools/bin/arm-none-eabi-gdb
github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has been inactive for 30 days. To reactivate the issue, simply post a comment with the requested information to help us diagnose this issue. If this issue remains inactive for another 7 days, it will be automatically closed.

github-actions[bot] commented 1 year ago

This issue has been automatically closed due to inactivity. If you are still experiencing problems, please open a new issue.