http://llvm.org/bugs/show_bug.cgi?id=12316

             Bug #: 12316
           Summary: Can't build clang on linux the compilation fails in
                    /llvm/build/tools/clang/runtime/compiler-rt
           Product: compiler-rt
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: compiler-rt
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


I followed the get started page: http://clang.llvm.org/get_started.html
instructions on how to compile clang.
when I build (step 5):
cd build
../llvm/configure
make

I got:


make[3]: Entering directory '/home/eyal/llvm/build/tools/clang/runtime'
make[4]: Entering directory
'/home/eyal/llvm/build/tools/clang/runtime/compiler-rt'
make[4]: *** No rule to make target 'RuntimeLibrary.linux', needed by
'all-local'. Stop.
make[4]: Leaving directory
'/home/eyal/llvm/build/tools/clang/runtime/compiler-rt'
make[3]: *** [compiler-rt/.makeall] Error 2
make[3]: Leaving directory '/home/eyal/llvm/build/tools/clang/runtime'
make[2]: *** [all] Error 1
make[2]: Leaving directory '/home/eyal/llvm/build/tools/clang'
make[1]: *** [clang/.makeall] Error 2
make[1]: Leaving directory '/home/eyal/llvm/build/tools'
make: *** [all] Error 1

I tried to do step 6 and compile again (after make clean) but I got the same
error.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to