www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ldc - status about uClibc

reply dangbinghoo <dangbinghoo gmail.com> writes:
hi,

so what's the status with support for uClibc? I have tried to 
building ldc-runtime with tripple mips-linux-uclibc, it 
successfully built, but, when I finally linking the d app, it 
failed with linking some C libc functions, and use readelf 
--dyn-syms to read libphobos, it shows that the .so is still 
targeted at Glibc.


is ldc now support uClibc?

Thanks!
---
binghoo dang
Apr 20 2020
parent kinke <noone nowhere.com> writes:
On Tuesday, 21 April 2020 at 06:02:43 UTC, dangbinghoo wrote:
 so what's the status with support for uClibc?
See https://github.com/ldc-developers/ldc/issues/2995, which is for MIPS + uClibc.
Apr 21 2020