From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesper Skov To: Andreas.Karlsson@combitechsystems.com Cc: ecos-discuss@sourceware.cygnus.com Subject: RE: [ECOS] Connecting gdb to AEB Date: Wed, 05 Jul 2000 04:04:00 -0000 Message-id: <14691.5662.486061.71805@thinktwice.zoftcorp.dk> References: <2253171AF143D21185A60000F8FA748B01F97EAE@pluto.combitech.se> X-SW-Source: 2000-07/msg00041.html Dude, you gotta read the glowing letters on the TV set in front of you - they tell you why things fail! Hint: search for "No such file or directory" in the below. Jesper >Ah, sorry I pasted the wrong sequence. >bash-2.04$ arm-elf-gdb -nw thread_gdb >GNU gdb 5.0 >Copyright 2000 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=arm-elf"...thread_gdb: No such file or directory. > >(gdb) set remotebaud 38400 >(gdb) target remote COM1 >Remote debugging using COM1 >0x401a604 in ?? () >(gdb) load >No executable file specified. >Use the "file" or "exec-file" command. >(gdb) >