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 _
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
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
> >&
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
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
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