Instabilities with cmake

Sysprogs forums Forums VisualGDB Instabilities with cmake

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27778
    j.jemine
    Participant

    Hello,

    I’m having some instabilities with a cmake imported project (Embedded Project > Existing project from command line > CMake).

    My targets do not seem to regenerate automatically when I edit and save my CMakeLists.txt. I did not see a way to regenerate manually.

    So I cleaned and rebuilded my target, but the build seems to hang :

    ------ Build started: Project: EmbeddedProject1, Configuration: Debug VisualGDB ------
    Reconfiguring project due to missing Makefile...

    If I re-try to build, it fails with

    VisualGDB version: 5.4.112.3309
    ------------------ System.Runtime.InteropServices.COMException ------------------
    System.Runtime.InteropServices.COMException (0x8000FFFF): Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
    at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
    at Microsoft.VisualStudio.ErrorHandler.ThrowOnFailure(Int32 hr, Int32[] expectedHRFailure)
    at by1.r1(Object b, jw a)
    at hl2.w(Target d, g42 c, Boolean a, Boolean b)
    at ga2.e.e_4(w42 a, Object b)
    at q52.z.Exec(Guid& b, UInt32 d, UInt32 c, IntPtr e, IntPtr a)

    I also have numerous deprecation warnings :

    CMake Deprecation Warning:
    The 'cmake-server(7)' is deprecated. Please port clients to use the
    'cmake-file-api(7)' instead.

     

    #27779
    support
    Keymaster

    No problem. Please try updating to VisualGDB 5.5 Preview 4. If the problem persists, please share the updated exception log and we will investigate it further.

    #27784
    j.jemine
    Participant

    This is great ! Thanks !

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