Ubuntu2004 compile linux perf failed!

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Ubuntu2004 compile linux perf failed!

跳至解决方案
1,174 次查看
Vaderpucong
Contributor II

I compile linux kernel on ubuntu2004, using the following command:

flex-builder -c linux

and then ,

flex-builder -i  mkboot

but get following errors:

e085926c166967ec619786160cb041f4206959c2_2_1035x424

标记 (1)
0 项奖励
回复
1 解答
1,157 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Please install python-devel. It's need for the perf tool when building the kernel.

$ sudo apt-get install -y python-dev

在原帖中查看解决方案

2 回复数
1,158 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Please install python-devel. It's need for the perf tool when building the kernel.

$ sudo apt-get install -y python-dev

1,158 次查看
Vaderpucong
Contributor II

 

May be following CMD can solove this issus

sudo apt-get install -y python-dev

 

0 项奖励
回复