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.

cannot build U-Boot

Hello guys,

I am trying to build uboot follow the instructions in Page2 of PSP-04.00.00.10-U-Boot, However It does not work.

make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm distclean   (this works)

make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm ti8168_evm_config_nand (does work)

Following is the results. It says I miss some .config file. I already run "make menuconfig" or "make xconfig", but still does work.

jun@muxlab:~/CodeSourcery/TI816X-LINUX-PSP-04.00.00.12/src/linux-04.00.00.12$ make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm ti8168_evm_config_nand
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/docproc
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/kxgettext.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf --silentoldconfig Kconfig
***
*** Configuration file ".config" not found!
***
*** Please run some configurator (e.g. "make oldconfig" or
*** "make menuconfig" or "make xconfig").
***
make[2]: *** [silentoldconfig] Error 1
make[1]: *** [silentoldconfig] Error 2
make: *** No rule to make target `ti8168_evm_config_nand'.  Stop.

Anyone has clue how that happen? By now, I can sucessfully build a new uImage with PSP and EZSDK.

 

Thanks in advance.

 

Regards,

 

Jun