Skip to content

Instantly share code, notes, and snippets.

@alexandernst
Created March 25, 2013 00:37
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/5234234 to your computer and use it in GitHub Desktop.
Save alexandernst/5234234 to your computer and use it in GitHub Desktop.
Cross-compiling applications for ARM
$ tree -L 2
.
├── deps
│   ├── glib-2.35.9
│   ├── gst-plugins-base-0.10.36
│   ├── gstreamer-0.10.36
│   ├── libffi-3.0.13
│   ├── orc-0.4.17
│   └── zlib-1.2.7
├── gst_hello_world
├── gst_hello_world.c
└── libs
├── bin
├── include
├── lib
├── libexec
└── share
13 directories, 2 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment