I'm trying to install a cross-compiled gdb on an Apple M1 MacBook. I downloaded gdb 11.1 and did:
/tmp/src/gdb-11.1/configure --enable-targets=all
make
sudo make install
The commands seemed to have completed without error. All the relevant files seems to be installed when I check /usr/local/include
, /usr/local/lib
, etc., but the actual binary for gdb is nowhere to be found.
Ideas?