This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Cross Compiling glib,dbus-glib,dbus libraries for AM3354 using arm-arago-linux-gnueabi-gcc

Other Parts Discussed in Thread: AM3354

Hi All,

We are Cross Compiling Maliit Virtual Keyboard(https://wiki.maliit.org) for our AM3354 Board


To build that successfully we need
Required:
glib - 2.34.0
dbus-glib - 0.100
dbus - 1.6.4

But inside TI SDK we are having only the folllowing versions of required libraries
glib -2.30.3
dbus-glib - 0.98
dbus - 1.4.16

So we need to cross compile the glib-2.34.0,dbus-glib-0.100,dbus-1.6.4.
Please tell us the steps to Cross compile those libraries and also steps to add those libraries in TI SDK safely without any issues.

Regards,

Senthil