Dear All, I wrote a custom gstreamer application on ARM (dm6446) angstrom. Whenever I try to run the application, I am getting the following error, that looks as if the shell is treating the application as a shell script.
/usr/bin/app: line 1: syntax error: word unexpected (expecting ")") I made sure that the application is having 755 permission and readelf/file etc. from a linux pc shows this as an ELF 32 bit ARM executable. These are the dynamic library dependencies during compilation. pkg-config --libs gtk+-2.0 gstreamer-0.10 gstreamer-interfaces-0.10 Is it due to some shared library loading problem? In that case is there any arm "ldd" available on openembedded target or on build host to verify what is missing? Any help would be really appreciated. Thanks and Regards Anand _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
