[LLVMdev] llvm-gcc compilation error: BUILT_IN_ADJUST_TRAMPOLINE undeclared

Johan Cockx johan at sikanda.be
Tue Nov 18 01:22:32 PST 2008


llvm-gcc 2.4 doesn't seem to compile;  what is wrong?

This is my first attempt to compile llvm-gcc.
The llvm core compiled without problems.

$ uname -a
Linux ygramoel 2.6.26.5-45.fc9.x86_64 #1 SMP Sat Sep 20 03:23:12 EDT 2008
x86_64 x86_64 x86_64 GNU/Linux
$ gcc -v
...
gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC)
$ svn co http://llvm.org/svn/llvm-project/llvm-gcc-4.2/tags/RELEASE_24llvm-gcc
...
$ cd ../obj/llvm-gcc
$ ../../src/llvm-gcc/configure
...
$ gmake
...
gcc -c   -g -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute
-fno-common   -DHAVE_CONFIG_H -I. -I. -I../../../src/llvm-gcc/gcc
-I../../../src/llvm-gcc/gcc/. -I../../../src/llvm-gcc/gcc/../include
-I../../../src/llvm-gcc/gcc/../libcpp/include
-I../../../src/llvm-gcc/gcc/../libdecnumber -I../libdecnumber
../../../src/llvm-gcc/gcc/tree-nested.c -o tree-nested.o
../../../src/llvm-gcc/gcc/tree-nested.c: In function
'convert_tramp_reference':
../../../src/llvm-gcc/gcc/tree-nested.c:1846: error:
'BUILT_IN_ADJUST_TRAMPOLINE' undeclared (first use in this function)
../../../src/llvm-gcc/gcc/tree-nested.c:1846: error: (Each undeclared
identifier is reported only once
../../../src/llvm-gcc/gcc/tree-nested.c:1846: error: for each function it
appears in.)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081118/7296b04d/attachment.html>


More information about the llvm-dev mailing list