This is what I get when I try to build: http://pastie.org/private/tkvb5dz3xmzbgyvi7w At the top, there are a ton of warnings emitted by tablegen building Hexagon .inc files. At the bottom there is a failure when building the clang driver, complaining about finding `DEFAULT_SYSROOT` I'm building with ninja (generated by CMake). --Sean Silva -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120418/70d0b17f/attachment.html>
Hi Sean, The warnings started w/ r154616. There's active commentary on that thread in llvm-commits to get the committer to fix the problem. -Jim On Apr 18, 2012, at 10:50 AM, Sean Silva wrote:> This is what I get when I try to build: > > http://pastie.org/private/tkvb5dz3xmzbgyvi7w > > At the top, there are a ton of warnings emitted by tablegen building Hexagon .inc files. > > At the bottom there is a failure when building the clang driver, complaining about finding `DEFAULT_SYSROOT` > > I'm building with ninja (generated by CMake). > > --Sean Silva > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120418/b1f299a4/attachment.html>
Jim's comment handles the tablegen stuff... On Wed, Apr 18, 2012 at 10:50 AM, Sean Silva <silvas at purdue.edu> wrote:> At the bottom there is a failure when building the clang driver, > complaining about finding `DEFAULT_SYSROOT` > > I'm building with ninja (generated by CMake). >Have you updated both LLVM and Clang? This was a relatively recent change, but everything is working on my end (and on others' ends)... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120418/b11ff1dd/attachment.html>
On 18 April 2012 13:50, Sean Silva <silvas at purdue.edu> wrote:> This is what I get when I try to build: > > http://pastie.org/private/tkvb5dz3xmzbgyvi7w > > At the top, there are a ton of warnings emitted by tablegen building Hexagon > .inc files. > > At the bottom there is a failure when building the clang driver, complaining > about finding `DEFAULT_SYSROOT` > > I'm building with ninja (generated by CMake).What do you get if you grep the build directory for DEFAULT_SYSROOT?> --Sean Silva >Cheers, Rafael
On Apr 18, 2012, at 1:00 PM, Chandler Carruth <chandlerc at google.com> wrote:> Jim's comment handles the tablegen stuff... > > On Wed, Apr 18, 2012 at 10:50 AM, Sean Silva <silvas at purdue.edu> wrote: > At the bottom there is a failure when building the clang driver, complaining about finding `DEFAULT_SYSROOT` > > I'm building with ninja (generated by CMake). > > Have you updated both LLVM and Clang? This was a relatively recent change, but everything is working on my end (and on others' ends)...Andy was having this problem yesterday as well. Did you end up figuring out why Andy? -eric