On Mon, Feb 21, 2022 at 5:28 AM <d...@synergy.org> wrote: > > Hello, > > Is there a current Quick Start/Ada document for version 5? I've chased some > older versions. I have a running C/C++ environment, but I'd like to convert > over to Ada.
Building the tools only requires adding --with-ada to the RSB line you used to build C and C++ tools. https://docs.rtems.org/branches/master/user/rsb/project-sets.html This should be a functional Ada example but I don't recall when I last built it to be sure. I know I have provided someone with a working one in the past few months. This should just work if you are on one of the architectures GNAT supports. And that's most of them. As a disclaimer, mapping fro hardware exceptions like floating point to Ada exceptions requires architecture specific support which is not available on all architectures. Patches welcomed. --joel > > Regards, > David > > > > _______________________________________________ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/listinfo/devel _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel