- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Core
- Operating System Release 1 (Zaxxon)
- Severity Medium
- Reported Version Hotfix 4
Attached to Project: OpenPandora Main OS
Opened by crow_riot - 06.02.2011
Last edited by skeezix - 08.02.2011
Opened by crow_riot - 06.02.2011
Last edited by skeezix - 08.02.2011
FS#205 - libpnd functions and dynamic libs missing
tried to compile a simple test application that uses functions from libpnd, namely
pnd_evdev_open(pnd_evdev_e)
pnd_evdev_dpad_state(pnd_evdev_e)
pnd_evdev_closeall()
but all 3 seem to be missing.
yes, i'm linking to libpnd ... but no chance to get it running.
i'm using ivanovic's latest toolchain, which in turn installs "pandora-libpnd-dev_1.0-r40.5_armv7a.ipk" ...
also, there's only the static library available inside, no dynamic libraries.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
WE nabbed it in IRC. The functions are present, but the headers don't include the "extern "C"" magic, so g++ would miss them in C++-mode; adding the extern "C" wrapper now, so.. fixed!
Thanks crow!
jeff
http://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-libraries.git;a=commit;h=9ecd26b3ce6465d77ec7890c1629cb9f222753ce