I compiled my one of the Contiki application (power-cons.c: which evaluate the power consumption of TelosB mote) as a Contiki executable (power-cons.ce). The Contiki executable is then uploaded to the Sky platform via serial and is stored in the file system Then the executable is loaded via the shell command "exec".
But when running the command exec the following error is displayed...
Symbol not found __udivsi3
How can I resolve this symbol?