[LLVMdev] llvm-test make problems

Reid Spencer rspencer at reidspencer.com
Fri May 4 06:57:10 PDT 2007


Florian,

I don't know. This doesn't happen for me.  I use make 3.80. The only things I can think of:

1. Is your "opt" tool built?
2. Has the PROGRAMS_TO_TEST make variable been subverted somehow?
3. Do you have strange environment settings that affect make?

Reid.
 
On Fri, 04 May 2007 15:29:24 +0200
 Florian Brandner <fbrandne at mail.tuwien.ac.at> wrote:
>Reid Spencer wrote:
>
>> Have you modified the makefile in any way?  Note that sse.expantfft.bc should be sse.expandfft.bc
>
>no, did'nt change it.
>the typo before seems to be an error while copying from the terminal.
>
>i've cleaned everything and tried again. this is the messsage:
>
>[brandner:/localtmp/brandner/dev/llvm-test:529] make -j1 TEST=nightly
>2>&1 | tee report.nightly.raw.out
>make[1]: Entering directory `/localtmp/brandner/dev/llvm-test/SingleSource'
>make[2]: Entering directory
>`/localtmp/brandner/dev/llvm-test/SingleSource/UnitTests'
>make[3]: Entering directory
>`/localtmp/brandner/dev/llvm-test/SingleSource/UnitTests/Vector'
>make[4]: Entering directory
>`/localtmp/brandner/dev/llvm-test/SingleSource/UnitTests/Vector/SSE'
>make[4]: *** No rule to make target `Output/sse.expandfft.linked.rbc',
>needed by `Output/sse.expandfft.linked.bc'.  Stop.
>make[4]: Leaving directory
>`/localtmp/brandner/dev/llvm-test/SingleSource/UnitTests/Vector/SSE'
>make[3]: *** [test] Error 1
>make[3]: Leaving directory
>`/localtmp/brandner/dev/llvm-test/SingleSource/UnitTests/Vector'
>make[2]: *** [test] Error 1
>make[2]: Leaving directory
>`/localtmp/brandner/dev/llvm-test/SingleSource/UnitTests'
>make[1]: *** [UnitTests/.maketest] Error 2
>make[1]: Leaving directory `/localtmp/brandner/dev/llvm-test/SingleSource'
>make: *** [SingleSource/.maketest] Error 2
>
>
>




More information about the llvm-dev mailing list