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.

u-boot build error on SDK 1.0.2

I follow the instructions in the Getting Started Guide for buildind u-boot, but get the following error:

make[1]: *** No rule to make target `hello_world.srec', needed by `all'.  Stop.
make[1]: Leaving directory `/home/jb/OMAP35x_SDK_1.0.2/board_utilities/u-boot/examples'
make: *** [examples] Error 2

I tried "make distclean" first, then "make omap3evm_config" and "make" but got the same result.  I can build u-boot from SDK 1.0.0 OK.  I'll search the forum, but any ideas?