LSDK 21.08 makefile error - Please set 'PYTHON' appropriately

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LSDK 21.08 makefile error - Please set 'PYTHON' appropriately

ソリューションへジャンプ
3,444件の閲覧回数
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

タグ(2)
1 解決策
3,440件の閲覧回数
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

 

元の投稿で解決策を見る

3 返答(返信)
3,441件の閲覧回数
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,731件の閲覧回数
arm_linux
Contributor II

solved my problem,thanks

 

3,429件の閲覧回数
r_o_
Contributor I

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

Thank you.