Skip to content

Instantly share code, notes, and snippets.

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 alexandernst/5234271 to your computer and use it in GitHub Desktop.
Save alexandernst/5234271 to your computer and use it in GitHub Desktop.
Cross-compiling applications for ARM
$ sb2 gcc `sb2 pkg-config --cflags gstreamer-app-0.10` -o gst_hello_world gst_hello_world.c `sb2 pkg-config --libs gstreamer-app-0.10` -L/home/alexandernst/tmp_arm_build/libs/ -lffi
$ file gst_hello_world
gst_hello_world: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, not stripped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment