11-27-2012, 10:52 AM
|
#170
|
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
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
|
Spoiler:
So I checked... and none of the stuff in asm-* actually contains the einkfb.h, it's in the parent ../linux/einkfb.h
which either infers that it should a) be included in all header creation requests - and isn't being
Quote:
The system's libc headers are usually installed at the default location /usr/include and the kernel headers in subdirectories under that (most notably /usr/include/linux and
/usr/include/asm).
|
or b) I am not understanding exactly what the kernel header stuff should include properly??
or c) there is some other process that I am missing.
Sigh... out of ideas now. Will google around for a while.
Reading: http://kernel.org/doc/Documentation/...rs_install.txt
Quote:
The linux/asm directory of the exported kernel headers
is platform-specific, to see a complete list of supported architectures use
the command: ls -d include/asm-* | sed 's/.*-//'
|
so I think I was right in saying all header exports should include the linux directory. still don't understand therefore why einkfb.h is not included in the output. Daaaiiiieeee : )
Solution below
Last edited by twobob; 11-27-2012 at 03:53 PM.
|
|
|