aloksinha2001 / Linux3188

Linux Source - RK3188 - PicUntu
Other
99 stars 98 forks source link

Make clean gives error #12

Closed edwardrf closed 10 years ago

edwardrf commented 10 years ago
Linux3188/drivers/gpu/drm/mali_drm/Makefile:65: *** No KDIR found for platform ct11mp.  Stop.
make[3]: *** [drivers/gpu/drm/mali_drm] Error 2
make[2]: *** [drivers/gpu/drm] Error 2
make[1]: *** [drivers/gpu] Error 2
make: *** [_clean_drivers] Error 2

Seems like the make file for mali_drm is not configured properly

aloksinha2001 commented 10 years ago

Something else would be the problem - we are able to compile effectively.

edwardrf commented 10 years ago

I am able to compile the kernel if I do a make kernel.img first.

Have you tried

make clean

For 2 consecutive times?

edwardrf commented 10 years ago

also the KDIR_CONFIGURATION file is referencing hardcoded non-existing location

/projects/pr297/linux/eb_ct11mp/current/linux

Is it suppose to be like that? Or there are missing files

aloksinha2001 commented 10 years ago

Yes - make clean DOES give error - in the second time... not able to resolve that yet.

Alok


http://www.linkedin.com/profile/view?id=12406006&trk=tab_pro http://aloksinha2001.blogspot.in

On Thu, Jul 18, 2013 at 10:24 AM, edwardrf notifications@github.com wrote:

I am able to compile the kernel if I do a make kernel.img first.

Have you tried

make clean

For 2 consecutive times?

— Reply to this email directly or view it on GitHubhttps://github.com/aloksinha2001/Linux3188/issues/12#issuecomment-21162611 .

aloksinha2001 commented 10 years ago

There are possibly missing files - but not relevant to us for this platform.

Alok


http://www.linkedin.com/profile/view?id=12406006&trk=tab_pro http://aloksinha2001.blogspot.in

On Thu, Jul 18, 2013 at 10:27 AM, Alok Sinha asinha@g8.net wrote:

Yes - make clean DOES give error - in the second time... not able to resolve that yet.

Alok

Alok Sinha Chief Executive Officer Globus Eight Net P. Ltd. Level 15, Eros Corporate Towers, Nehru Place, New Delhi, India 110019 Phone: +91-11-4223-5348 | Fax: +91-11-4223-5222 Mobile: +91-9810159444 | +1-757 447 4642 Mail: asinha@g8.net | Web: www.g8.net


http://www.linkedin.com/profile/view?id=12406006&trk=tab_pro http://aloksinha2001.blogspot.in

On Thu, Jul 18, 2013 at 10:24 AM, edwardrf notifications@github.comwrote:

I am able to compile the kernel if I do a make kernel.img first.

Have you tried

make clean

For 2 consecutive times?

— Reply to this email directly or view it on GitHubhttps://github.com/aloksinha2001/Linux3188/issues/12#issuecomment-21162611 .

usumfabricae commented 10 years ago

Did you try setting environment variable KDIR to your local kernel path than make clean ?

edwardrf commented 10 years ago
make KDIR=./ clean

seemed to work.