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 02:58:51PM -0400, Zampieri Marco wrote:

>: I'm looking for the option --memory-mapfile FILE, but I can't find it in
>: the simulator parameters or gdb option.
>: Where I can find it? It is a configure option or a parameter of Make
>: program?
>The --memory-mapfile option for the sim/common-based simulators such as
>mips is supported automatically if your host supports mmap.
>From gdb, use "(gdb) [target] sim memory-mapfile FILE"; from the command
>line, use "TARGET-run --memory-mapfile FILE".

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:

$>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

$>make -w all install

I compiled it 2 weeks ago.

Is this right?
I must include some other option for compilator.

The mips nec vr4300 elf cross simulator support mmap?

I'm sorry but I must find a solution for this question!
Thanks



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