cwalls251 / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

OS X: Error at make LLVM_VERSION_INFO=2.0-svn-iphone-dev-0.3-svn #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. build toolchain
2. problem occurs at make LLVM_VERSION_INFO=2.0-svn-iphone-dev-0.3-svn 

What is the expected output? What do you see instead?
No errors.

Instead see:
make[2]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
c++ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -pedantic -Wno-long-long 
-Wno-variadic-macros -mdynamic-no-pic -DHAVE_CONFIG_H -Wno-unused 
-DTARGET_NAME=\"arm-apple-darwin\" -
DNDEBUG -DENABLE_LLVM -I/Users/gelliott/Desktop/toolchain/llvm-svn/include  
-D_DEBUG  -D_GNU_SOURCE -D__STDC_LIMIT_MACROS 
-DLLVM_VERSION_INFO='"2.0-svn-iphone-dev-0.3-svn"'   -I. -I. -
I../../llvm-gcc-4.0-iphone/gcc -I../../llvm-gcc-4.0-iphone/gcc/. 
-I../../llvm-gcc-4.0-iphone/gcc/../include 
-I../../llvm-gcc-4.0-iphone/gcc/../libcpp/include  
-I/Users/gelliott/Desktop/toolchain/llvm-
svn/include -I/Users/gelliott/Desktop/toolchain/llvm-svn/include 
../../llvm-gcc-4.0-iphone/gcc/llvm-convert.cpp -o llvm-convert.o
../../llvm-gcc-4.0-iphone/gcc/llvm-convert.cpp: In member function 
'llvm::Value* TreeToLLVM::EmitABS_EXPR(tree_node*)':
../../llvm-gcc-4.0-iphone/gcc/llvm-convert.cpp:3203: error: no matching 
function for call to 'TreeToLLVM::EmitBuiltinUnaryFPOp(llvm::Value*&, const 
char [6], const char [5])'
../../llvm-gcc-4.0-iphone/gcc/llvm-internal.h:561: note: candidates are: 
llvm::Value* TreeToLLVM::EmitBuiltinUnaryFPOp(llvm::Value*, 
llvm::Intrinsic::ID, llvm::Intrinsic::ID)
../../llvm-gcc-4.0-iphone/gcc/llvm-internal.h:563: note:                 
llvm::Value* TreeToLLVM::EmitBuiltinUnaryFPOp(llvm::Value*, const char*, const 
char*, const char*)
../../llvm-gcc-4.0-iphone/gcc/llvm-convert.cpp: At global scope:
../../llvm-gcc-4.0-iphone/gcc/llvm-convert.cpp:4410: error: prototype for 
'llvm::Value* TreeToLLVM::EmitBuiltinUnaryFPOp(llvm::Value*, const char*, const 
char*)' does not match any in class 'TreeToLLVM'
../../llvm-gcc-4.0-iphone/gcc/llvm-internal.h:563: error: candidates are: 
llvm::Value* TreeToLLVM::EmitBuiltinUnaryFPOp(llvm::Value*, const char*, const 
char*, const char*)
../../llvm-gcc-4.0-iphone/gcc/llvm-internal.h:561: error:                 
llvm::Value* TreeToLLVM::EmitBuiltinUnaryFPOp(llvm::Value*, 
llvm::Intrinsic::ID, llvm::Intrinsic::ID)
make[1]: *** [llvm-convert.o] Error 1
make: *** [all-gcc] Error 2

What version of the product are you using? On what operating system?
OS X 10.4.10
i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5250)
MacPorts 1.520

Please provide any additional information below.
everything went well until this final step.  probably not a bug, but an issue 
on my end.  would appreciate feedback on how to fix.

Original issue reported on code.google.com by gelli...@gmail.com on 25 Sep 2007 at 5:56

GoogleCodeExporter commented 8 years ago
This is fixed, I just have a horrible internet connection at the moment and 
can't commit.

Original comment by nightwat...@gmail.com on 25 Sep 2007 at 5:58

GoogleCodeExporter commented 8 years ago
Duplicate of issue 59, whoops.

Original comment by nightwat...@gmail.com on 25 Sep 2007 at 5:58