From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zampieri Marco To: "gdb@sourceware.cygnus.com" Subject: Re: Connect 2 mips simulator Date: Thu, 06 Sep 2001 07:46:00 -0000 Message-id: References: X-SW-Source: 2001-09/msg00045.html 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