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

Issue in MinGW GDB execution for M32C target


Hi,
I successfully built the MinGW GDB and Simulator with minor changes for
M32C target. Now while executing MinGW GDB It gave the following error;

-----------------------------------------------------------------------
-----------------------------------------------------------------------
$m32c-elf-gdb test.out
GNU gdb (GDB) 6.8.50.20090804
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "--host=i386-pc-mingw32msvc --target=m32c-elf".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
(gdb) tar sim
Connected to the simulator.
(gdb) load
(gdb) b main
/home/mahesh/GDB/gdb-6.8/gdb-6.8.50.20090804/gdb/regcache.c:135:
internal-error: init_regcache_descr: 
Assertion `MAX_REGISTER_SIZE >= descr->sizeof_register[i]'
 failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable. 
Quit this debugging session? (y or n) n
/home/mahesh/GDB/gdb-6.8/gdb-6.8.50.20090804/gdb/regcache.c:135:
internal-error:
init_regcache_descr: 
Assertion `MAX_REGISTER_SIZE >= descr->sizeof_register[i]'
 failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Create a core file of GDB? (y or n)

-----------------------------------------------------------------------
-----------------------------------------------------------------------
Any help would be highly appreciated.
Thank you.

Best regards,
Mahesh Shavari


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