Hi,
when I try to setup cross compiling a qt5 application with visual GDB in Visual studio for a raspberry 3b I get the following error:
Tool arguments: C:\SysGCC\raspberry\Qt\v5\qmake.exe TestProFile.pro CONFIGNAME=Debug
C:/SysGCC/raspberry/arm-linux-gnueabihf/sysroot/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/toolchain.prf:69: system(execute) requires one or two arguments.
Project ERROR: Cannot run compiler ‘C:/SysGCC/raspberry/bin/arm-linux-gnueabihf-g++.exe’. Output:
===================
===================
Maybe you forgot to setup the environment?
I installed the Raspberry toolchain and all files are synched in the sysroot folder. The raspberry is freshly installed with raspbian buster
I didn’t change any settings. Could you please tell me how to fix this error?