Quoting Philip Balister ([email protected]): [...] > >Alternatively, you can force the use of Posix shared memory and see if > >that works for kalibrate on your platform. (The easiest thing to do > >would be to look for D_HOST_OSX and make sure those #ifdef's are the > >ones that gets compiled.) > > I'll check this when I get home. > > > > >Email me with your results and I'll add some code to make arm work in > >the next version of kal. > > Thanks! Could we use the mmap code from gnuradio? That is what ends up > being used there I think. I skimmed the shm code while working on this > problem, and it looks like it used mmap internally :)
mmap is the Posix shared memory method. _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
