卡卡qqq 发表于 2023-8-8 16:43:05

如何在开发板上安装QTXlsx

在使用QtXlsxWriter-master进行Qmake时会报出一下错,无法安装QtXlsx,求大佬帮助!!!
Project ERROR: Cannot run compiler 'g++'. Output:
===================
Using built-in specs.
COLLECT_GCC=g++
g++: error: unrecognized command line option '-fstack-protector-strong'
g++: error: unrecognized command line option '-Wdate-time'
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.5-4ubuntu8' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.5 (Ubuntu 4.8.5-4ubuntu8)
===================
Maybe you forgot to setup the environment?

shuishui 发表于 2023-8-8 16:59:09

推荐您先检查检查您的makefile文件中您的交叉编译链的配置以及您target的配置是否正确。
页: [1]
查看完整版本: 如何在开发板上安装QTXlsx