cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F107VC EasyMx Pro V7 debug error with Visualgdb

Tolga Ate?ci
Associate
Posted on September 27, 2017 at 09:36

Have good days...

I am trying to connect my STM32F107VC EasyMx Pro V7 development board with Visualgdb. I am using Visual Studio 2015 Community. My example is LedBlink which is codes from STM32CubeMx. I did provisioning of STMCubeMx and VisualStudio. I don't have error message or warning when i build my codes in Visual Studio. My debug method is OpenOCD, programming interface is St-Link v2. When i check communication Stlink Detect and Test OpenOCD Settings, there is no problem. However i have error that is name 'No executable file specified. Use the 'file' or 'exec-file' command. Cannot resolve the address of _estack. Skipping stack pointer validity check.' when i try to debug with Visualgdb. And i was not able to find the solution. 

Would you mind help ing me this problem ? How to solve this debug error ? 

I already remain grateful your assistance...

#stlinkv2-1 #debug #openocd #visual-studio #stm32cubemx #stm32f107vc #stm32-error-debug #visualgdb
1 REPLY 1
Posted on September 28, 2017 at 22:39

Hello!

InVisualGdb this message means that your project is a library and not an executable.

0690X00000608QkQAI.png

At project propertieschange the highligted ''Static library'' to ''executable''

Regards

vf