| Linux - Embedded & Single-board computer This forum is for the discussion of Linux on both embedded devices and single-board computers (such as the Raspberry Pi, BeagleBoard and PandaBoard). Discussions involving Arduino, plug computers and other micro-controller like devices are also welcome. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-22-2012, 04:12 AM
|
#1
|
|
LQ Newbie
Registered: Nov 2012
Posts: 6
Rep: 
|
GTK Application not working
Hi All,
Thanks to all in advance, i successfully installed "Quantal 12.10 armhf" on my beagleboard_XM by following link http://elinux.org/BeagleBoardUbuntu
my helloword program is working fine but any GTK+ application is not working
but its working on Angstom board
error showing 'no such file or directory'
Thanks
Ashwani
|
|
|
|
11-22-2012, 04:17 AM
|
#2
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,676
|
where is this error coming from? is this just a PATH issue?
|
|
|
|
11-22-2012, 04:19 AM
|
#3
|
|
LQ Newbie
Registered: Nov 2012
Posts: 6
Original Poster
Rep: 
|
No its not path issue
|
|
|
|
11-22-2012, 04:22 AM
|
#4
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,676
|
so where is this error coming from? what are you doing. "It don't work" is NOT a useful description.
|
|
|
|
11-22-2012, 04:27 AM
|
#5
|
|
LQ Newbie
Registered: Nov 2012
Posts: 6
Original Poster
Rep: 
|
Hi Chris,
i have two SD card i installed Angstrom one of them and ubuntu 12.10 armhf in other.
i installed gtk on both card
but one of my gtk application is working on Angstrom fine, but on ubuntu its showing error "no such file and directory"
i am executing my application ./application
Thanks
Ashwani
|
|
|
|
11-22-2012, 04:28 AM
|
#6
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,676
|
yes, but where does "it" show an error??
|
|
|
|
11-22-2012, 04:33 AM
|
#7
|
|
LQ Newbie
Registered: Nov 2012
Posts: 6
Original Poster
Rep: 
|
on terminal
|
|
|
|
11-22-2012, 01:57 PM
|
#8
|
|
LQ 5k Club
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,257
|
The problem may be with locating a library. IIRC, this is the same message that occurs when a shared object library is not found. It seldom occurs on a desktop environment, because package managers look after those dependencies, and Makefiles look after them when building for native applications. Doing cross development, the libraries may be installed on the development host, but absent on the target.
The lib(s) may also be installed, but not locatable by the linking loader. You may have to export $LD_LIBRARY_PATH, with a list of directories in which to search for shared object libraries.
You can use ldd to determine which libraries the object code needs.
--- rod.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:43 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|