[LLVMdev] compiling SPEC suite using f95

Tanya M. Lattner tonic at nondot.org
Wed Aug 9 10:04:31 PDT 2006


Please file a bug for this.

Thanks,
Tanya

On Wed, 9 Aug 2006, Kenneth Hoste wrote:

>> 
> I managed to solve this problem myself.... The problem was not correctly 
> specifiying the SPEC CPU2000 source directory. configure says the dir was 
> found, but that doesn't mean the sources will be found.
> For future reference:
>
> When you get the error:
>
> make[2]: *** No rule to make target `Output/accum.rbc', needed by 
> `Output/177.mesa.linked.rbc'.  Stop.
>
> You've probably configured using
>
> --with-spec2000=/dir/to/spec/sources
>
> What you should do is:
>
> --with-spec2000=/dir/to/spec/sources/benchspec
>
> Maybe the configure script could be aware of this?
>
> greetings,
>
> Kenneth
>
>



More information about the llvm-dev mailing list