imx6dl编译Ath10k wifi报错
从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-neededconf.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: *** Error 2
Makefile:44: recipe for target 'defconfig-ath10k' failed
make: *** Error 2
请问有没有遇到类似情况,大概哪方面原因。
页:
[1]