Re: generate-core-file - ARM Targets
Olaf Ryder <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAMcDoDt4AAAk7gNXBsLGQU7KnYshL2pOAejMmt3dF-FT5DnFTQ@mail.gmail.com> |
Here is the solution in hopes it can help someone else who runs into the issue: The problem was related to the target description; on the 1 armv5te target that simply came back with "Can't create a corefile" I forced it to use a specific target description XML file (arm-with-vfpv3.xml in my case) and everything worked as expected. Cheers, Olaf Ryder On Mon, Dec 1, 2014 at 2:43 PM, Olaf Ryder <[email protected]> wrote: > Greetings, > > I am connecting gdb (7.8.1) running on an x86 Linux host to gdbserver > running on an ARM Linux target (armv5te). When I execute the > generate-core-file command I get a generic "Can't create a corefile" > message. This command is successful on a different ARM target (also armv5te, > but a different core). > > I am trying to understand why 1 target can create the corefile but the other > cannot. I am looking into the gdb source now but any help/suggestions would > be appreciated. > > Cheers, > Olaf Ryder > > > > > >