Bug 581044 - Error while launching Debug Configurations, command: arm-none-eabi-gdb –version
Summary: Error while launching Debug Configurations, command: arm-none-eabi-gdb –version
Status: NEW
Alias: None
Product: Incubator
Classification: Eclipse Project
Component: e4 (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: E4 Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-11 18:14 EST by Deep Patel CLA
Modified: 2022-11-11 18:14 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Deep Patel CLA 2022-11-11 18:14:06 EST
Using IDE Eclipse version 2022.
Using Toolchain xPacks arm embedded gcc for c/c++ version 11.3.1
Using Debugger JLINK V6.86d
My Application compiles.
But when trying to debug the application gives error.
"Error while launching command: arm-none-eabi-gdb –version"
I have set PATH of toolchain in Global and Workspace Settings and blank in Project settings
If i explicitly set the path of toolchain in project settings debug works.
Why is the workspace / global settings not carried over to project settings ?