<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div>       I'm new to LLVM and I want to setup the Trident Compiler system on Mac OS X. I downloaded the <span class="Apple-style-span" style="font-family: 'Lucida Grande'; ">llvm-gcc-4.2-2.4.source.tar.gz package, created a build directory and ran the following command to configure </span></div><div><font class="Apple-style-span" face="'Lucida Grande'"><br></font></div><div><font class="Apple-style-span" face="Monaco" size="2"><span class="Apple-style-span" style="font-size: 10px;">$ ../src/configure --program-prefix=llvm- --disable-bootstrap --enable-checking --enable-languages=c,c++</span></font></div><div><font class="Apple-style-span" face="Monaco" size="2"><span class="Apple-style-span" style="font-size: 10px;">$ make -j 2</span></font></div><div><font class="Apple-style-span" face="'Lucida Grande'"><br></font></div><div><font class="Apple-style-span" face="'Lucida Grande'">Configure works fine, but I get the following error after running the make command:</font></div><div><font class="Apple-style-span" face="'Lucida Grande'"><br></font></div><div><font class="Apple-style-span" face="'Lucida Grande'"><div><font class="Apple-style-span" face="Monaco" size="2"><span class="Apple-style-span" style="font-size: 10px;">gcc -c   -g -O2 -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  -mdynamic-no-pic -DHAVE_CONFIG_H -I. -I. -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/../include -I./../intl -I../../src/gcc/../libcpp/include  -I../../src/gcc/../libdecnumber -I../libdecnumber    ../../src/gcc/tree-nested.c -o tree-nested.o</span></font></div><div><font class="Apple-style-span" face="Monaco" size="2"><span class="Apple-style-span" style="font-size: 10px;">../../src/gcc/tree-nested.c: In function 'convert_tramp_reference':</span></font></div><div><font class="Apple-style-span" face="Monaco" size="2"><span class="Apple-style-span" style="font-size: 10px;">../../src/gcc/tree-nested.c:1846: error: 'BUILT_IN_ADJUST_TRAMPOLINE' undeclared (first use in this function)</span></font></div><div><font class="Apple-style-span" face="Monaco" size="2"><span class="Apple-style-span" style="font-size: 10px;">../../src/gcc/tree-nested.c:1846: error: (Each undeclared identifier is reported only once</span></font></div><div><font class="Apple-style-span" face="Monaco" size="2"><span class="Apple-style-span" style="font-size: 10px;">../../src/gcc/tree-nested.c:1846: error: for each function it appears in.)</span></font></div><div><font class="Apple-style-span" face="Monaco" size="2"><span class="Apple-style-span" style="font-size: 10px;">make[2]: *** [tree-nested.o] Error 1</span></font></div><div><font class="Apple-style-span" face="Monaco" size="2"><span class="Apple-style-span" style="font-size: 10px;">make[1]: *** [all-gcc] Error 2</span></font></div><div><font class="Apple-style-span" face="Monaco" size="2"><span class="Apple-style-span" style="font-size: 10px;">make: *** [all] Error 2</span></font></div><div><br></div><div>How can I resolve this error?</div><div><br></div><div>Best regards,</div><div><br></div><div>Elvis Dowson</div></font></div></body></html>