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.

BEAGLEBOARD-X15: DEBUG ENABLE IN U-BOOT

Part Number: BEAGLEBOARD-X15

Hi All,

            We have tried to enable DEBUG print in U-boot.

            We included #define DEBUG in include/common.h and also

            we have tried to include #define DEBUG in include/configs/ti_am335x_common.h

 

Error Message what we got is same for both the thing,

common/built-in.o: In function `zm_dprintf':

u-boot/common/xyzModem.c:190: undefined reference to `vsprintf'
scripts/Makefile.spl:333: recipe for target 'spl/u-boot-spl' failed
make[1]: *** [spl/u-boot-spl] Error 1
Makefile:1382: recipe for target 'spl/u-boot-spl' failed
make: *** [spl/u-boot-spl] Error 2

 How to enable DEBUG in U-boot for debugging purpose ?

           Thanks in advance.

 

           Regards,

           Avinash N