Cross-compiler
Posted: Wed Sep 01, 2010 12:39 pm
Hi folks,
Small correction to the gcc cross-compiler article. To make gcc-4.5.1 with gmp-5.0.1, one has to add the following extra switches to configure.
$../gcc-4.5.1/configure --with-gmp-include=$PWD/gmp --with-gmp-lib=$PWD/gmp/.libs
Thanks,
Hari
Small correction to the gcc cross-compiler article. To make gcc-4.5.1 with gmp-5.0.1, one has to add the following extra switches to configure.
$../gcc-4.5.1/configure --with-gmp-include=$PWD/gmp --with-gmp-lib=$PWD/gmp/.libs
Thanks,
Hari