You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BeagleBoard
Do applications using the libpruio library have to be compiled natively?
Can anyone here point to a guide to cross compile a Qt app using the libpruio library?
As a beginner, I need help getting getting started with this!
Thanks!
TJF
unread,
Nov 5, 2018, 4:15:07 PM11/5/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BeagleBoard
AFAIK there is no such a guide.
I'm not a cross-compiling expert. But it should be possible to install libpruio in the cross-compiler environment. The compiler needs the header files in the include directory and the linker needs the binary in the lib directory.
Anyway, since libpruio is a hardware driver for AM335x CPU the testing have to be done natively.