Set configuration arm compiler qt for cross compile
-
I didn`t get any where, I use ubuntu 14.04 x86 and i want cross compile for arm.
I can do it with Terminal , but i have this error in qt .. -
How are you doing it from the terminal ?
-
@SGaist I did explain in first post ;)
-
I meant the Qt project compilation
-
@powerboy2988 said:
name_to_handle_
In my .pro file, i set -lhidapi-hidraw and -ludev and i got that error
-
Can you share your .pro file ?
-
unix: LIBS += -L/home/hossein/out/lib/ -lhidapi-hidraw -ludev
INCLUDEPATH += /home/hossein/out/include/hidapi/
-
What version of glibc do you have ?
-
i checked and i have 2.19!! in pc and in raspberry i have 2.13!!!
-
If possible update the RPi. Otherwise, you have to re-build/link the libraries against the same set used by the RPi.
-
i have not problem with RPi, i could cross compile in terminal but i cannot set config in qt ,
-
And if you explicitly link against glib ?