--
Quiero ser el rayo de sol que cada día te despierta
para hacerte respirar y vivir en me.
"Favola -Moda".
One more thing: use code from the mercurial repository. The releases are very old and have known defects; many of which have been fixed.
!!Dean
> --
> You are subscribed to the "python-on-a-chip" (or p14p for short) Google Group.
> Site: http://groups.google.com/group/python-on-a-chip
About your second question: it's not the PyMite VM that has the resources (RAM), it's the microcontroller. Lastly, I don't know what you mean by "resful service." Sounds like web development of which I have no experience. Although some others on this list have tried to serve pages from a microcontroller with an ethernet interface.
!!Dean
Yes. I will try.
Gracias,
Giorgio
../../vm/libpmvm_desktop64.a(float.o): In function `float_op':
/home/jo/python-on-a-chip/src/vm/float.c:145: undefined reference to `fmodf'
/home/jo/python-on-a-chip/src/vm/float.c:146: undefined reference to `powf'
collect2: ld returned 1 exit status
What happens if you need some realtime checks from the
microcontroller? For example boundaries situation, when an application
should be runtime otherwise crash the device who is going to control?
Giorgio.
As you can see in src/platform/desktop64/Makefile on line 36, the command to link the math library exists. So I need more information. Please copy the entire text starting from the prompt where you type $make... until the error causes the exit.
!!Dean