Once AdaMagic converts Ada runtime to C/C++, can it be re-hosted on a different OS?
The Ada run-time is written in Ada 95, and then translated to C/C++. The run-time is layered, and is re-hostable on various operating systems. As delivered, it depends only on C’s native setjmp/longjmp, but is structured to allow re-hosting on POSIX-like OS’s, or other RTOS’s that have support for threads and some kind of “mutex”.
Related Questions
- I own the Palm OS (or other version) of DSSxxxx, and I just changed to a Pocket PC (or other device with a completely different OS). Can I update my program to the other version?
- Currently under OS/390 2.7, the IBCNU utility requires the LE runtime routine CEEULATR. Where can I link this module from?
- What version of the Java Runtime Environment do I need to run ASSIST software on Mac OS 10.x?