[LLVMdev] llvm-gcc and mips

HyperQuantum hyperquantum at gmail.com
Fri Feb 29 05:23:44 PST 2008


On Thu, Feb 28, 2008 at 7:26 PM, Mike Stump <mrs at apple.com> wrote:
> On Feb 28, 2008, at 4:03 AM, HyperQuantum wrote:

>  > llvm-gcc: error trying to exec 'cc1': execvp: No such file or
>  > directory
>
>  Do:
>
>    find . -name cc1 -print
>
>  to find cc1 in the build directory.  Then, copy this file by hand to
>  to llvm-gcc -print-prog-name=cc1.

The destination was unclear, it just printed "cc1" without a
directory. But I found where to put it by looking where cc1 is located
for the other GCCs on my PC. At least I got llvm-gcc running again.
Thanks.



More information about the llvm-dev mailing list