- 积分
- 19
贡献164
飞刀14 FD
注册时间2019-1-18
在线时间1 小时
扫一扫,手机访问本帖
|
从backports下载Ath10k驱动后 使用arm-poky-gnueabi-gcc 编译后报错,但是使用GCC编译器可以正常编译。报错如下:
root@ubuntu:/home/ary/linux/tools/ath10k/test/backports-4.19.23-1# make defconfig-ath10k
arm-poky-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/opt/fsl-imx-x11/4.1.15-2.1.0/sysroots/cortexa9hf-neon-poky-linux-gnueabi -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o conf.o conf.c
arm-poky-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/opt/fsl-imx-x11/4.1.15-2.1.0/sysroots/cortexa9hf-neon-poky-linux-gnueabi -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o zconf.tab.o zconf.tab.c
arm-poky-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/opt/fsl-imx-x11/4.1.15-2.1.0/sysroots/cortexa9hf-neon-poky-linux-gnueabi -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conf.o zconf.tab.o -o conf
./kconf/conf: 1: ./kconf/conf: Syntax error: word unexpected (expecting ")")
Makefile.real:41: recipe for target 'defconfig-ath10k' failed
make[1]: *** [defconfig-ath10k] Error 2
Makefile:44: recipe for target 'defconfig-ath10k' failed
make: *** [defconfig-ath10k] Error 2
请问有没有遇到类似情况,大概哪方面原因。
|
|