From: Stefan L. <ton...@us...> - 2012-07-12 21:03:15
|
>> However, I still get an get an error during the build(*): >> > It looks like its trying to build for the host instead of the AVR target. > What is your configure options set to? ./configure --disable-optimized --enable-targets=avr > Is this error part of the LLVM build or are you trying to do a make in > projects/compiler-rt ? It's part of the LLVM build (just "make" in the llvm directory), but since I did have compiler-rt checked out in the projects folder as described in "Getting Started: Building and Running Clang" (http://clang.llvm.org/get_started.html) it got built too. The tests were run with "make check" in the llvm\test directory. I've now tried building without checking out compiler-rt, since you made it sound like it wasn't crucial for the AVR target, and the build came through without any errors. Thanks for the help. |