Encountering “Launch failed as no binaries could be found”

可紊 提交于 2019-12-11 10:30:06

问题


In AVR32 Studio (2.6) I'm trying to debug an AVR project and I get the error message "Launch failed as no binaries could be found".

I can see in the console that Build is complete (an executable .elf file is in the build folder) and I've cleaned my project, created a new build configuration and I still can't seem to launch (and or program the chip) the debugger.


回答1:


Check your debug launch configuration. It ought to be a little more intuitive, but is not. After you create and build your project, there is no valid debug launch configuration and you need to create one.

You need to go thru project options -> debug configurations -> avr32 application -> double click to create one.

Please read Debugging in AVR32 Studio and AVR32015: AVR32 Studio getting started for more details.



来源:https://stackoverflow.com/questions/5158677/encountering-launch-failed-as-no-binaries-could-be-found

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!