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 install issue while building prebuilt tar ball. #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Guys,
I ran the following command to build the prebuilt tarball downloaded from the 
code base.

I get the error given below.Please guide--

<instantiation>:90:1: warning: ignoring directive for now
.ifc "%rdi", "%rdi"
^
./objc_msgSend.x86-64.S:149:2: note: while in macro instantiation
 MSGSEND %rdi, %rsi
 ^
<instantiation>:95:1: error: Encountered a .else that doesn't follow a .if or 
an .elseif
.else
^
./objc_msgSend.x86-64.S:149:2: note: while in macro instantiation
 MSGSEND %rdi, %rsi
 ^
<instantiation>:101:1: error: Encountered a .endif that doesn't follow a .if or 
.else
.endif
^
./objc_msgSend.x86-64.S:149:2: note: while in macro instantiation
 MSGSEND %rdi, %rsi
 ^
<instantiation>:90:1: warning: ignoring directive for now
.ifc "%rsi", "%rdi"
^
./objc_msgSend.x86-64.S:153:2: note: while in macro instantiation
 MSGSEND %rsi, %rdx
 ^
<instantiation>:95:1: error: Encountered a .else that doesn't follow a .if or 
an .elseif
.else
^
./objc_msgSend.x86-64.S:153:2: note: while in macro instantiation
 MSGSEND %rsi, %rdx
 ^
<instantiation>:101:1: error: Encountered a .endif that doesn't follow a .if or 
.else
.endif
^
./objc_msgSend.x86-64.S:153:2: note: while in macro instantiation
 MSGSEND %rsi, %rdx
 ^
objc_msgSend.S:4:1: error: unmatched .ifs or .elses

^
make[1]: *** [objc_msgSend.lo] Error 1
make[1]: Leaving directory `/cctools-839-ld64-134.9/libobjc2'
make: *** [install-recursive] Error 1

Original issue reported on code.google.com by rahul...@gmail.com on 26 Apr 2014 at 8:43