Skip to content

Instantly share code, notes, and snippets.

@kellydunn
Created November 23, 2013 22:45
Show Gist options
  • Save kellydunn/7620969 to your computer and use it in GitHub Desktop.
Save kellydunn/7620969 to your computer and use it in GitHub Desktop.
// 1) I configure the libsndfile library like so:
cd /home/kelly/Downloads/libsndfile-1.0.25
./configure --target=arm-none-eabi
// 2) I run make
make
// 3) I change directories back to my teensy project and attempt to build:
/home/kelly/Downloads/libsndfile-1.0.25/src/.libs/libsndfile.a: could not read symbols: File format not recognized
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment