Compiling the K-virtual machine from source
Hello,
I am porting the K-virtual machine onto uClinux running on NIOSII FPGA. I have almost completed writing the porting specific native functions which were described in the porting guide. Also have almost written all the makefiles. But when it comes to compiling; the make file gives me a lot of errors even for the original linux source compilation.
I cannot find anywhere in the whole documentation a guide to compiling the KVM from source. Could any KVM authors please provide a starting point or a brief summary as to how to compile the KVM source.
I have tried compiling from the /build/linux/Makefile it gives me errors saying
import sun.whatever --> sun not present.
Any help would be appreciated.
regards,

