This is the mail archive of the gdb-prs@sourceware.org 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]

[Bug gdb/12308] New: Unable to regenerate arm-with-iwmmxt.c


http://sourceware.org/bugzilla/show_bug.cgi?id=12308

           Summary: Unable to regenerate arm-with-iwmmxt.c
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: qiyao@gcc.gnu.org


I modified arm-core.xml a little bit, so have to re-generate arm-*.c files.

cd gdb/features
make GDB=/home/yao/SourceCode/gnu/gdb/build/gdb/gdb XMLTOC=arm-with-iwmmxt.xml 
cfiles
/home/yao/SourceCode/gnu/gdb/build/gdb/gdb -nx -q -batch \
      -ex "set tdesc filename arm-with-iwmmxt.xml" -ex 'maint print c-tdesc' >
arm-with-iwmmxt.c.tmp
warning: while parsing target description (at line 10): Target description
specified unknown architecture "iwmmxt"
warning: Could not load XML target description; ignoring
There is no target description to print.
sh ../../move-if-change arm-with-iwmmxt.c.tmp arm-with-iwmmxt.c


I get error message 'Target description specified unknown architecture
"iwmmxt"', and arm-with-iwmmxt.c is blank.

I can successfully re-generate arm-with-neon.c, arm-with-vfpv2.c and
arm-with-vfpv3.c.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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