gdb armsim
Reinoud Koornstra
reinoudkoornstra@gmail.com
Wed May 27 07:47:25 GMT 2020
Hello Everyone,
I was trying to compile a simulator for arm.
../gdb-9.1/configure --target=arm-none-eabi --prefix=/opt/GDB-SIM-9.1
make all-sim
make install
/bin/sh: line 3: cd: ./etc: No such file or directory
make[1]: *** [install-etc] Error 1
make[1]: Leaving directory `/workspace/rk889498/gdb-9.1/gdb-sim'
make: *** [install] Error 2
What is going wrong here?
The idea is to compile a simulator that can load a memory dump in and then
attaches to a port. The very old one I had did this:
gdb-armsim
<symfile>[@offset] [-p <port>]
Any advice? Thanks,
Reinoud.
More information about the Gdb
mailing list