|
今天重做了一下编译环境,在编译的过程中出现了以下问题:
yb@ubuntu:~$ java -version
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)
yb@ubuntu:~$ cd CCA80/
yb@ubuntu:~/CCA80$ cd android/
yb@ubuntu:~/CCA80/android$ cd lichee/
yb@ubuntu:~/CCA80/android/lichee$ source buildroot/scripts/mksetup.sh
Welcome to mkscript setup progress
All available chips:
0. sun9iw1p1
Choice: 0
All available platforms:
0. android
1. dragonboard
2. linux
Choice: 0
All available kernel:
0. linux-3.4
Choice: 0
All available boards:
0. cubieboard4
1. optimus
2. p1
3. perf
4. perf5
5. perf-lpddr3
Choice: 0
yb@ubuntu:~/CCA80/android/lichee$ mkkernel
INFO: build kernel ...
INFO: prepare toolchain ...
make: arm-linux-gnueabi-gcc: Command not found
Building kernel
make: arm-linux-gnueabi-gcc: Command not found
CHK include/linux/version.h
CHK include/generated/utsrelease.h
CC scripts/mod/empty.o
/bin/sh: 1: arm-linux-gnueabi-gcc: not found
make[2]: *** [scripts/mod/empty.o] Error 127
make[1]: *** [scripts/mod] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [scripts] Error 2
make: *** Waiting for unfinished jobs....
ERROR: build kernel Failed
yb@ubuntu:~/CCA80/android/lichee$
|
|