安装arduino调试器
嗨!
我无法安装(或使用)Arduino调试器。
因此,在我遵循的完整步骤之下
我尝试了什么:
步骤0:好的:创建Arduino Eclipse中的程序。我可以编写,下载和运行Arduino程序(草图)。
步骤1:完成:设置Eclipse IDE,添加GDB硬件调试
第2步:添加调试器支持......
这一步很奇怪。
添加avr8-stub.c和avr8-stub .h by drag'n'drop in the project explorer ...是的,但在哪个地方?
掉落目的4个地方:构建? Mega2560(我的发射目标的名称)? 核心? project?
无论如何,avr8-stub.c没有编译。如果我写错误的东西,构建项目不会给我任何错误。
当我查找项目的属性时,我看不到该选项C / C ++构建介于Builders和C / C ++ General之间。
目前,我已经取消了。
有什么想法吗?
感谢您的帮助。
祝你好运。
Joel
Hi !
I can't install (or use) Arduino debugger.
So, below the complete steps I followed
What I have tried:
Step 0: OK : Creating Arduino program in Eclipse. I can write, download, and run Arduino program (sketch).
Step 1: Done : setting up Eclipse IDE, adding GDB hardware debugging
Step 2: Adding debugger support...
This step is strange.
Adding avr8-stub.c and avr8-stub.h by drag'n'drop in the project explorer... Yes, but in which place?
Drop purposes 4 places: "build" ? "Mega2560" (name of my launch target) ? "core" ? "project" ?
Anyway, avr8-stub.c is not compiled. If I write something with errors, building the project doesn't give me any error.
When I look for properties of my project, I can't see the option "C/C++ build" between "Builders" and "C/C++ General".
For the moment, I'm cancelled there.
Any idea ?
Thank for your help.
Best regards.
Joel