开发者

Launch Failure as no Binaries Could Be Found

I am using AVR32 studio 2.6 to try to compile a c++ project, but everytime i try to run it, it says launch fa开发者_StackOverflow社区ilure as no binaries could be found. Is there a fix for this error code ?


I have never used AVR32, but this is a very common C++ error. It essentially means that it can't find the executable to run the program from. Which either means you have not built the project properly, or your makefile has errors.

Make sure your project is properly built first, and if that isn't the problem, look up how to create makefiles for the compiler you are using.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜