This is the mail archive of the insight@sourceware.cygnus.com mailing list for the Insight project.


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

Having Problem with insight starting up


Hello,
I am having trouble getting insight to start up.
Insight was built for a powerpc using the following commands:
 $ mkdir insight-build
 $ cd insight-build
 $ ../insight-19991018/configure \
   --prefix=/usr/local/powerpc-motorola-elf-gdb \
   --target=powerpc-motorola-elf --enable-gdbtk
 $ make
 $ make install

Now attempting to start the powerpc-motorola-elf-gdb executable that was
built results in
an immediate return to the command prompt.
A gdb of the built executable results in the following:

bash-2.02$ gdb powerpc-motorola-elf-gdb
GNU gdb 4.17.1
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i586-cygwin32"...
(gdb) run
Starting program:
/usr/local/powerpc-motorola-elf-gdb/bin/powerpc-motorola-elf-g
db.exe
66700000:/usr/local/powerpc-motorola-elf-gdb/bin/cygitcl30.dll
66000000:/usr/local/powerpc-motorola-elf-gdb/bin/cygtcl80.dll
61000000://C/Cygnus/cygwin-b20/H-I586~1/bin/cygwin1.dll

[failed reading symbols from DLL]
"/WINNT/system32/advapi32.dll": error reading line numbers


[failed reading symbols from DLL]
"/WINNT/system32/KERNEL32.dll": error reading line numbers

77e70000:/WINNT/system32/USER32.dll
77ed0000:/WINNT/system32/GDI32.dll
77e10000:/WINNT/system32/RPCRT4.dll
66800000:/usr/local/powerpc-motorola-elf-gdb/bin/cygitk30.dll
66300000:/usr/local/powerpc-motorola-elf-gdb/bin/cygtk80.dll
77d80000:/WINNT/system32/comdlg32.dll
77c40000:/WINNT/system32/SHELL32.dll
71590000:/WINNT/system32/COMCTL32.dll
66600000:/usr/local/powerpc-motorola-elf-gdb/bin/tix4180.dll
77bf0000:/WINNT/System32/rpcltc1.dll

Program exited with code 01.
(gdb)

A powerpc-motorola-elf-gdb -nw command results in:

bash-2.02$ powerpc-motorola-elf-gdb -nw
GNU gdb 19991018
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "--host=i686-pc-cygwin
--target=powerpc-motorola-elf"
.
(gdb)

I am running on Windows NT 4.0 SP5 and using cygwin version b20.1.

Any advice would be greatly appreciated.

Thanks,
Kevin Staggs
Staggs_Kevin@htc.honeywell.com

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