“No source available f

原文地址:“No source available for main()” error when debugging  作者:robotdream
this error shows up because there is no debug information in the compiled program. the problem can be solved by adding "-g" after the gcc/g++ compiler in the makefile, and recompile the program, then the problem can be solved. 

你可能感兴趣的:(“No source available f)