[LLVMbugs] [Bug 13478] New: clang fails to build on OS X with --target=arm-linux-androideabi

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Jul 29 20:55:54 PDT 2012


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

             Bug #: 13478
           Summary: clang fails to build on OS X with
                    --target=arm-linux-androideabi
           Product: clang
           Version: trunk
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: mark at heily.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 8962
  --> http://llvm.org/bugs/attachment.cgi?id=8962
Makefile errors and warnings

Clang will fail to build on Mac OS X if you pass the
--target=arm-linux-androideabi option to the configure script. See the attached
file for the detailed error messages.

Steps to Reproduce:

On a Mac OS X 10.7 system, run the following commands:

#
# Checkout LLVM
#
mkdir clang-svn
cd clang-svn
svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm

#
# Checkout clang
#
cd llvm/tools
svn co http://llvm.org/svn/llvm-project/cfe/trunk clang

#
# Checkout compiler-rt
#
cd ../..
cd llvm/projects
svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt

#
# Build everything 
#
cd ../.. 
mkdir build 
cd build 
../llvm/configure --target=arm-linux-androideabi
make

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



More information about the llvm-bugs mailing list