No gdb for BeagleY-AI?

It seems that there is no gdb for BeagleY-AI.

The BeagleY-AI has a lot of processor/co-processor (along with linux) targets. So what are you targeting for gdb?

Regards,

I am trying with linux targets.

Regards,

Did you install Debian’s version of GDB (with builtin version of gcc), or are you using another external compiler?

sudo apt update
sudo apt-get install gdb

Regards,

I forgot to apt update before trying apt install.

Thanks,