[LinuxPPS] task force

Udo van den Heuvel udovdh at xs4all.nl
Mon Feb 2 16:23:49 CET 2009


Rodolfo Giometti 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?

Please post!







More information about the LinuxPPS mailing list