I compile linux kernel on ubuntu2004, using the following command:
flex-builder -c linux
and then ,
flex-builder -i mkboot
but get following errors:
Solved! Go to Solution.
Please install python-devel. It's need for the perf tool when building the kernel.
$ sudo apt-get install -y python-dev
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