jsnyder / arm-eabi-toolchain

Makefile & supporting patches/scripts to build a bare metal ARM EABI toolchain.
264 stars 67 forks source link

install-deps unrecognized option --include=*gmp* #1

Closed dwhall closed 14 years ago

dwhall commented 14 years ago

Attempted on OS X 10.5.8 32-bit Intel.

$ sudo make install-deps Password: sudo -u dwhall curl -LO http://www.codesourcery.com/sgpp/lite/arm/portal/package5352/public/arm-none-eabi/arm-2009q3-68-arm-none-eabi.src.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 117M 100 117M 0 0 122k 0 0:16:25 0:16:25 --:--:-- 121k sudo -u dwhall tar -jxvf arm-2009q3-68-arm-none-eabi.src.tar.bz2 --include='gmp' tar: unrecognized option --include=*gmp*' Trytar --help' or `tar --usage' for more information. make: *\ [arm-2009q3-68-arm-none-eabi/gmp-2009q3-68.tar.bz2] Error 64

liamstask commented 14 years ago

I actually even got a little further than this, since I tried to build without running install-deps first. But it failed for me at: configure: error: libgmp not found or uses a different ABI.

dwhall commented 14 years ago

Removing the "--include ..." arguments for gmp and mpfr worked. It's a little less optimal, but it works. Side note: I've seen other arm toolchain scripts use MacPorts/fink to get gmp and mpfr

jsnyder commented 14 years ago

This issue should now be resolved by some of the commits since this issue was reported.