Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GDB doesn't work on Ubuntu 18.04+ #37

Closed
Midren opened this issue Oct 8, 2019 · 0 comments · Fixed by #39
Closed

GDB doesn't work on Ubuntu 18.04+ #37

Midren opened this issue Oct 8, 2019 · 0 comments · Fixed by #39
Labels
bug Something isn't working

Comments

@Midren
Copy link
Contributor

Midren commented Oct 8, 2019

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:

  1. make odebug
  2. See error make: arm-none-eabi-gdb: Command not found

Possible implementation
Add environment parameter $GDB, so everyone can use appropriate debuger.

@Midren Midren added the bug Something isn't working label Oct 8, 2019
@Macrosrider Macrosrider mentioned this issue Oct 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant