Error setting up visualGDB in Visual studio

Sysprogs forums Forums VisualGDB Error setting up visualGDB in Visual studio

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26883
    ruppert
    Participant

    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?

    #26884
    support
    Keymaster

    Hi,

    Sorry, this is a known limitation of the latest Raspberry Pi toolchain. It no longer supports QMake due to internal changes in the toolchain structure.

    Please try updating to VisualGDB 5.5 Preview 2 and creating a Qt-based project as shown here: https://visualgdb.com/tutorials/linux/qt/cmake/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.