setting.json代码: { "cortex-debug.armToolchainPath":"you path\RT-ThreadStudio\\repo\\Extract\\ToolChain_Support_Packages\\ARM\\GNU_Tools_for_ARM_Embedded_Processors\\10.2.1\\bin", "cortex-debug.gdbPath.windows":"
请正确配置cortex debug.armToolchainPathEN本指南适用于希望修改ODrive固件的开发人员。 因此,它假定您...
"request": "launch", "type": "cortex-debug", "servertype": "jlink", "device": "STM32H743ZI", "armToolchainPath": "/opt/st/stm32cubeide_1.3.
When I uncomment the line in settings.json with the cortex-debug.armToolchainPath, I get the following error: Reading symbols from C:/VSARM/armcc/11.2 2022.02/bin/arm-none-eabi-objdump.exe --syms -C -h -w H:/DevEnv/Pico/debug-blink-example/build/debug-blink-example.elf Reading symbols...
"cortex-debug.armToolchainPath": "C:/Program Files (x86)/GNU Arm Embedded Toolchain/9 2020-q2-update/bin/", "cortex-debug.JLinkGDBServerPath": "C:/Program Files (x86)/SEGGER/JLink_V614b/JLinkGDBServer.exe" laungh.json as below
如果XDS不使用,可以不用配置[cortex-debug.openocdPath] [EIDE.OpenOCD.ExePath] 填写如下内容(根据实际路径配置): { “files.trimTrailingWhitespace”: true, “files.autoGuessEncoding”: true, “editor.renderWhitespace”: “boundary”, “cortex-debug.armToolchainPath”: “C:\ti\arm-none-eabi\”, ...
如果XDS不使用,可以不用配置[cortex-debug.openocdPath] [EIDE.OpenOCD.ExePath] 填写如下内容(根据实际路径配置): { “files.trimTrailingWhitespace”: true, “files.autoGuessEncoding”: true, “editor.renderWhitespace”: “boundary”, “cortex-debug.armToolchainPath”: “C:\ti\arm-none-eabi\”, ...
"launch","type": "cortex-debug","servertype": "openocd","armToolchainPath": "/opt/gcc-arm...
"cortex-debug.armToolchainPath": "C:\\ti\\arm-none-eabi\\bin", "cortex-debug.openocdPath": "C:\\ti\\OpenOCD\\bin\\openocd.exe", "cortex-debug.JLinkGDBServerPath": "C:\\ti\\JLink\\JLinkGDBServerCL.exe", "cortex-debug.showRTOS": true, ...
{ "configurations": [ { "name": "ARM", "intelliSenseMode": "gcc-x64", // 注意下面这个指定好 gcc-arm 编译器后,c/c++ 插件会智能分析,不会按照桌面平台进行语义分析,一定要指明 // 后面的编译参数可以从 makefile 里抄 "compilerPath": "arm-none-eabi-gcc.exe -mcpu=cortex-m3 -mthumb -Wal...