Part Number: TDA2
Tool/software: Code Composer Studio
Hi,
i want to compile the u-boot in CCS linux plate form . i ref. that training link "training.ti.com/linux-board-porting-series-module-6-building-u-boot-ccs
but i not able to find the Target name . please suggest the target name for TDA2x device.
during build i found that error
"10:52:24 **** Build of configuration Default for project u-boot ****
make ARCH= arm CROSS_COMPILE=arm-linux-gnueabihf- tda2xx_evm_linux_all
scripts/kconfig/conf --silentoldconfig Kconfig
***
scripts/kconfig/Makefile:46: recipe for target 'silentoldconfig' failed
*** Configuration file ".config" not found!
Makefile:477: recipe for target 'silentoldconfig' failed
***
*** 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 'arm'. Stop.
10:52:25 Build Finished (took 769ms)"