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
Cross-compiler
Re: Cross-compiler
I didn't notice any difference. I just untarred gmp-5.0.1 into the gcc directory, renamed it to gmp and did a normal configure with target and prefix.
What do you think changed ?
What do you think changed ?
If a trainstation is where trains stop, what is a workstation ?