关于“undefined reference to”错误

哪些问题可能产生undefined reference to错误?

1、没用生成目标文件

比如说hello.o文件,由于名字写错路径不对Makefile缺少。

2、没用添加相应的库文件.so/dll.a/lib
在Linux中,可能回经常遇到的错误是忘记添加 -lXXX,其中XXX是库的名字,比如说: pthread。

上一篇:Eclipse相关设置


下一篇:Unable to boot device in current state: Creating