Vim2 android怎么编译,ubuntu哪个版本?

vim2 android怎么编译,ubuntu哪个版本?

FYI:

Have fun!

文档没说明用ubuntu哪个版本,我用ubuntu16.04 64bit,编译uboot出错,不知怎么办?

make CROSS_COMPILE=aarch64-linux-gnu- kvim2_defconfig
make CROSS_COMPILE=aarch64-linux-gnu-

出现如下错误:
aarch64-linux-gnu-cpp: error: unrecognized command line option ‘-mthumb’
aarch64-linux-gnu-cpp: error: unrecognized command line option ‘-mno-sched-prolog’

谁能帮忙解答下怎么处理?谢谢。

更详细的错误信息如下,请大侠们帮忙,谢谢:
LD /home/daman/MyPrograms/KhadasVim2/AndroidSourceCode/uboot/build/board/khadas/kvim2/firmware/bl21.elf
OD /home/daman/MyPrograms/KhadasVim2/AndroidSourceCode/uboot/build/board/khadas/kvim2/firmware/bl21.dump
BIN /home/daman/MyPrograms/KhadasVim2/AndroidSourceCode/uboot/build/board/khadas/kvim2/firmware/bl21.bin

Built /home/daman/MyPrograms/KhadasVim2/AndroidSourceCode/uboot/build/board/khadas/kvim2/firmware/bl21.bin successfully

CPP task_entry.s
CPP user_task.lds

aarch64-linux-gnu-cpp: error: unrecognized command line option ‘-mthumb’
aarch64-linux-gnu-cpp: error: unrecognized command line option ‘-mno-sched-prolog’
Makefile:111: recipe for target ‘/home/daman/MyPrograms/KhadasVim2/AndroidSourceCode/uboot/build/scp_task/user_task.lds’ failed
make[2]: *** [/home/daman/MyPrograms/KhadasVim2/AndroidSourceCode/uboot/build/scp_task/user_task.lds] Error 1
/home/daman/MyPrograms/KhadasVim2/AndroidSourceCode/uboot/Makefile:915: recipe for target ‘/home/daman/MyPrograms/KhadasVim2/AndroidSourceCode/uboot/build/scp_task/bl301.bin’ failed
make[1]: *** [/home/daman/MyPrograms/KhadasVim2/AndroidSourceCode/uboot/build/scp_task/bl301.bin] Error 2
Makefile:147: recipe for target ‘sub-make’ failed
make: *** [sub-make] Error 2