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