Re: Exceptions in ARM

2014-03-09 Thread Timo Sintonen
Now I got the exceptions to work. I have not been able to find how to control the libgcc build process. The configure script seems not to know that I give different defaults for the compiler in --with switches. Configure still assumes the compiler defaults arm mode although it is in thumb mod

Re: GDC Project page updated

2014-03-09 Thread Iain Buclaw
On 9 March 2014 12:26, Johannes Pfau wrote: > Am Sun, 9 Mar 2014 11:46:18 + > schrieb Iain Buclaw : > >> On Mar 5, 2014 5:00 PM, "Bruno Medeiros" >> wrote: >> > >> > On 16/01/2014 16:45, Iain Buclaw wrote: >> >> >> >> Updated the GDC Project page with some better information. >> >> >> >> http

Re: GDC Project page updated

2014-03-09 Thread Johannes Pfau
Am Sun, 9 Mar 2014 11:46:18 + schrieb Iain Buclaw : > On Mar 5, 2014 5:00 PM, "Bruno Medeiros" > wrote: > > > > On 16/01/2014 16:45, Iain Buclaw wrote: > >> > >> Updated the GDC Project page with some better information. > >> > >> http://gdcproject.org > >> > >> > >> Also got started on a Pro

Re: ICE due to unsupported target

2014-03-09 Thread Iain Buclaw
On Mar 8, 2014 9:40 AM, "Johannes Pfau" wrote: > > Am Sat, 08 Mar 2014 09:12:48 + > schrieb "Mike" : > > > On Saturday, 8 March 2014 at 08:09:29 UTC, Timo Sintonen wrote: > > > > > > Why do you need synchronized? Are you building some kind of > > > multithreading library? > > > > I don't need

Re: GDC Project page updated

2014-03-09 Thread Iain Buclaw
On Mar 5, 2014 5:00 PM, "Bruno Medeiros" wrote: > > On 16/01/2014 16:45, Iain Buclaw wrote: >> >> Updated the GDC Project page with some better information. >> >> http://gdcproject.org >> >> >> Also got started on a ProjectIdeas page, as the list of things that I'm >> currently keeping under my um

Re: Exceptions in ARM

2014-03-09 Thread Johannes Pfau
Am Sun, 09 Mar 2014 07:57:45 + schrieb "Timo Sintonen" : > Now I got the exceptions to work. > > I have not been able to find how to control the libgcc build > process. The configure script seems not to know that I give > different defaults for the compiler in --with switches. Configure >

Re: Exceptions in ARM

2014-03-09 Thread Mike
On Sunday, 9 March 2014 at 07:57:46 UTC, Timo Sintonen wrote: Now I got the exceptions to work. Nice Work! Congratulations! I read your wiki, but didn't see your source code yet (I assume its coming, yes?). Anyway, thanks for sharing this information. Mike