Re: D for embedded system

2012-10-23 Thread Timo Sintonen
On Tuesday, 23 October 2012 at 16:37:11 UTC, Martin Nowak wrote: Are there any patches required to build a cross-gdc? Before compiling gcc-package there should be binutils and libc for the target installed. Binutils is the gnu binutils package and as libc I have used newlib, which is a light

[Issue 18] callgraph error (?) when using -fdebug and sort!del(some_array)

2012-10-23 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=18 Roy Crihfield changed: What|Removed |Added CC||rscr...@gmail.com --- Comment #3 from Roy

[Issue 18] callgraph error (?) when using -fdebug and sort!del(some_array)

2012-10-23 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=18 lt.infiltra...@gmail.com changed: What|Removed |Added CC||lt.infiltra...@gmail.com -- Co

[Issue 18] callgraph error (?) when using -fdebug and sort!del(some_array)

2012-10-23 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=18 --- Comment #2 from lt.infiltra...@gmail.com 2012-10-23 21:51:53 UTC --- Created attachment 10 --> http://gdcproject.org/bugzilla/attachment.cgi?id=10 gdc command and error for gdc from Debian's repo -- Configure issuemail: http://gdcproject.or

[Issue 18] callgraph error (?) when using -fdebug and sort!del(some_array)

2012-10-23 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=18 --- Comment #1 from lt.infiltra...@gmail.com 2012-10-23 21:49:48 UTC --- Created attachment 9 --> http://gdcproject.org/bugzilla/attachment.cgi?id=9 gdc command and error -- Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=

[Issue 18] callgraph error (?) when using -fdebug and sort!del(some_array)

2012-10-23 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=18 lt.infiltra...@gmail.com changed: What|Removed |Added Severity|blocker |major -- Configure issuemail:

[Issue 18] New: callgraph error (?) when using -fdebug and sort!del(some_array)

2012-10-23 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=18 Bug #: 18 Summary: callgraph error (?) when using -fdebug and sort!del(some_array) Classification: Unclassified Product: GDC Version: 4.7.x Platform: x86_64 OS/

Making a Debian package for GDC

2012-10-23 Thread H. S. Teoh
So, I finally managed to get GDC (git gdc-4.7 branch) to build correctly. I'd like to make an uploadable .deb of it... what are the steps? I looked over debian/rules* and debian/README.maintainers, and I still can't figure out exactly what must be done to setup the package. Is there any documentat

Re: D for embedded system

2012-10-23 Thread Iain Buclaw
On 23 October 2012 17:37, Martin Nowak wrote: > On Saturday, 20 October 2012 at 15:27:34 UTC, Timo Sintonen wrote: > >> STM32F0 may be too small. > > > Yeah probably. Are there any patches required to build a > cross-gdc? > Nope - building a cross-compiler should be available in the gcc make infr

Re: D for embedded system

2012-10-23 Thread Martin Nowak
On Saturday, 20 October 2012 at 15:27:34 UTC, Timo Sintonen wrote: STM32F0 may be too small. Yeah probably. Are there any patches required to build a cross-gdc?