Re: build failures for Clang
[email protected] (Christos Zoulas)
| Newsgroups | gmane.os.netbsd.devel.toolchain |
|---|---|
| Message-ID | <[email protected]> |
In article <[email protected]>, Roland Illig <[email protected]> wrote: >Hi, > >since several weeks the Clang builds are failing. months actually :-) >https://releng.netbsd.org/cgi-bin/builds.cgi > >I already fixed a few of the previous build failures, but I am clueless >with this one, which makes 6 of the 8 builds fail: > >undefined reference to `std::__1::codecvt<char, char, int>::id' > >Could someone familiar with the C++ standard library perhaps have a look >at this? joerg@ mentioned that we need to upgrade and he would do it. >evbarm-aarch64 fails with: > >/usr/include/arm/lock.h:212:20: error: > invalid instruction, did you mean: > stcl, stl, stlb, stlh, str, strb, strd, strh, strt? > __asm __volatile("stlr\t%0, [%1]" > >evbarm-earmv6hf fails even more spectacularly by triggering an internal >compiler error in Clang: > >xsrc/external/mit/xf86-video-nouveau/dist/src/nv10_exa.c > >Any idea how to fix these remaining issues? Used to be stl before... christos