[C++] Solve “No source available for main()” error when

In Mac,

the issue image:

1. A existing cmake project on disk

2. import this project into Eclipse.

3 run cmake

cmake "Unix Makefile" .

4. Build and Run this project on Eclipse successfully 

5. After clicking Debug button on Eclipse, the following error appears:

"No source available for main()"

 

Solution:

At step 3, use the below command:

cmake . -DCMAKE_BUILD_TYPE=Debug

Then, the Eclipse debugging should work.

 

Reference:

"No source available for main()" while debugging in Eclipse IDE, ros.org

 

原文链接: https://www.cnblogs.com/TonyYPZhang/p/6643760.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

    [C++] Solve "No source available for main()" error when

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/251710

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月14日 上午5:29
下一篇 2023年2月14日 上午5:30

相关推荐