This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

"DWARF information is corrupted" when loading a uboot Image

I build a uboot image by a linaro compiler, and try to load this image with CCS5 but it doesn't work. and I also try to add symbol, but it is not successful neither.

the message is below:

CortexA15_1: GEL: Encountered a problem loading file: X:\code\uboot\k2l\u-boot\u-boot DWARF information is corrupted.

my environment:

compiler:gcc-linaro-armeb-linux-gnueabihf-4.9-2014.06_linux

CCS Version: CCS5.5.0

by the way, another linario compiler is ok,  "gcc-linaro-arm-linux-gnueabi-2012.03-20120326_linux", the image can be loaded successfully, but I need this new compiler to build big endian code. :(