This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Connect 2 mips simulator


Hi -

On Thu, Sep 06, 2001 at 05:35:03PM -0400, Zampieri Marco wrote:
: [...]
: I try to use the command, but the simulator response me :
: $>mips64vr4300-elf-run: unrecognized option `--memory-mapfile'
: 
: I use gdb 5.0 compiled with this option:

Perhaps gdb 5.0 is too old: the simulator mmap feature was
added on 2001-03-16.  Consider fetching a version from CVS.
Search for mmap in sim/common/* to see if the code is there.


: $>configure --target=mips64vr4300-elf
:             --prefix=/home/zampieri/tools/other
:             --exec-prefix=/home/zampieri/tools/H-i686-pc-linux-gnu/other
:             -v 2>&1 | tee configure.out

(The exec-prefix part looks suspicious - consider using instead

#             --exec-prefix=/home/zampieri/tools/other/H-i686-pc-linux-gnu


: The mips nec vr4300 elf cross simulator support mmap?

Yes, it should.


- FChE

PS.  Your email address <zampieri@students.univr.it> is invalid, as
it is unable to receive mail.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]