The README suggests:
$ sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa -y
$ sudo apt update
$ sudo apt install gcc-arm-embedded
However, sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa -y gives me the error:
Err:8 http://ppa.launchpad.net/team-gcc-arm-embedded/ppa/ubuntu focal Release
404 Not Found [IP: 91.189.95.83 80]
I went to the page for team-gcc-arm-embedded, which says:
Currently supports Ubuntu 10.04/12.04/14.04/14.10
So it seems to be 6 years out of date.
Where should I be getting arm-none-eabi-gdb from instead?
The README suggests:
However,
sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa -ygives me the error:I went to the page for team-gcc-arm-embedded, which says:
So it seems to be 6 years out of date.
Where should I be getting
arm-none-eabi-gdbfrom instead?