Skip to content

Instantly share code, notes, and snippets.

@alepez
Created October 26, 2017 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alepez/6894e57293fe37c6c0b6718c40fedc66 to your computer and use it in GitHub Desktop.
Save alepez/6894e57293fe37c6c0b6718c40fedc66 to your computer and use it in GitHub Desktop.
cross compile qt imx6 vivante
./configure -release -opengl es2 -device linux-imx6-g++ -device-option CROSS_COMPILE=armv7a-hardfloat-linux-gnueabi- -sysroot /opt/imx6-gentoo/sysroot -extprefix /opt/Qt/5.9.2/imx6 -v -nomake examples -nomake tests -no-use-gold-linker -opensource -confirm-license -skip qtscript -no-sql-psql -no-sql-mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment