libpruio & Qt

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!

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.

Regards