NetBSD/ofppc: PSIM HOWTO
PSIM is a program written in extended ANSI-C that emulates the Instruction Set Architecture of the PowerPC microprocessor family. It is freely available in source code form under the terms of the GNU General Public License (version 2 or later).
PSIM homepage: PSIM - Model of the PowerPC(tm) Architecture
Integrated into gdb-4.17(sim/ppc) and NetBSD-current source tree(src/gnu/dist/sim/ppc).
- Get gdb-4.17.tar.gz from gnu sites.
- Patch and Config,Make.
% tar xzvf gdb-4.17.tar.gz % cd gdb-4.17; gzcat gdb-4.17-diffs.gz | patch % ./configure --prefix=/usr/pkg --target=powerpc-netbsd % gmake # gmake install
Back to NetBSD/ofppc Port Page