Try to config linux.So when you make linux kernel , drivers/char/vt.c is not compiled.Since this device is not supported ,I guess. That is a fast way to solve your problem.
If you want to run your linux image on skyeye, you can just select timer and serial device in make menuconfig. That will be easy to do the whole thing.
[quote:e3b182d225="ksh"]Try to config linux.So when you make linux kernel , drivers/char/vt.c is not compiled.Since this device is not supported ,I guess. That is a fast way to solve your problem.
If you want to run your linux image on skyeye, you can just select timer and serial device in make menuconfig. That will be easy to do the whole thing.[/quote]
run make menuconfig to config linux. unselect some options ,then make again. I am not clear which option be get rid of . You can try by yourself until your kernel can compile through.