<html><body>
<p>Hi Ralf,<br>
<br>
 I have set  <arm tool install point>/bin  in the $ PATH which include   arm-rtems4.7-gcc.exe , autoconf etc.  files.    I am not doing any thing with the cc1. <br>
 I am also giving prefix in configure command like - - prefix=/h/RTEMS/msys/arm/bin    . As I said prefix has no effect. If it has then why it is giving error for $PATH like "No acceptable  C compiler found in $PATH" ?<br>
<br>
 Regards.<br>
  <br>
<br>
<img src="cid:10__=4EBBF901DFC08CE48f9e8a93df93@philips.com" width="16" height="16" alt="Inactive hide details for Ralf Corsepius <ralf.corsepius@rtems.org>">Ralf Corsepius <ralf.corsepius@rtems.org><br>
<br>
<tt><br>
On Tue, 2007-11-13 at 07:59 -0600, Joel Sherrill wrote:<br>
> + MinGW doesn't run on Vista correctly.  The native compiler<br>
>     dies compiling hello world with a message like<br>
>      "cc1 not found". <br>
cc1 not found indicates a toolchain relocation error.<br>
In general, GCCs based toolchains are not relocatible and must be<br>
installed into the prefix they have been configured for.<br>
<br>
>  We searched online and others have<br>
>      run into this but the only solution I saw was to put the<br>
>      directory with cc1 in your PATH but that results in the<br>
>      RTEMS cross compiler finding the native cc1 not the<br>
>      cross one.<br>
Right. As you might recall, cross tools are named <host>-<tool>.<br>
<br>
You MUST not put the directory containing cc1 into $PATH.<br>
<br>
Ralf<br>
<br>
<br>
</tt><br>
</body></html>