gdb 6.3 build problem on arm/xscale
From: eransha (eransha.groups_at_gmail.com)
Date: 08/08/05
- Next message: Damntech: "Re: Patch for SDIO support"
- Previous message: sivam: "Re: DUART"
- Next in thread: Damion de Soto: "Re: gdb 6.3 build problem on arm/xscale"
- Reply: Damion de Soto: "Re: gdb 6.3 build problem on arm/xscale"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 8 Aug 2005 09:45:39 -0700
Hi,
I downloaded gdb 6.3(same occured at 6.2) and tried to build it as
follows:
1. ../gdb-6.3/configure --target=$TARGET --prefix=${PREFIX}
TARGET is armeb-xscale-linux-gnu (big endian arm)
and PREFIX is armeb-xscale-linux-gnu directory
2. make
but then after awhile I get the error:
gcc -c -DHAVE_CONFIG_H -DPROFILE=1 -DWITH_PROFILE=-1
-DDEFAULT_INLINE=0 -DMODET -DNEED_UI_LOOP_HOOK
-DSIM_TARGET_SWITCHES -I. -I../../../gdb-6.3/sim/arm -I../common
-I../../../gdb-6.3/sim/arm/../common -I../../include
-I../../../gdb-6.3/sim/arm/../../include -I../../bfd
-I../../../gdb-6.3/sim/arm/../../bfd -I../../opcodes
-I../../../gdb-6.3/sim/arm/../../opcodes -I../../intl
-I../../../gdb-6.3/sim/arm/../../intl -g -O2
../../../gdb-6.3/sim/arm/iwmmxt.c
../../../gdb-6.3/sim/arm/iwmmxt.c: In function 'WMAC':
../../../gdb-6.3/sim/arm/iwmmxt.c:2117: error: invalid lvalue in
assignment
../../../gdb-6.3/sim/arm/iwmmxt.c:2133: error: invalid lvalue in
assignment
../../../gdb-6.3/sim/arm/iwmmxt.c: In function 'WMADD':
../../../gdb-6.3/sim/arm/iwmmxt.c:2169: error: invalid lvalue in
assignment
../../../gdb-6.3/sim/arm/iwmmxt.c:2177: error: invalid lvalue in
assignment
../../../gdb-6.3/sim/arm/iwmmxt.c:2186: error: invalid lvalue in
assignment
../../../gdb-6.3/sim/arm/iwmmxt.c:2191: error: invalid lvalue in
assignment
../../../gdb-6.3/sim/arm/iwmmxt.c: In function 'WSLL':
../../../gdb-6.3/sim/arm/iwmmxt.c:2840: warning: integer constant is
too large for 'long' type
../../../gdb-6.3/sim/arm/iwmmxt.c: In function 'WSRA':
../../../gdb-6.3/sim/arm/iwmmxt.c:2917: warning: integer constant is
too large for 'long' type
../../../gdb-6.3/sim/arm/iwmmxt.c:2917: warning: integer constant is
too large for 'long' type
../../../gdb-6.3/sim/arm/iwmmxt.c:2919: warning: integer constant is
too large for 'long' type
../../../gdb-6.3/sim/arm/iwmmxt.c: In function 'WSRL':
../../../gdb-6.3/sim/arm/iwmmxt.c:2988: warning: integer constant is
too large for 'long' type
../../../gdb-6.3/sim/arm/iwmmxt.c: In function 'WUNPCKEH':
../../../gdb-6.3/sim/arm/iwmmxt.c:3290: warning: integer constant is
too large for 'long' type
../../../gdb-6.3/sim/arm/iwmmxt.c: In function 'WUNPCKEL':
../../../gdb-6.3/sim/arm/iwmmxt.c:3357: warning: integer constant is
too large for 'long' type
../../../gdb-6.3/sim/arm/iwmmxt.c: In function
'Fetch_Iwmmxt_Register':
../../../gdb-6.3/sim/arm/iwmmxt.c:3707: warning: incompatible
implicit
declaration of built-in function 'memcpy'
../../../gdb-6.3/sim/arm/iwmmxt.c:3712: warning: incompatible
implicit
declaration of built-in function 'memcpy'
../../../gdb-6.3/sim/arm/iwmmxt.c: In function
'Store_Iwmmxt_Register':
../../../gdb-6.3/sim/arm/iwmmxt.c:3722: warning: incompatible
implicit
declaration of built-in function 'memcpy'
../../../gdb-6.3/sim/arm/iwmmxt.c:3727: warning: incompatible
implicit
declaration of built-in function 'memcpy'
make[2]: *** [iwmmxt.o] Error 1
Is there a special patch I need to apply in order to compile the gdb
for armeb?
- Next message: Damntech: "Re: Patch for SDIO support"
- Previous message: sivam: "Re: DUART"
- Next in thread: Damion de Soto: "Re: gdb 6.3 build problem on arm/xscale"
- Reply: Damion de Soto: "Re: gdb 6.3 build problem on arm/xscale"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|