I compile linux kernel on ubuntu2004, using the following command:
flex-builder -c linux
and then ,
flex-builder -i mkboot
but get following errors:
解決済! 解決策の投稿を見る。
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