Hi all<div><br></div><div>I'm trying to build tools from source to get it running in MacOS and I'm following the steps listed in the following link:</div><div><br></div><div><a href="http://wiki.rtems.org/wiki/index.php/Building_Tools">http://wiki.rtems.org/wiki/index.php/Building_Tools</a></div>

<div><br></div><div>Although it is not mentioned that we're supposed to <i>configure</i> GMP, MPC, and MPFR, I'm running the standard <i>configure</i> for these tools.</div><div><br></div><div>When I'm trying to build GCC with the <i>configure</i> options, found in the above mentioned Wiki link, the following happens:</div>

<div><ul><li>it finds gmp.h</li><li>it finds mpc.h</li><li>it finds mpfr.h</li><li>Determine whether libraries are in the correct version ----> no</li></ul></div><div>Checking the <i>config.log </i>file I could see that the libraries were not built for the same architecture GCC is trying to link, which is x86_64 by the way.</div>

<div><br></div><div>Has anyone ever done this before and have an insight on what I could do to get it working?</div><div><br></div><div>Perhaps the issue is when I'm trying to configure GMP, MPC and MPFR, and it's all just a matter of getting the <i>configure</i> options right. What do you guys think?</div>

<div><br></div><div>Cassio</div>