u-boot 문제

anycube의 이미지

임베디드 리눅스 초보자 입니다.
제가 ubuntu에서 boot Image 파일을 만들기 위해

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

을 해주었습니다.
make -C examples/standalone all
make[1]: Entering directory `/home/anycube/ti-ezsdk_dm816x-evm_5_04_00_11/board-support/u-boot-2010.06-psp04.04.00.01/examples/standalone'
arm-none-linux-gnueabi-gcc   -Os  -fno-common -ffixed-r8 -msoft-float   -D__KERNEL__ -DTEXT_BASE=0x80700000 -I/home/anycube/ti-ezsdk_dm816x-evm_5_04_00_11/board-support/u-boot-2010.06-psp04.04.00.01/include -fno-builtin -ffreestanding -nostdinc -isystem include -pipe  -DCONFIG_ARM -D__ARM__         -march=armv7-a -Wall -Wstrict-prototypes    \
		-o hello_world.o hello_world.c -c
arm-none-linux-gnueabi-gcc: error trying to exec 'cc1': execvp: No such file or directory
Assembler messages:
Fatal error: Invalid -march= option: `armv7-a'
make[1]: *** [hello_world.o] Error 1
make[1]: Leaving directory `/home/anycube/ti-ezsdk_dm816x-evm_5_04_00_11/board-support/u-boot-2010.06-psp04.04.00.01/examples/standalone'
make: *** [examples/standalone] Error 2

다음과 같은 에러가 발생하였습니다.
문제점을 파악하고 있는데..아직 초보라 많이 어렵습니다.
고수님들의 조언 좀 부탁드립니다.