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
已解决! 转到解答。
Please install python-devel. It's need for the perf tool when building the kernel.
$ sudo apt-get install -y python-dev
在原帖中查看解决方案
May be following CMD can solove this issus
sudo apt-get install -y python-dev