This is the mail archive of the gdb-prs@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]
Other format: [Raw text]

Re: gdb/1884: arm-none-elf target sim does not run ARM executables


The following reply was made to PR gdb/1884; it has been noted by GNATS.

From: Daniel Jacobowitz <drow@false.org>
To: jreiser@BitWagon.com
Cc: gdb-gnats@sources.redhat.com
Subject: Re: gdb/1884: arm-none-elf target sim does not run ARM executables
Date: Thu, 3 Mar 2005 09:42:18 -0500

 On Wed, Mar 02, 2005 at 01:52:35AM -0000, jreiser@BitWagon.com wrote:
 > (gdb) target sim
 > Connected to the simulator.
 > (gdb) load my-arm-executable
 > Loading section .text, size 0x1514 vma 0x8080
 > Start address 0x8080
 > Transfer rate: 43168 bits in <1 sec.
 > (gdb) run
 > Starting program:
 > warning: No executable file specified.
 > Segmentation fault
 
 Try:
 
 file my-arm-executable
 target sim
 load
 run
 
 Obviously the segfault is a bug, and the documentation of `load' in the
 manual is a bit out of date.
 
 -- 
 Daniel Jacobowitz
 CodeSourcery, LLC


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