UNIX Compilation Environment The prototype executable consists of three components: ● Code generated by the Code Generator that reflects the Rational Statemate model. ● Additional user-provided source files and libraries. ● Runtime library modules (refer to the following table). : File Description Code Generator Intrinsics: libintrinsic.a for K&R C libaintrinsic.a for ANSI C Scheduler Library (not always needed): libscheduler.a for real time libsim_scheduler.a for simulated time Debugger Module: libdbg.a needed only when using debug facilities
The prototype executable consists of three components: