From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas.Karlsson@combitechsystems.com To: ecos-discuss@sourceware.cygnus.com Subject: [ECOS] Connecting gdb to AEB Date: Wed, 05 Jul 2000 02:40:00 -0000 Message-id: <2253171AF143D21185A60000F8FA748B01F97EA5@pluto.combitech.se> X-SW-Source: 2000-07/msg00034.html Hi! While following the "Getting Started with eCos" you shall connect to the board using these gdb commands. (gdb) set remotebaud 38400 (gdb) set mips-force-32bit-saved-gpregs (gdb) target remote COM1 This set mips.. command, should I replace it? Entering the command I get: (gdb) set mips-force-32bit-saved-gpregs Error: No symbol table is loaded. Use the "file" command. /Andreas