yetist / ios-toolchain-based-on-clang-for-linux

Automatically exported from code.google.com/p/ios-toolchain-based-on-clang-for-linux
0 stars 0 forks source link

make error #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. 
http://code.google.com/p/ios-toolchain-based-on-clang-for-linux/wiki/build_clang
_en
2. Build it, we need remove external headers we added before installation to 
avoid install them to system.

$export LDFLAGS+="-lsupc++"
$./configure --enable-optimized --enable-libcpp --enable-cxx11 --prefix=/usr
$make

What is the expected output? What do you see instead?

this is the output i see:

"*** glibc detected *** 
/home/pi/Build/llvm/llvm-svn/Release+Asserts/bin/llvm-tblgen: munmap_chunk(): 
invalid pointer: 0x00206c50 ***
Stack dump:
0.      Program arguments: 
/home/pi/Build/llvm/llvm-svn/Release+Asserts/bin/llvm-tblgen -I 
/home/pi/Build/llvm/llvm-svn/lib/IR -I /home/pi/Build/llvm/llvm-svn/include -I 
/home/pi/Build/llvm/llvm-svn/include -I /home/pi/Build/llvm/llvm-svn/lib/Target 
/home/pi/Build/llvm/llvm-svn/include/llvm/IR/Intrinsics.td -o 
/home/pi/Build/llvm/llvm-svn/lib/IR/Release+Asserts/Intrinsics.gen.tmp 
-gen-intrinsic"

What version of the product are you using? On what operating system?
i´m on an raspberry pi with Raspian Whezzy

Original issue reported on code.google.com by moritz.f...@gmail.com on 10 Jun 2013 at 3:34

GoogleCodeExporter commented 9 years ago
It should be a problem of Operating system that your used with your raspberry 
pi.

Please try to find a pre-compiled llvm package for it.

Original comment by cjac...@gmail.com on 23 Sep 2013 at 6:47