tomasb

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • tomasb
    Participant

    updated VS2017 to 15.0.0-RC.4+26206.0 and VisualGDB to RC8, exceptions are gone, but still don’t have Pre/Post build steps settings in VisualGDB settings.

    tomasb
    Participant

    also on other projects inside solution I can’t select VisualGDB settings with following:

    VisualGDB version: 5.2.14.1357
    ------------------ System.Runtime.InteropServices.COMException ------------------
    System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.
     at Microsoft.VisualStudio.VCProjectEngine.VCConfiguration.get_Tools()
     at mj1..ctor(VCConfiguration a)
     at mg.get_Configurations()
     at m21.l(IVCProject a)
     at d8.f4.q()
     at oe1.d1(y81 b, String a)
     at oe1..ctor(y81 a)
     at d8.GDBProjectProperties.ExecuteForProject(d8 addin, Object objPrj)
     at d8.GDBContextProjectProperties.a(Object obj)
     at x11.m(Object b, EventArgs a)
    tomasb
    Participant
    VisualGDB version: 5.2.14.1357
    ------------------ System.Runtime.InteropServices.COMException ------------------
    System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.
     at Microsoft.VisualStudio.VCProjectEngine.VCConfiguration.get_Tools()
     at mj1..ctor(VCConfiguration a)
     at mg.get_Configurations()
     at d8.p3(Project a)
    
     VisualGDB version: 5.2.14.1357
    ------------------ System.Runtime.InteropServices.COMException ------------------
    System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.
     at Microsoft.VisualStudio.VCProjectEngine.VCConfiguration.get_Tools()
     at mj1..ctor(VCConfiguration a)
     at mg.get_Configurations()
     at d8.p3(Project a)
    
     VisualGDB version: 5.2.14.1357
     
    ------------------ System.Runtime.InteropServices.COMException ------------------
    System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.
     at Microsoft.VisualStudio.VCProjectEngine.VCConfiguration.get_Tools()
     at mj1..ctor(VCConfiguration a)
     at mg.get_Configurations()
     at d8.p3(Project a)
    in reply to: Can't link – libc linking issues (probably) #10201
    tomasb
    Participant

    After some more investigation, I have found:

    • though target has been specified as STM32F103C8, somehow stm32756g_eval.h, stm32756g_eval_io.h, stm32756g_eval_sd.h are automatically added in External Dependecies, but I don’t know if this is source of a problem of not linking the project
    • when LED BLINK sample is created for STM32F103C8, and CUBE32MX project files are injected the ‘hard’ way, this example project compiles and links

    Seems to me, there could be some issues in project create scripts for STM32F103C8 target.

    T.

Viewing 4 posts - 1 through 4 (of 4 total)