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.

Re: Can't compile SD Card U-Boot

Guru 10685 points

Scrub that. Solved the problem with this post (of yesterday!):

http://e2e.ti.com/support/dsp/integra_dsparm/f/625/p/96453/336394.aspx

 

I have a new and related problem; after I type

make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm ti8168_evm_config_nand

I then run this to compile the second stage of uboot (as per the PDF):

make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm u-boot.ti

however after a while the build fails with this error message:

common/libcommon.a(env_nand.o): In function `nand_block_isbad':
/home/user/ezsdk/ti-ezsdk_c6a816x-evm_5_00_00_56/psp/u-boot-2010.06-psp04.00.00.07/include/nand.h:51: multiple definition of `env_ptr'
common/libcommon.a(env_nowhere.o):/home/user/ezsdk/ti-ezsdk_c6a816x-evm_5_00_00_56/psp/u-boot-2010.06-psp04.00.00.07/common/env_nowhere.c:41: first defined here
make: *** [u-boot] Error 1

I am following the instructions exactly yet the build fails. Please could you suggest a fix?

Thanks,

Ralph