Quote:Piru wrote:
Usually libsyscall is only used for debugging (dprintf). You can replace any dprintf with kprintf and -lsyscall with -ldebug in the Makefile.
Any examples we're providing that use -lsyscall should obviously be fixed this way. /me pokes the lazies
[ Edited by Piru on 2010/7/2 18:45 ]
Thanks for the tip. I'll remember that if I see it in the future again. Got that sample working, man, that's a really cool blanker!