You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i've fixed that issue just yesterday in musl-cross GregorR/musl-cross@7601571 (at least for gcc 4.7.4). which gcc version are you trying to build ? also note that the bitbucket repo is unmaintained.
I'm not sure if this "issue" should be here or on the musl-cross repo.
However, when trying to
./bootstrap
with GCC 6.3.0 installed. I received this error.Which seems to be related to this https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69959.
Another example LibreELEC/LibreELEC.tv#384 recommends using
export CXXFLAGS="$CXXFLAGS -std=gnu++98"
to remedy this.However, I do not know what impact that has.
I recreated this on Debian Sid and in a docker container using
debian:stretch
.Installing clang instead of gcc seemed to resolve this.
The text was updated successfully, but these errors were encountered: