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

             Bug #: 15002
           Summary: Error when running make
           Product: Build scripts
           Version: 3.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Makefiles
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


When I run "make" it gave me the error I show below:

llvm[4]: Linking Debug+Asserts executable clang
clang: error: unable to execute command: Killed
clang: error: linker command failed due to signal 2 (use -v to see invocation)
clang: note: diagnostic msg: Please submit a bug report to
http://llvm.org/bugs/ and include command line arguments and all diagnostic
information.
clang: note: diagnostic msg: Error generating preprocessed source(s) - no
preprocessable inputs.
make[4]: *** [/usr/build/Debug+Asserts/bin/clang] Error 254
make[4]: se sale del directorio «/usr/build/tools/clang/tools/driver»
make[3]: *** [all] Error 1
make[3]: se sale del directorio «/usr/build/tools/clang/tools»
make[2]: *** [all] Error 1
make[2]: se sale del directorio «/usr/build/tools/clang»
make[1]: *** [clang/.makeall] Error 2
make[1]: se sale del directorio «/usr/build/tools»
make: *** [all] Error 1


How could I solve this error? I don't understand the error at all.

-- 
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