This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Remote Debugging on an ARM target


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 invalide
../../../sim/arm/iwmmxt.c:2133: erreur: membre gauche de l'affectation invalide
../../../sim/arm/iwmmxt.c: In function 'WMADD':
../../../sim/arm/iwmmxt.c:2169: erreur: membre gauche de l'affectation invalide
../../../sim/arm/iwmmxt.c:2177: erreur: membre gauche de l'affectation invalide
../../../sim/arm/iwmmxt.c:2186: erreur: membre gauche de l'affectation invalide
../../../sim/arm/iwmmxt.c:2191: erreur: membre gauche de l'affectation invalide
../../../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=arm-linux --prefix=/home/smb/build/gdb-
6.3/build-gdb/tools
2006/2/7, Daniel Jacobowitz <drow@false.org>:
> On Tue, Feb 07, 2006 at 03:44:47PM +0100, Frederic Kwiatkowski wrote:
> > This GDB was configured as "--host=i686-pc-linux-gnu --target=i386-linux"...
>
> No, your GDB must have --target=arm-linux to talk to an arm-linux
> gdbserver.
>
> --
> Daniel Jacobowitz
> CodeSourcery
>


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