Visualgdb Make exception

Sysprogs forums Forums VisualGDB Visualgdb Make exception

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30834
    netscream
    Participant

    I am receiving exception when trying to use make.

    “C:\PROGRA~2\Sysprogs\VisualGDB\make.exe”: Interrupt/Exception caught (code = 0xc0000005, addr = 0x2f2e2e3b)

     

    Unhandled exception filter called from program “C:\PROGRA~2\Sysprogs\VisualGDB\make.exe”
    ExceptionCode = c0000005
    ExceptionFlags = 0
    ExceptionAddress = 0x2f2e2e3b
    Access violation: read operation at address 0x2f2e2e3b
    Reading makefile Makefile…
    Reading makefile ../../common/sreg/H7/Makefile_H72x (search path) (no ~ expansion)…

     

    Unable to find a solution on the forum, has anyone else had this problem?

    • This topic was modified 3 years, 5 months ago by netscream.
    #30836
    support
    Keymaster

    Hi,

    This looks like an internal error in GNU Make itself. The easiest workaround would be to switch to a different project type that does not use Make (e.g. MSBuild or CMake + Ninja).

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