Ubuntu2004 compile linux perf failed!

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Ubuntu2004 compile linux perf failed!

ソリューションへジャンプ
1,924件の閲覧回数
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,907件の閲覧回数
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,908件の閲覧回数
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,908件の閲覧回数
Vaderpucong
Contributor II

 

May be following CMD can solove this issus

sudo apt-get install -y python-dev

 

0 件の賞賛
返信