Cross-compiler

All about the OSDev Wiki. Discussions about the organization and general structure of articles and how to use the wiki. Request changes here if you don't know how to use the wiki.
Post Reply
Hari
Posts: 1
Joined: Wed Sep 01, 2010 12:10 pm

Cross-compiler

Post by Hari »

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
gerryg400
Member
Member
Posts: 1801
Joined: Thu Mar 25, 2010 11:26 pm
Location: Melbourne, Australia

Re: Cross-compiler

Post by gerryg400 »

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 ?
If a trainstation is where trains stop, what is a workstation ?
Post Reply