From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Staggs, Kevin P (AZ75)" To: "'insight@sourceware.cygnus.com'" Subject: Having Problem with insight starting up Date: Wed, 27 Oct 1999 10:04:00 -0000 Message-id: <7D2706D329C7D1118EC200805F15C5E44DAF4C@htc-az75.htc.honeywell.com> X-SW-Source: 1999-q4/msg00027.html 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