/Users/timcooijmans/Development/gomobile/pkg/gomobile/work-134315846/go/pkg/tool/darwin_amd64/8l: running /Users/timcooijmans/Development/gomobile/pkg/gomobile/android-ndk-r10d/386/bin/i686-linux-android-gcc failed: exit status 1
/Users/timcooijmans/Development/gomobile/pkg/gomobile/android-ndk-r10d/386/bin/../lib/gcc/i686-linux-android/4.8/../../../../i686-linux-android/bin/ld: internal error in relocate_tls, at /s/ndk-toolchain/src/build/../binutils/binutils-2.24/gold/i386.cc:3114
collect2: error: ld returned 1 exit statusI'm not sure what causes this. This following code from bin-utils is associated with this error:
But I'm not sure what causes it and how to resolve it. By the way I'm not the only one with this problem. See: https://peawee.net/posts/150/
Tim