The Makefile provided by in the repository under clib/ is not working.
It fails when launching "make cpu" (required in the first compilation).
In my case, I've fixed by changing the CFLAGS declaration in line 39 to
CFLAGS += -I$(JAVA_HOME)/include/linux
The Makefile provided by in the repository under clib/ is not working.
It fails when launching "make cpu" (required in the first compilation).
In my case, I've fixed by changing the CFLAGS declaration in line 39 to
CFLAGS += -I$(JAVA_HOME)/include/linux