Other Parts Discussed in Thread: AM3517
Dear all
I am trying to build an application for dm8148 using the ezSDK (ezsdk_5_02_01_58_dm814x-c6a814x-am387x_Release_Notes.pdf). The application needs to be linked with the glib-2.0 library. However, i could not find libglib-2.0.la and libglib-2.0.la.so files in the linux-devkit (linux-devkit/arm-none-linux-gnueabi/usr/lib/). Header files are present. So i tried to use .so files in the extracted file system from filesystem/ezsdk-dm814x-evm-rootfs.tar.gz. Even then build failed (libtool: link: cannot find the library `usr/lib/libglib-2.0.la' or unhandled argument) since .la files are missing.
Did i miss something while installing the SDK?
How do i get .la files and build using glib in the SDK?
Thanks in advance.
Regards
Sinoj