-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
debug error on V4.2 #11
Comments
For info I started a thread about sloeber in the STM32 community :) |
Hi thanks for your interest in sloeber and Jantjes hardware.
That being said...it should be easy to set it up when you know how to do hardware debugging with STM32 (which I do not know). Note you can still build locally to debug your business logic. Edit: added is correct (in italic) |
I still think sloeber is the way to go for stm32 since It's a C++ oriented IDE that makes programs much easier to implement than HAL libraries and I'v heard that sloeber is more convenient and active than "eclipse C++ ide for arduino". " Note you can still build locally to debug your business logic." |
I'm not going to disagree on these points ;-)
If you know someone who knows how to hardware debug stm32 and wants to put some time in it, I'll be happy to help. EDITED the URL to the video (twice :-( ) |
Well, I bet some are watching...but ok I'll ask. |
I was just quoting from: http://eclipse.baeyens.it/faq.shtml - from the link posted on the ST forum. |
Seems I didn't proof read well enough in my last posts. I did some edits. |
Things go really fast inn this area. You can install the local debug stuff with a json file like all boards. |
Attempting to performe a debug of the STM32F103C8 board for instance and after watching your video about "Debug your arduino code with the zero and Sloeber" I tried with this board and after setting all up I got an error as soon I hit debug, saying:
Error while launching command: $(eclipse_home)\arduinoPlugin\packages\arduino\tools\arm-none-eabi-gcc\4.8.3-2014q1\bin\arm-none-eabi-gdb.exe --version
The setup path for the debug config are:
->config option:
-s ${openocd_path}/../share\openocd\scripts -f \target\stm32f1x.cfg
->Executable:
$(eclipse_home)\arduinoPlugin\packages\arduino\tools\arm-none-eabi-gcc\4.8.3-2014q1\bin\arm-none-eabi-gdb.exe
Path for the OpenOCD folder:
C:\Embeded\sloeber\arduinoPlugin\packages\arduino\tools\openocd\0.9.0-arduino6-static\bin
Any Idea?
Thanks
The text was updated successfully, but these errors were encountered: