Quote:
Originally Posted by tuxor
I tried cloning your git and building it for ARM, but it says, it needs QWebHistory. So I added "webkit" to first line of scribbles.pro. This fixed that error. But now I'm getting:
Code:
/opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.4.4/../../../../arm-fsl-linux-gnueabi/bin/ld: cannot find -lonyx_touch
What does that mean?
|
You can remove the dependency on onyx_touch in scribble.pro. Strangely, it worked on my machine because the linker used the onyx_touch library compiled for x86 when linking an arm binary...