make LLVM_VERSION_INFO=2.0-svn-iphone-dev-0.3-svn
c++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings
-pedantic -Wno-long-long -Wno-variadic-macros -DHAVE_CONFIG_H -Wno-unused
-DTARGET_NAME=\"arm-apple-darwin\" -DNDEBUG -DENABLE_LLVM
-I/home/iphone-dev/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/home/iphone-dev/llvm-svn/include -I/home/iphone-dev/llvm-svn/include
../../../llvm-gcc-4.0-iphone/gcc/llvm-backend.cpp -o llvm-backend.o
../../../llvm-gcc-4.0-iphone/gcc/llvm-backend.cpp: In function ‘void
llvm_initialize_backend()’:
../../../llvm-gcc-4.0-iphone/gcc/llvm-backend.cpp:165: error: expected
initializer before ‘’ token
../../../llvm-gcc-4.0-iphone/gcc/llvm-backend.cpp:167: error: ‘TME’ was not
declared in this scope
../../../llvm-gcc-4.0-iphone/gcc/llvm-backend.cpp:181: error: ‘TME’ was not
declared in this scope
../../../llvm-gcc-4.0-iphone/gcc/llvm-backend.cpp:191: error:
‘createBFS_DAGScheduler’ was not declared in this scope
../../../llvm-gcc-4.0-iphone/gcc/llvm-backend.cpp: In function ‘void
llvm_asm_file_end()’:
../../../llvm-gcc-4.0-iphone/gcc/llvm-backend.cpp:483: error: no matching
function for call to ‘llvm::PointerType::get(const llvm::IntegerType&)’
/home/iphone-dev/llvm-svn/include/llvm/DerivedTypes.h:374: note: candidates
are: static llvm::PointerType* llvm::PointerType::get(const llvm::Type*,
unsigned int)
../../../llvm-gcc-4.0-iphone/gcc/llvm-backend.cpp:500: error: no matching
function for call to ‘llvm::PointerType::get(const llvm::IntegerType*&)’
/home/iphone-dev/llvm-svn/include/llvm/DerivedTypes.h:374: note: candidates
are: static llvm::PointerType* llvm::PointerType::get(const llvm::Type*,
unsigned int)
../../../llvm-gcc-4.0-iphone/gcc/llvm-backend.cpp: In function ‘void
AddAnnotateAttrsToGlobal(llvm::GlobalValue*, tree_node*)’:
../../../llvm-gcc-4.0-iphone/gcc/llvm-backend.cpp:718: error: no matching
function for call to ‘llvm::PointerType::get(const llvm::IntegerType*&)’
/home/iphone-dev/llvm-svn/include/llvm/DerivedTypes.h:374: note: candidates
are: static llvm::PointerType* llvm::PointerType::get(const llvm::Type*,
unsigned int)
make[1]: * [llvm-backend.o] Ошибка 1
make[1]: Leaving directory `/home/iphone-dev/build/llvm-gcc-4.0-iphone/gcc'
make: * [all-gcc] Ошибка 2
Comment #1
Posted on Feb 10, 2008 by Quick RabbitOS Debian stable i686
Comment #2
Posted on Apr 15, 2008 by Massive CatGot the same problem !
It's not exactly like Issue #70 !
Comment #3
Posted on May 4, 2008 by Happy LionI got the same problem. Did someone fix it?
Comment #4
Posted on May 4, 2008 by Quick Rabbitget other revisin of llvm
Comment #5
Posted on Jun 2, 2008 by Happy Rhinogot the same problem with "all" revs of LLVM till 49604 (after this rev I cant compile because of LLVMBuilder.h which is renamed to IRBuilder.h) even with 42498 of this page : http://code.google.com/p/iphone-dev/wiki/Building
../../../llvm-gcc-4.0-iphone/gcc/llvm-backend.cpp:165: error: expected initializer before ‘*’ token ../../../llvm-gcc-4.0-iphone/gcc/llvm-backend.cpp:167: error: ‘TME’ was not declared in this scope ../../../llvm-gcc-4.0-iphone/gcc/llvm-backend.cpp:181: error: ‘TME’ was not declared in this scope
this error can be fixed by editing llvm-backend.cpp at line 165 : replace "Entry * TME" by "entry * TME"
as for the others I have no idea...
the interesting thing that these errors do not appear under Kubuntu-kde4 with gcc-4.2.3 I'm trying to build it under Arch Linux and both gcc-4.3.0 and gcc-4.2.3 output these errors
Status: New
Labels:
Type-Defect
Priority-Medium