View Single Post
Old 11-27-2012, 11:24 AM   #172
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
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!

Last edited by twobob; 11-27-2012 at 04:00 PM. Reason: duh ;)
twobob is offline   Reply With Quote