You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In makefile odebug uses arm-none-eabi-gdb, but it is deprecated and removed from the package manager. For the next versions, we had to use gdb-multiarch.
Environment information:
OS: Linux
Platform: Ubuntu 18.04+
Firmware Version: 1.0.0
Steps to Reproduce
Steps to reproduce the behavior:
make odebug
See error make: arm-none-eabi-gdb: Command not found
Possible implementation
Add environment parameter $GDB, so everyone can use appropriate debuger.
The text was updated successfully, but these errors were encountered:
Describe the bug
In makefile odebug uses arm-none-eabi-gdb, but it is deprecated and removed from the package manager. For the next versions, we had to use gdb-multiarch.
Environment information:
Steps to Reproduce
Steps to reproduce the behavior:
make: arm-none-eabi-gdb: Command not found
Possible implementation
Add environment parameter $GDB, so everyone can use appropriate debuger.
The text was updated successfully, but these errors were encountered: