Skip to content

Instantly share code, notes, and snippets.

@lynxluna
Created July 6, 2012 00:26
Show Gist options
  • Save lynxluna/3057293 to your computer and use it in GitHub Desktop.
Save lynxluna/3057293 to your computer and use it in GitHub Desktop.
Build Script for ZZiplib
NM=ntoarmv7-nm LD=ntoarmv7-ld STRIP=ntoramv7-strip RANLIB=ntoarm7-ranlib OBJDUMP=ntoarm7-objdump AR=ntoarmv7-ar CC=qcc -Vgcc_ntoarmv7le_gpp CFLAGS=-I${QNX_TARGET}/usr/include -I${QNX_TARGET}/usr/include/cpp/c -I${QNX_TARGET}/usr/include/cpp ./configure --build x86_64 --host arm --target arm --prefix=${HOME}/Projects/qnx-bin/device
NM=ntox86-nm LD=ntox86-ld STRIP=ntox86-strip RANLIB=ntox86-ranlib OBJDUMP=ntox86-objdump AR=ntox86-ar CC=qcc -Vgcc_ntox86_gpp CFLAGS=-I${QNX_TARGET}/usr/include -I${QNX_TARGET}/usr/include/cpp/c -I${QNX_TARGET}/usr/include/cpp ./configure --build x86_64 --host arm --target arm --prefix=${HOME}/Projects/qnx-bin/device
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment