I'm new to, I tested several images of android for this board, but all with some error or not convince me finish.
So and decided to create an image, in theory I have the Source SDK for H3. But when compiling the kernel, it gives me some errors, which do not get solved.
kernel/printk.c: In function ‘console_unlock’:
kernel/printk.c:1365:29: error: ‘SZ_1K’ undeclared (first use in this function)
if (log_end - con_start > SZ_1K){
^
kernel/printk.c:1365:29: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [kernel/printk.o] Error 1
make: *** [kernel] Error 2