[Bug other/1] Test of new GCC GNATS db.

2006-01-18 Thread dharinih at yahoo dot com


--- Comment #7 from dharinih at yahoo dot com  2006-01-18 23:53 ---
I am trying to build a cross compiler for host i686-pc-cygwin and target
h8300-hms. I built binutils, bootstrap GCC and newlib successfully. ( using
binutils-2.16, newlib-1.14.0 and gcc-3.4.4. When I build the final gcc using
this configure command
configure target=h8300-hms prefix=/usr/local --enable-languages=c,c++
--with-newlib --with-headers=../newlib-1.14.0/newlib/libc/include 
I get an internal compile error after about half hour of compiling in
build_gcc/h8300-hms/h8300s/normal/libstdc++-v3/include/bits/locale_facets.tcc:702:internal
compile error: in extract_inst, at recog.c:2083.

I have tried to do the config without the --with-headers option and it always
gets internal compile error at the same place. 
Can someone help me get past this. I have tried different versions of gcc code
but always have some internal compile error at the last step.
Thanks
Dharini


-- 

dharinih at yahoo dot com changed:

   What|Removed |Added

 CC||dharinih at yahoo dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1



[Bug target/26137] New: Cannot connect to target board h8 using GDB

2006-02-06 Thread dharinih at yahoo dot com
I am trying to use GDB 5.2 on cygwin host and target hms-h8300. I did the make
and built the executables for the above host and target. I used mode to set the
baud rate on the system to 19200. 
Then ran gdb
h8300-hms-gdb
target remote /dev/tty0
Remote debugging using /dev/tty0
Conltn't establish connection to remote target.

Please let me know how I can connect to the board using GDb.
Thanks


-- 
   Summary: Cannot connect to target board h8 using GDB
   Product: gcc
   Version: unknown
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dharinih at yahoo dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26137