Dave wrote:
> On 5/12/2010 7:45 PM, mari...@hall9000.com.br wrote:
>    
>> Debug file
>> information:
>> insmod: error inserting
>> '/usr/realtime/modules/emc2/motmod.ko': -1 Unknown symbol in
>> module
>> Mars-cnc.hal:5: exit value: 1
>> Mars-cnc.hal:5: insmod failed,
>> returned -1
>> See the output of 'dmesg' for more information.
>> 1346
>>
>>      
> Run the dmesg also and let us know what it says...
>    
All those lines with the timestamps before them were the dmesg output :)

It looks like there are some floating point math functions missing, or 
linked in as libraries:
> [ 99.014568] motmod: Unknown symbol ceil
>    
You can't use the normal math libraries in kernel modules.  There was a 
commit a couple of days ago that was meant to silence some compiler 
warnings, and it mentioned the "ceil" function.  The check-in was on the 
2.4 branch, so you may want to try checking out that branch and recompiling.

- Steve

------------------------------------------------------------------------------

_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to