码迷,mamicode.com
首页 > 系统相关 > 详细

linux —— 编译linux内核

时间:2016-09-16 06:44:57      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:

git项目:https://github.com/torvalds/linux

linux LDP(Linux Document Project):帮助文档项目 

 


 

Oprofile 工具:一个功能强大的性能分析工具,在这里 被推荐下载,下载地址:在这里

Oprofile的安装和使用:

安装说明:这里 

安装时缺少2个库:

configure: error: popt library not found
相应的安装包:sudo apt install popt-devel

configure: error: liberty library not found
相应的安装包:sudo apt install libiberty-dev

测试时间:2016/9/16

 oprofile 库的 安装和使用 2

linux —— 编译linux内核

标签:

原文地址:http://www.cnblogs.com/BensonLaur/p/5875827.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!