Hi I think there is a little incident because the problem come with (like email object) hostmot2.ko module. I'm realy sorry but of course I think the way to eliminate the call of __fixunsdfdi is the right one.
dmesg output: [ 96.350361] HAL_LIB: kernel lib installed successfully [ 96.460136] hostmot2: Unknown symbol __fixunsdfdi [ 96.836314] RTAI[math]: unloaded. [ 96.879396] RTAI[malloc]: unloaded. [ 96.979097] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0). [ 96.985366] I-pipe: Domain RTAI unregistered. [ 96.985373] RTAI[hal]: unmounted. and compiletime output after the link stage: make[1]: Leaving directory `/usr/src/linux-2.6.32.2' WARNING: "ceil" [/home/andrea/emc2-dev/src/motmod.ko] undefined! WARNING: "pow" [/home/andrea/emc2-dev/src/joyhandle.ko] undefined! WARNING: "__fixunsdfdi" [/home/andrea/emc2-dev/src/hostmot2.ko] undefined! WARNING: "pow" [/home/andrea/emc2-dev/src/genserkins.ko] undefined! cp *.ko ../rtlib/ Best regards 2010/1/21 Sebastian Kuz minsky <[email protected]> > Jeff Epler wrote: > > diff --git a/src/hal/drivers/mesa-hostmot2/hm2_7i43.c > b/src/hal/drivers/mesa-hostmot2/hm2_7i43.c > > index 9a513c6..63088ad 100644 > > --- a/src/hal/drivers/mesa-hostmot2/hm2_7i43.c > > +++ b/src/hal/drivers/mesa-hostmot2/hm2_7i43.c > > @@ -312,9 +312,9 @@ int hm2_7i43_program_fpga(hm2_lowlevel_io_t *this, > const bitfile_t *bitfile) { > > > > if (duration_ns != 0) { > > THIS_INFO( > > - "%d bytes of firmware sent (%u KB/s)\n", > > + "%d bytes of firmware sent in %uns\n", > > bitfile->e.size, > > - (uint32_t)(((double)bitfile->e.size / > ((double)duration_ns / (double)(1000 * 1000 * 1000))) / 1024) > > + duration_ns > > ); > > } > > } > > Looks good to me. > > > -- > Sebastian Kuzminsky > > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for > Conference > attendees to learn about information security's most important issues > through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users > ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
