|
【技术讨论】
编译 Android7.1 Industry 固件
发表于 2020-12-7 14:16:10
浏览:7052
|
回复:4
打印
只看该作者
[复制链接]
楼主
HDMI显示编译
./FFTools/make.sh -d rk3399-firefly-aiojd4 -j8 -l rk3399_firefly_aiojd4-userdebug
然后报错 无法继续进行
akefile:717: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler
File "./scripts/gcc-wrapper.py", line 67
print "error, forbidden warning:", m.group(2)
^
SyntaxError: invalid syntax
scripts/kconfig/conf --silentoldconfig Kconfig
Makefile:717: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler
File "./scripts/gcc-wrapper.py", line 67
print "error, forbidden warning:", m.group(2)
^
SyntaxError: invalid syntax
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
CC scripts/mod/empty.o
CC scripts/mod/devicetable-offsets.s
CHK include/generated/timeconst.h
CC kernel/bounds.s
File "./scripts/gcc-wrapper.py", line 67
print "error, forbidden warning:", m.group(2)
SyntaxError: invalid syntax
File "./scripts/gcc-wrapper.py", line 67
print "error, forbidden warning:", m.group(2)
^
SyntaxError: invalid syntax
File "./scripts/gcc-wrapper.py", line 67
print "error, forbidden warning:", m.group(2)
^
SyntaxError: invalid syntax
make[2]: *** [scripts/Makefile.build:278:scripts/mod/empty.o] 错误 1
make[2]: *** 正在等待未完成的任务....
make[2]: *** [scripts/Makefile.build:153:scripts/mod/devicetable-offsets.s] 错误 1
make[1]: *** [scripts/Makefile.build:484:scripts/mod] 错误 2
make: *** [Makefile:582:scripts] 错误 2
make: *** 正在等待未完成的任务....
make[1]: *** [Kbuild:20:kernel/bounds.s] 错误 1
make: *** [Makefile:1071:prepare0] 错误 2
|
|