Can't build qt for raspberry pi project

Sysprogs forums Forums VisualGDB Can't build qt for raspberry pi project

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #31052
    ftkalcevic
    Participant

    I’ve followed the instructions to create a QT project for raspberry pi (https://visualgdb.com/tutorials/raspberry/qt5/)

    When I compile I get the following error…

    C:\Program Files (x86)\Sysprogs\VisualGDB/ninja.exe clean
    ninja: error: loading 'build.ninja': The system cannot find the file specified.

    -------------------------------------------------------------
    Command exited with code 1
    Executable: C:\Program Files (x86)\Sysprogs\VisualGDB/ninja.exe
    Arguments: clean
    Directory: d:\Projects\pi\pislm2/Debug
    Command-line action failed

     

    Where does build.ninja come from?

    #31057
    support
    Keymaster

    Hi,

    Most likely, you have selected an incompatible combination of settings at some point. If you can reproduce the problem reliably, please share the exact steps we could follow on our side from scratch to reproduce the problem, including all relevant screenshots per our problem reporting instructions and we will investigate it further.

    #31079
    ftkalcevic
    Participant

    I’ve resolved the issue but I’m not 100% sure what I did.

    Originally I started following old instructions for building a qt app, then stopped and used the newer one.  That left the SysGCC files installed in a different location and in the path.  After I updated the PATH it seemed to work.  I think that was all that I had to change.

    Thanks,

    Frank

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