- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The sample application ExGroveStarterKit on latest build of Eclipse gets undefined symbol during download. Do I need to link a library for this? If so, where is the library and how do I reference it?
Build works fine, but this is the output I get at launch.
root@three:~# echo $PWD'>'
/home/root>
root@three:~#
root@three:~# chmod 755 /tmp/ExGroveStarterKit;/tmp/ExGroveStarterKit ;exit
/tmp/ExGroveStarterKit: symbol lookup error: /tmp/ExGroveStarterKit: undefined symbol: _ZN3upm11GroveButtonC1Ej
Thanks, Aaron
- Tags:
- Internet of Things
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you please check the version of your mraa library on the Intel Edison board (connecting via SSH or Serial)
Current version is
root@edison:/tmp# opkg info libmraa0
Package: libmraa0
Version: 0.6.1
root@edison:/tmp# opkg info upm
Package: upm
Version: 0.1.9
If you are not using the latest, upgrade by using these commands
opkg update
opkg upgrade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Raghu,
That did the trick, and the application now loads and runs fine. Thanks!
-Aaron

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page