Guest Sebastian404 Posted August 18, 2012 Report Posted August 18, 2012 Just to mention the source for the kernel is available here: http://support.zte.com.cn/support/news/NewsDetail.aspx?newsId=1002102
Guest Sebastian404 Posted August 18, 2012 Report Posted August 18, 2012 Your going to need to build it under gcc version 4.4.3 The kernel wont compile due to a typo/mistake, but its fairly easy to fix. edit arch/arm/mach-msm/board-msm7x27a-zte.c edit line 45, change it from: #include <proc_comm.h> to: #include "proc_comm.h"[/code]
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now