This is the mail archive of the
cgen@sources.redhat.com
mailing list for the CGEN project.
Re: how to install cgen-based gdb-sim
- From: "Frank Ch. Eigler" <fche at redhat dot com>
- To: ?? ?? <dam_wang at hotmail dot com>
- Cc: cgen at sources dot redhat dot com
- Date: Mon, 14 Oct 2002 14:27:53 -0400
- Subject: Re: how to install cgen-based gdb-sim
- References: <F21ztxc1o8yfogkJXrR0000013c@hotmail.com>
Hi -
> After I post the previous letter, I tried this command:
> /configure --prefix=PREFIX --enable-sim
> then make all install.
GDB does not include a simulator for most native configurations.
Indeed, GDB does not include an x86 simulator (assuming your host
platform is x86 Linux or Cygwin). SID does include an x86 simulator
(based on BOCHS), but it is likely not what you want. You probably
need to build an entire cross toolchain, configured with (say)
"--target=arm-elf".
- FChE