Ubuntu2004 compile linux perf failed!

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Ubuntu2004 compile linux perf failed!

Jump to solution
1,283 Views
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

Tags (1)
0 Kudos
Reply
1 Solution
1,266 Views
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

View solution in original post

2 Replies
1,267 Views
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,267 Views
Vaderpucong
Contributor II

 

May be following CMD can solove this issus

sudo apt-get install -y python-dev

 

0 Kudos
Reply