[Issue 16] New: Programs that use std.parallelism.taskPool hang

2012-10-18 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=16 Bug #: 16 Summary: Programs that use std.parallelism.taskPool hang Classification: Unclassified Product: GDC Version: development Platform: x86_64 OS/Version: Linux Sta

Re: D for embedded system

2012-10-18 Thread Timo Sintonen
I shouldn't have thought there would be any asserts when compiling the library (at least I don't get any). Regards Yes, but I need the library for the cross compiled target, arm-eabi. This target doen not define any os. There are several places where is a test for mac/win/linux and if none

Re: D for embedded system

2012-10-18 Thread Iain Buclaw
On 18 October 2012 16:12, Timo Sintonen wrote: > >> What OS are you working on? > > > Linux I shouldn't have thought there would be any asserts when compiling the library (at least I don't get any). Regards -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0';

Re: D for embedded system

2012-10-18 Thread Timo Sintonen
What OS are you working on? Linux

Re: D for embedded system

2012-10-18 Thread Iain Buclaw
On 18 October 2012 12:36, Timo Sintonen wrote: > I have written programs with C for Arm Cortex controller boards. I think > that D might be an interesting nut simple enough oo language. So far I have > a working gdc for my target, but I can not compile the runtime library > because of too many os

D for embedded system

2012-10-18 Thread Timo Sintonen
I have written programs with C for Arm Cortex controller boards. I think that D might be an interesting nut simple enough oo language. So far I have a working gdc for my target, but I can not compile the runtime library because of too many os related assertions. With my own makefile I can compi