Forum Replies Created
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
February 20, 2017 at 18:11 in reply to: Missing Pre/Post build steps settings – exception raised when VS2017 start #10496tomasbParticipant
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.
February 20, 2017 at 16:33 in reply to: Missing Pre/Post build steps settings – exception raised when VS2017 start #10494tomasbParticipantalso 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)
February 20, 2017 at 16:30 in reply to: Missing Pre/Post build steps settings – exception raised when VS2017 start #10493tomasbParticipantVisualGDB 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)
tomasbParticipantAfter 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.
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)