so I changed order of the "addition" in /usr/local/src/gnuboy-1.0.3.kindle/sys/fbdev/fbdev.c to come BEFORE the einkfb.h: (duh)
Quote:
#include <linux/fb.h>
// just to make the compiler happy (do this first?)
#include <asm/types.h>
typedef __u8 u8;
#include <linux/einkfb.h>
#include "fb.h"
#include "input.h"
#include "rc.h"
|
which gets me a compile.
Will test it.
Thanks for listening. ;0
EDIT: Yep seems to run.
Success. Okay time to get hacking!