“No source file named” error debugging Eclipse CDT

后端 未结 7 1715
醉梦人生
醉梦人生 2020-12-31 03:25

I\'ve got a project with a shared library (loaded dynamically), and I\'m attempting to debug it. I get the following error message:

No source file named /ho         


        
7条回答
  •  天涯浪人
    2020-12-31 03:39

    for Makefile project existing code. step 1 check compile all the sources with -g -o0 step 2 use the gdbserver and arm-yourversion-gdb which will be provided in your sdk and gdb toolchain.

提交回复
热议问题