[LinuxPPS] task force

Udo van den Heuvel udovdh at xs4all.nl
Tue Feb 3 15:50:25 CET 2009


Folkert van Heusden wrote:
>>>> Which part(s) exactly?
>>> Userland configurations & tools and project status.
>> For userland I had to do this:
>> cd /usr/include
>> mv linux linux.old
>> mv asm asm.old
>> mv asm-generic asm-generic.old
>> ln -s /lib/modules/$(uname -r)/build/include/linux linux
>> ln -s /lib/modules/$(uname -r)/build/arch/x86/include/asm asm
>> ln -s /lib/modules/$(uname -r)/build/include/asm-generic asm-generic
>> cp /lib/modules/$(uname -r)/build/Documentation/pps/timepps.h timepps.h
>> (i.e.: slightly different link for asm)
>> to make things compile on my x86_64 F10.
>> Is this OK for other users of the code?
> 
> What about:
> export CFLAGS="$CFLAGS -I/lib/modules/`uname -r`/build/include -I/lib/modules/`uname -r`/build/Documentation/pps"

If we all can confirm..
then yes, it might be an easier way?



More information about the LinuxPPS mailing list