永发信息网

为什么eclipse cdt要先build debug才能run

答案:2  悬赏:60  手机版
解决时间 2021-01-31 13:45
  • 提问者网友:鐵馬踏冰河
  • 2021-01-31 05:38
本来eclipse运行helloworld一直显示launch failed。Binary not found
根据网上说的配置了环境变量,改了mingw的文件名。还是这个问题。后来无意中点了一下build debug就能运行了。这是什么道理啊
小弟刚开始学c,谢谢啦
最佳答案
  • 五星知识达人网友:患得患失的劫
  • 2021-01-31 06:06
Building it is actually compiling it. By compilation and link, the code will be translated into binary code, which is the only code computer can understand. When you try to run a program or executable file, it is binary code that is actually loaded into the memory. So, you have to build it before run it. Hope it will help.
全部回答
  • 1楼网友:几近狂妄
  • 2021-01-31 07:09
请不要用中文做文件名
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯