gdb armsim
Reinoud Koornstra via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAAA5faG4yqUa0Oyzr0ThXphH5+j3Qz3KC-s8OfOh9w4HuwwFtA@mail.gmail.com> |
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.