Re: __sync_-builtins cause undefined references on some sparc targets

2017-02-27 Thread Jan Sommer
On Montag, 27. Februar 2017 22:07:56 CET Eric Botcazou wrote: > > "This __sync_() stuff seems to be used in several places in GCC. So, > > changing libbacktrace is probably not enough. We need a general solution > > for the __sync_() builtins on RTEMS. I don't think GCC can be changed to > > emit _

Re: gnat 4.9.2 on arm with rtems

2015-10-28 Thread Jan Sommer
2015, 17:04:53 schrieb Joel Sherrill: > > On October 26, 2015 5:02:07 PM EDT, Jan Sommer > wrote: > >Am Monday 26 October 2015, 15:09:34 schrieb Joel Sherrill: > >> > >> On 10/26/2015 3:02 PM, Jan Sommer wrote: > >> > Am Monday 26 Octobe

Re: gnat 4.9.2 on arm with rtems

2015-10-26 Thread Jan Sommer
Am Monday 26 October 2015, 15:09:34 schrieb Joel Sherrill: > > On 10/26/2015 3:02 PM, Jan Sommer wrote: > > Am Monday 26 October 2015, 08:26:57 schrieb Joel Sherrill: > >> Hi > >> > >> I am on travel this week but I thought we had this problem > >&

Re: gnat 4.9.2 on arm with rtems

2015-10-26 Thread Jan Sommer
Am Monday 26 October 2015, 08:26:57 schrieb Joel Sherrill: > Hi > > I am on travel this week but I thought we had this problem > solved. I poked on a build server I used but can't find > the change and it doesn't look to be committed. > Yes, it was me back then too ;-) I have been occupied the l

Re: gnat 4.9.2 on arm with rtems

2015-10-25 Thread Jan Sommer
Am Sunday 25 October 2015, 18:13:53 schrieb Arnaud Charlet: > > After rtems initialization a thread is created which calls the gnat_main > > function and then runs the rts and the task. > > What I see so far is that after the hello_tasks delays itself the > > Complete_Master procedure (s-tassta.adb

gnat 4.9.2 on arm with rtems

2015-10-25 Thread Jan Sommer
Hello, I try to get the a working gnat toolchain running to build binaries for the raspberry pi with rtems4.11. For debugging purposes the pi is emulated in qemu. Currently I try to get the following basic tasking example to run: with Text_IO; use Text_IO; procedure Hello is task Hello_Tas