Part Number: AM3352
Tool/software: Linux
Hi, experts,
I tried to compile the U-BOOT source code today, just tried to go through the flow, then customize for my own board later.
1) I downloaded the latest Processor SDK, then installed it.
2) Did exact the same export path command, I can find the arm-linux-gnueabihf-gcc by "which" command.
processors.wiki.ti.com/.../Linux_Core_U-Boot_User's_Guide
3) Run the command below
$ make CROSS_COMPILE=arm-linux-gnueabihf- O=am335x_evm am335x_evm_defconfig
///////////////////////////---Log---///////////////////////////////
make[1]: Entering directory '/home/s/ti-processor-sdk-linux-am335x-evm-03.03.00.04/board-support/u-boot-2016.05+gitAUTOINC+4db46a6bbd-g4db46a6bbd/am335x_evm'
HOSTCC scripts/basic/fixdep
GEN ./Makefile
HOSTCC scripts/kconfig/conf.o
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/zconf.lex.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
#
# configuration written to .config
#
make[1]: Leaving directory '/home/s/ti-processor-sdk-linux-am335x-evm-03.03.00.04/board-support/u-boot-2016.05+gitAUTOINC+4db46a6bbd-g4db46a6bbd/am335x_evm'
//////////////////////////////////////////////////////////
4) it would be done quickly, after that I can find a "Makefile" file and two folders named "scripts" and "source", some files can be find under them.
I think something must be wrong, can you give me some comments?
By the way, I must use sudo for "make" command.
Thanks
Chris