Strange error in DGC for Arm (2.0.59 with gcc 4.7.2)

2013-08-06 Thread Timofei Bolshakov
Hello! I got strange problem. When I am trying to send a message containing a struct of size 30 I am getting a strange exception: core.exception.AssertError@/home/tbolshakov/x-tools/arm-unknown-linux-gnueabi-gdc/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/include/d/std/variant.d(280): target must

Re: Build errors with GDC

2012-07-06 Thread Timofei Bolshakov
On gcc-4.8-20120701 it does not work either: echo timestamp > s-genrtl-h gcc -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-

Re: Build errors with GDC

2012-07-06 Thread Timofei Bolshakov
#x27; make: *** [all] Error 2 On Friday, 6 July 2012 at 07:21:45 UTC, Iain Buclaw wrote: On 6 July 2012 02:14, Alex Rønne Petersen wrote: On 06-07-2012 00:39, Timofei Bolshakov wrote: I have the same problem ... Using the wrong GCC version. I've removed all backwards compatibility

Re: Build errors with GDC

2012-07-05 Thread Timofei Bolshakov
I have the same problem ... Using the wrong GCC version. I've removed all backwards compatibility Do you mean I need 4.6.2?