Dima Pulkinen

Results 153 comments of Dima Pulkinen

I haven't updated NGTC in a while, possibly there are more issues with it. I will take a look soon.

Just had this error with libc++.so not linking properly (undefined reference to `__udivti3`). I tried adding `-lgcc` to the failing command and it worked. Now I'm building using gcc instead...

The workaround here is crude, but it works: manually edit `build.ninja` and add `-lgcc` to LINK_LIBRARIES of `lib/libc++.so.1.0`.

I was finally able to compile working toolchain. Also, updated the latest [binary build](http://golovin.in/x86_64-pc-linux-musl.tar.gz), it successfully compiled C and C++ test programs.

I haven't built ngtc for a while, so I doubt that patches would still apply cleanly without modification. Using EasyOS's containers instead of Docker shouldn't be a problem, just run...

Just updated the patches, you can try building it in EasyOS's container.

Ideally I want to support sanitizers, but just disabling them is OK for now

I was able to compile compiler_rt with sanitizers, it required installation of BSD-licensed libexecinfo, otherwise builds just as usual.

The following branches were created: - [9.0.0](https://github.com/tpimh/ngtc/tree/version-9.0.0) - [9.0.1](https://github.com/tpimh/ngtc/tree/version-9.0.1) - [10.0.0](https://github.com/tpimh/ngtc/tree/version-10.0.0) - [10.0.1](https://github.com/tpimh/ngtc/tree/version-10.0.1) - [11.0.0](https://github.com/tpimh/ngtc/tree/version-11.0.0)