I came across this while following the Apache mynewt blinky tutorial, with a 
nRF development board 
https://mynewt.apache.org/latest/tutorials/blinky/nRF52.html
The mynewt load target script has hard-coded the arm-none-eabi-gdb command -> 
not found error.

I managed to make it run by installing gdb-multiarch and adding a symlink:
apt install gdb-multiarch
ln -s /usr/bin/gdb-multiarch /usr/bin/arm-none-eabi-gdb

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1763006

Title:
  arm-none-eabi-gdb missed in ubuntu 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chkconfig/+bug/1763006/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to