|
【Linux】
Compile Ubuntu firmware(GPT) kernek compile error
Posted at 12/13/2018 17:12:39
View:3773
|
Replies:2
Print
Only Author
[Copy Link]
1#
Dear All,
I load and did all steps for GPT compiling and then try to compile kernel I got this error;
met@met:~/Desktop/Compile_Ubuntu_firmware(GPT)/linux/linux-sdk$ ./build.sh kernel
============Start build kernel============
TARGET_ARCH =arm64
TARGET_KERNEL_CONFIG =firefly_linux_defconfig
TARGET_KERNEL_DTS =rk3399-firefly
TARGET_KERNEL_JOBS =8
==========================================
#
# configuration written to .config
#
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
/bin/sh: 1: Syntax error: "(" unexpected
scripts/Makefile.build:277: recipe for target 'scripts/mod/empty.o' failed
make[2]: *** [scripts/mod/empty.o] Error 2
make[2]: *** Waiting for unfinished jobs....
/bin/sh: 1: Syntax error: "(" unexpected
scripts/Makefile.build:153: recipe for target 'scripts/mod/devicetable-offsets.s' failed
make[2]: *** [scripts/mod/devicetable-offsets.s] Error 2
scripts/Makefile.build:484: recipe for target 'scripts/mod' failed
make[1]: *** [scripts/mod] Error 2
Makefile:584: recipe for target 'scripts' failed
make: *** [scripts] Error 2
====Build kernel failed!====
What is problem?
Best regards,
Metin |
|