In compiling global.c I am getting warnings being interpreted as errors and a dereferencing pointer breaking aliasing rules.
Compile terminates with 2 errors, one against global.o and a second against libpmvm_arduino_mega.a
All new to me so any ideas would be appreciated.
--
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
PyMite can run only on Arduino Mega because memory restrictions. I don't know about OpenCV, it's a different topic, but if so, both at the same time would consume too much memory. If you need to use both it's better to use the Arduino just as a hardware controller using a PC to do the calculations and if so, use a bigger platform like and embebed Atom platform or similar, but an Arduino i believe don't have enought ram at all.
Sent from my Android cell phone, please forgive the lack of format on the text, and my fat thumbs :-P