Quick comment #2: can't load liberutils
Code:
root@qemuarm:/media/mmcblk0p1/Programs# ./_python26/bin/python
Python 2.6.4 (r264:75706, Mar 16 2010, 14:39:27)
[GCC 4.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ctypes as C
>>> erutils = C.cdll.LoadLibrary( 'liberutils.so.0' )
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/media/mmcblk0p1/Programs/_python26/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
return self._dlltype(name)
File "/media/mmcblk0p1/Programs/_python26/lib/python2.6/ctypes/__init__.py", line 353, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /usr/lib/liberutils.so.0: undefined symbol: g_free
It happens both in qemu and DR800.