full rebuild each time's required

Sysprogs forums Forums VisualGDB full rebuild each time's required

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10008
    amigo421
    Participant

    could you assist me please, I’m not sure that I’m doing all correct

    I’ve imported existing makefile-based project from linux,

    and writing some code in existing source file, after the build,

    I see that changed file is uploaded but remote build was not performed:

     

    1>VisualGDB: Sending 1 updated source file to build machine…
    1>VisualGDB: Run “make ” in directory “/home/myname/workspace/zeph” on myname@1.8.5.1:0000 (SSH)
    1>make: Nothing to be done for ‘all’.

    only rebuild  does expected work

    #10027
    support
    Keymaster

    Hi,

    It is hard to tell what is causing this without knowing more about your project structure. Looks like VisualGDB managed to upload 1 new file, but when Make was launched remotely, it did not find any changes. This could happen if your Makefile rules don’t properly reference the file you uploaded or if your upload settings exclude some files vital for building.

    We would recommend enabling verbose output via Tools->Options->VisualGDB, checking which source file gets uploaded and then double-checking the Make rules to see that this file is listed as a dependency.

    #10037
    amigo421
    Participant

    I suppose that can be happened due the mixed makefile usage, which I decribed in previous topic (about PHP debug)

    when I switch from custom to gnu make build system, it really didn’t overwrite my imported from linux make file but does some odd mixture of original and generated from GUI settings.
    I’ll try to migrate to GUI based makefile completely and move my actions from original one accurtelly ,

    and if the problem will be still there, I’ll ask you for a next steps

     

    THank you!

    #10043
    amigo421
    Participant

    confirmed , makefile project created from scratch works fine with auto build on update

    however another issues are found , please comment in a topic “custom build folder”

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