This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: Can't set architecture to m32c on m32c-elf-gdb.


Hi Masaki,

Really did you try them? Here is a log of my GDB.

(gdb) show architecture
The target architecture is set automatically (currently m16c)
(gdb) set architecture m32c:m32c
Undefined item: "m32c:m32c".
(gdb) set architecture m32c:m16c
Undefined item: "m32c:m16c".

Point. But when I try this:


 (gdb) show architecture
 The target architecture is set automatically (currently m16c)
 (gdb) set architecture m32c
 The target architecture is assumed to be m32c
 (gdb) show architecture
 The target architecture is assumed to be m32c
 (gdb) set architecture m16c
 The target architecture is assumed to be m16c
 (gdb) show architecture
 The target architecture is assumed to be m16c

So it appears that you can set the architecture to m32c, yes ?

Cheers
  Nick


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