jsnyder / arm-eabi-toolchain

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

2012.03-56 gmp version? #24

Open ilg-ul opened 12 years ago

ilg-ul commented 12 years ago

it seems that the new configure does not like the latest brew version:

... checking for the correct version of gmp.h... no configure: error: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+. Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify ...

ilg-mbp:Sourcery ilg$ /brew/local/bin/brew list gmp /brew/local/Cellar/gmp/5.0.5/include/ (2 files) /brew/local/Cellar/gmp/5.0.5/lib/libgmp.10.dylib /brew/local/Cellar/gmp/5.0.5/lib/libgmpxx.4.dylib /brew/local/Cellar/gmp/5.0.5/lib/ (4 other files)

Liviu