ODrive Firmware Developer Docs might be outdated [ARM setup for Linux]

Hi Everyone,
I am follwing the instructions from Firmware Developer Guide to set up ARM dev environment.

With a fresh installed Ubuntu 20.04 I get these errors:

sudo apt install gcc-arm-embedded
[sudo] password for jakub:
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package gcc-arm-embedded

Should I enable some 3rd party repositories to get it working?

It was suggested on Askubuntu that ARM no longer hosts their repositories if I understood correctly. How do you set up your Linux ODrive devel environment these days? Thank you!

P.S. The problem described here is different from my other topic posted here as it relies on a fresh, untouched system installation and can indicate documentation problem.

I have the same issue…

I have the same issuу …

Check out this answer on Ask Ubuntu apt - How to install arm-none-eabi-gdb on Ubuntu 20.04 LTS (Focal Fossa) - Ask Ubuntu

Hi Everyone,

The short instruction in the first answer how to fix