VisualGdb stuck at linking ….

Sysprogs forums Forums VisualGDB VisualGdb stuck at linking ….

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21641
    b.timofte
    Participant

    Dear all

    I provided a public youtube video with a case VisualGDB cannot link Boost BCP program . Basically the linker is stuck

    I shared the public video here

     

     

    Any help would be appreciated

    #21642
    support
    Keymaster

    Hi,

    Thanks for making the video. It indeed looks like the linker gets stuck and doesn’t exit even after you terminate it with Ctrl-C.

    The linking is normally performed by your toolchain that is in turn invoked by CMake and unfortunately there’s not much VisualGDB can do about it. Please try building the project manually outside VisualGDB. If you observe different behavior, please let us know and we will help you narrow down the differences between the setup used by VisualGDB and the manual setup.

    If the linking still gets stuck, please try using a different toolchain or experiment with the exact linker inputs in order to work around it (e.g. regroup the code into several static/dynamic libraries).

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