Re: [uClinux-dev] probably the compile line

2007-05-08 Thread Stéphane
Hi ok no more SIGSEGV but with: static long global_right_encoder; static double VitR; int init_module(void) { VitR = (double)global_right_encoder; return 0; } insmod ucAsserv.o Using ucAsserv.o insmod: unresolved symbol __floatsidf After the module was unloaded ! the compile line

Re: [uClinux-dev] probably the compile line

2007-05-08 Thread Greg Ungerer
Hi Stephane, Stéphane wrote: ok no more SIGSEGV but with: static long global_right_encoder; static double VitR; int init_module(void) { VitR = (double)global_right_encoder; return 0; } insmod ucAsserv.o Using ucAsserv.o insmod: unresolved symbol __floatsidf Don't use floating po