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.

Debugging U-Boot in ccsv5.1

Other Parts Discussed in Thread: DM3730

Hi I have  a beagleboard xm rev c board(dm3730) and I downloaded the sitara sdk for beagleboard. Right now I opened the u-boot project in ccs. I have a XDS100v2 emulator. When I try to enter debug session, I get the following error.

An Internal Error Ocurred.java.lang.NullPointerException.

The contents of the log file are as follows:


**** Build of configuration Default for project sitara-board-port-uboot ****

make all
awk '(NF && $1 !~ /^#/) { print $1 ": " $1 "_config; $(MAKE)" }' boards.cfg > .boards.depend
System not configured - see README
make: *** [all] Error 1

**** Build Finished ****

Kindly help how to enter debug session and do a debugging in the u-boot.

Regards!