Re: [maemo-developers] building an application with custom kernel-headers

2006-10-19 Thread Yves-Alexis Perez
On Thu, 2006-10-19 at 11:31 +0300, Eero Tamminen wrote: > > [sbox-fitz: ~] > grep > > > IFA_F_HOMEADDRESS /usr/src/su-18-kernel-headers/include/linux/rtnetlink.h > > #define IFA_F_HOMEADDRESS 0x10 > > Is this in the part of the kernel header that is not "exported" > unless you're compiling k

Re: [maemo-developers] building an application with custom kernel-headers

2006-10-19 Thread Eero Tamminen
Hi, > [sbox-fitz: ~] > grep > IFA_F_HOMEADDRESS /usr/src/su-18-kernel-headers/include/linux/rtnetlink.h > #define IFA_F_HOMEADDRESS 0x10 Is this in the part of the kernel header that is not "exported" unless you're compiling kernel source code? (or claiming so with a define used for this)

Re: [maemo-developers] building an application with custom kernel-headers

2006-10-17 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Larry Battraw schreef: > I believe you need to use the capital 'I' option like so: > > gcc -c -Wall -g -O2 -isystem -I/usr/src/su-18-kernel-headers/include > conftest.c No, -isystem is largely equivalent to -I. regards, Koen -BEGIN PGP SIGNATU

Re: [maemo-developers] building an application with custom kernel-headers

2006-10-17 Thread Larry Battraw
I believe you need to use the capital 'I' option like so: gcc -c -Wall -g -O2 -isystem -I/usr/src/su-18-kernel-headers/include conftest.c Larry On 10/17/06, Yves-Alexis Perez <[EMAIL PROTECTED]> wrote: Hi list, I run into probleme trying to build an application which requires custom kernel h

[maemo-developers] building an application with custom kernel-headers

2006-10-17 Thread Yves-Alexis Perez
Hi list, I run into probleme trying to build an application which requires custom kernel headers on scratchbox (0.9.8.5) using maemo rootstrap 2.0, cpu transparency via qemu-arm. I've built a patched kernel (which boots fine on the device), following the Howto Kernel Compilation found on Maemo wi