LSDK 21.08 makefile error - Please set 'PYTHON' appropriately

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

LSDK 21.08 makefile error - Please set 'PYTHON' appropriately

Jump to solution
3,423 Views
bladerunner1010
Contributor III

Makefile.config:232: *** Please set 'PYTHON' appropriately. Stop.
make[6]: *** [Makefile.perf:229: sub-make] Error 2
make[5]: *** [Makefile:70: all] Error 2
make[4]: *** [Makefile:85: perf] Error 2

Tags (2)
1 Solution
3,419 Views
bladerunner1010
Contributor III

OK I got passed this issue by installing python-devel. Its need for the perf tool when building the kernel.

$ sudo apt-get install -y python-dev

 

View solution in original post

3 Replies
3,420 Views
bladerunner1010
Contributor III

OK I got passed this issue by installing python-devel. Its need for the perf tool when building the kernel.

$ sudo apt-get install -y python-dev

 

2,710 Views
arm_linux
Contributor II

solved my problem,thanks

 

3,408 Views
r_o_
Contributor I

I had the exactly same problem on Ubuntu 20.04, and your solution worked for me.

Thank you.