hi all
when I added a #define DEBUG on top of the compressed/head.S, I'm getting these errors:
AS arch/arm/boot/compressed/head.o
arch/arm/boot/compressed/head.S: Assembler messages:
arch/arm/boot/compressed/head.S:381: Warning: (null)
arch/arm/boot/compressed/head.S:469: Warning: (null)
arch/arm/boot/compressed/head.S:490: Warning: (null)
arch/arm/boot/compressed/head.S:509: Warning: (null)
arch/arm/boot/compressed/head.S:517: Warning: (null)
arch/arm/boot/compressed/head.S:805: Warning: (null)
arch/arm/boot/compressed/head.S:844: Warning: (null)
arch/arm/boot/compressed/head.S:845: Warning: (null)
arch/arm/boot/compressed/head.S:890: Warning: (null)
arch/arm/boot/compressed/head.S:897: Warning: (null)
arch/arm/boot/compressed/head.S:905: Warning: (null)
arch/arm/boot/compressed/head.S:916: Warning: (null)
arch/arm/boot/compressed/head.S:930: Warning: (null)
arch/arm/boot/compressed/head.S:962: Warning: (null)
arch/arm/boot/compressed/head.S:964: Warning: (null)
arch/arm/boot/compressed/head.S:965: Warning: (null)
arch/arm/boot/compressed/head.S:972: Warning: (null)
arch/arm/boot/compressed/head.S:1004: Warning: (null)
GZIP arch/arm/boot/compressed/piggy.gzip
AS arch/arm/boot/compressed/piggy.gzip.o
CC arch/arm/boot/compressed/misc.o
CC arch/arm/boot/compressed/decompress.o
SHIPPED arch/arm/boot/compressed/lib1funcs.S
AS arch/arm/boot/compressed/lib1funcs.o
LD arch/arm/boot/compressed/vmlinux
`.data' referenced in section `.text' of arch/arm/boot/compressed/head.o: defined in discarded section `.data' of arch/arm/boot/compressed/he
ad.o
`.data' referenced in section `.text' of arch/arm/boot/compressed/head.o: defined in discarded section `.data' of arch/arm/boot/compressed/he
ad.o
make[2]: *** [arch/arm/boot/compressed/vmlinux] Error 1
make[1]: *** [arch/arm/boot/compressed/vmlinux] Error 2
I'm using linux-2.6.37-psp04.02.00.07 and the target build is am3517_evm_defconfig.
has anyone seen this before? how do i resolve this?
thx
Eric