From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15825 invoked by alias); 7 Feb 2006 15:06:35 -0000 Received: (qmail 15732 invoked by uid 22791); 7 Feb 2006 15:06:34 -0000 X-Spam-Check-By: sourceware.org Received: from xproxy.gmail.com (HELO xproxy.gmail.com) (66.249.82.202) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 07 Feb 2006 15:06:33 +0000 Received: by xproxy.gmail.com with SMTP id t11so988176wxc for ; Tue, 07 Feb 2006 07:06:31 -0800 (PST) Received: by 10.70.112.16 with SMTP id k16mr4141471wxc; Tue, 07 Feb 2006 07:06:30 -0800 (PST) Received: by 10.70.69.11 with HTTP; Tue, 7 Feb 2006 07:06:30 -0800 (PST) Message-ID: <5fb065d90602070706j5f95ebddp@mail.gmail.com> Date: Tue, 07 Feb 2006 15:06:00 -0000 From: Frederic Kwiatkowski To: Frederic Kwiatkowski , gdb@sourceware.org Subject: Re: Remote Debugging on an ARM target In-Reply-To: <20060207144930.GA18262@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <5fb065d90602070644mf12070bg@mail.gmail.com> <20060207144930.GA18262@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00044.txt.bz2 thanks, but i've tryed it already and the make step was unsuccesful ../../../sim/arm/iwmmxt.c ../../../sim/arm/iwmmxt.c: In function 'WMAC': ../../../sim/arm/iwmmxt.c:2117: erreur: membre gauche de l'affectation inva= lide ../../../sim/arm/iwmmxt.c:2133: erreur: membre gauche de l'affectation inva= lide ../../../sim/arm/iwmmxt.c: In function 'WMADD': ../../../sim/arm/iwmmxt.c:2169: erreur: membre gauche de l'affectation inva= lide ../../../sim/arm/iwmmxt.c:2177: erreur: membre gauche de l'affectation inva= lide ../../../sim/arm/iwmmxt.c:2186: erreur: membre gauche de l'affectation inva= lide ../../../sim/arm/iwmmxt.c:2191: erreur: membre gauche de l'affectation inva= lide ../../../sim/arm/iwmmxt.c: In function 'WSLL': ../../../sim/arm/iwmmxt.c:2840: attention : integer constant is too large for 'long' type ../../../sim/arm/iwmmxt.c: In function 'WSRA': ../../../sim/arm/iwmmxt.c:2917: attention : integer constant is too large for 'long' type ../../../sim/arm/iwmmxt.c:2917: attention : integer constant is too large for 'long' type ../../../sim/arm/iwmmxt.c:2919: attention : integer constant is too large for 'long' type ../../../sim/arm/iwmmxt.c: In function 'WSRL': ../../../sim/arm/iwmmxt.c:2988: attention : integer constant is too large for 'long' type ../../../sim/arm/iwmmxt.c: In function 'WUNPCKEH': ../../../sim/arm/iwmmxt.c:3290: attention : integer constant is too large for 'long' type ../../../sim/arm/iwmmxt.c: In function 'WUNPCKEL': ../../../sim/arm/iwmmxt.c:3357: attention : integer constant is too large for 'long' type ../../../sim/arm/iwmmxt.c: In function 'Fetch_Iwmmxt_Register': ../../../sim/arm/iwmmxt.c:3707: attention : incompatible implicit declaration of built-in function 'memcpy' ../../../sim/arm/iwmmxt.c:3712: attention : incompatible implicit declaration of built-in function 'memcpy' ../../../sim/arm/iwmmxt.c: In function 'Store_Iwmmxt_Register': ../../../sim/arm/iwmmxt.c:3722: attention : incompatible implicit declaration of built-in function 'memcpy' ../../../sim/arm/iwmmxt.c:3727: attention : incompatible implicit declaration of built-in function 'memcpy' make[2]: *** [iwmmxt.o] Erreur 1 make[2]: Leaving directory `/home/smb/build/gdb-6.3/build-gdb/sim/arm' make[1]: *** [all] Erreur 2 make[1]: Leaving directory `/home/smb/build/gdb-6.3/build-gdb/sim' make: *** [all-sim] Erreur 2 and i was using the following command line: ../configure --target=3Darm-linux --prefix=3D/home/smb/build/gdb- 6.3/build-gdb/tools 2006/2/7, Daniel Jacobowitz : > On Tue, Feb 07, 2006 at 03:44:47PM +0100, Frederic Kwiatkowski wrote: > > This GDB was configured as "--host=3Di686-pc-linux-gnu --target=3Di386-= linux"... > > No, your GDB must have --target=3Darm-linux to talk to an arm-linux > gdbserver. > > -- > Daniel Jacobowitz > CodeSourcery >