hi, As in the LiS README, (for the sparc port), I tried to do the EXPORT_SYMBOL_NOVERS(BTFIXUP_CALL(mmu_p2v)) but this seems to be sparc specific, so I removed that again. (The ipaq is arm based)
I then added the __NR_getpmsg ...putpmsg ...poll ...streams defines as in the README file. (using defines [151..154]) The I copied the kernel modules, library and programs over to the ipaq. Ran makenodes (it wasn't called strmakenodes, hmmm). This made some, but not all of the /dev/ nodes, it missed out the loop and loop_clone but these drivers were compiled into streams.o, hmmm. -- I summary, I'm not sure if adding __NR_* to unistd.h is enough. I'm also not sure if the 'make install' (which I cannot do since I'm cross compiling) does more things than I've detailed above? any ideas? andy On Wed, 2003-02-12 at 02:29, Brian F. G. Bidulock wrote: > Andy, > > Why no just find the arm syscall table and put __NR_putpmsg and > __NR_getpmsg in there somewhere? > > --brian _______________________________________________ Linux-streams mailing list [EMAIL PROTECTED] http://gsyc.escet.urjc.es/mailman/listinfo/linux-streams
