Hmm, well it looks like a kernel bug. In mod_devicetable.h at the top
there is a __KERNEL__ protected section:
#ifdef __KERNEL__
#include
typedef unsigned long kernel_ulong_t;
#endif
however later in the file kernel_ulong_t is used, outside of a __KERNEL__
protected block. So if you edit th
Dan,
I tried the CINCLUDES option, and here is what I get
while compiling javax-usb-ri-linux:
compile:
[echo] Compiling class files.
[javac] Compiling 17 source files to
/data/temp/usb/javax-usb/javax-usb-ri-linux/src
[echo] Compiling JNI library.
[exec] gcc -I/opt/blackdown-jdk