
eclipse
oiooooio
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
解决linux eclipse c++找不到符号或者~~~name a type的问题 && c++11
首先我的环境是: centos 6.5 eclipse c++ 官网下载 gcc4.8.2 --- ok! 我的问题的出现是因为c++11的新的一些功能如: std::function std::bind 这些符号找不到。 --- 下面是我的解决办法(注意往下看): 首先我的解决方式是参照:http://stackoverflow.com/quest原创 2015-03-27 13:13:47 · 1695 阅读 · 0 评论 -
eclipse c++ && centos && error multiple errors reported. failed to execute mi command
标题已经说明环境: centos6.5 eclipse c++ 官网下载最新 gcc4.8.2 gdb7.2 现在出现的问题是: error multiple errors reported. failed to execute mi command ....... 这个问题我本人不管是google还是百度都没有得到合理的答案,虽然搜到了一些解决方案但是不原创 2015-03-28 14:49:14 · 3422 阅读 · 0 评论 -
ubuntu11+ eclipse不能附加进程调试的解决方法
You can temporarily disable this restriction (and revert to the old behaviour allowing your user to ptrace (gdb) any of their other processes) by doing: echo 0 | sudo tee /proc/sys/kernel/yama/pt转载 2015-04-22 21:40:49 · 769 阅读 · 0 评论