ltib not compiling linux kernel due to python

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

ltib not compiling linux kernel due to python

1,055 Views
AlexanderKelle1
Contributor II

I am trying to compile the linux kernel 3.0.35 by using ltib. I am using the 12.08 BSP. When I try to compile the kernel for the i.mx6 I get this error:

error: failed dependencies:

         usr/bin/python is needed by perf-3.0.35-1

I have python installed in the /usr/bin folder. Does anyone know how to fix the problem. Thanks for your help.

-Alexander Keller

4 Replies

791 Views
LeonardoSandova
Specialist I

Not sure if my following comment help: according to the log, python is being look at usr/bin/ but you have it on /usr/bin. As a test, can you open the ltib shell (./ltib -m shell) and call the python interpreter? print the PATH env variable, and make sure /usr/bin is in its value. I just want to make sure ltib is able to find python.

791 Views
Huazhi_Hank_Gon
Contributor III

I will do it. Thanks.

Hank

0 Kudos

791 Views
Huazhi_Hank_Gon
Contributor III

Did you get this problem solved? I have the same problem now.

Hank

0 Kudos

791 Views
Tarek
Senior Contributor I

Where did you get the  linux kernel 3.0.35 from ?

0 Kudos