Jerome Hugues
Jerome Hugues
From the error messages, it is likely that the makefile is using an env. variable that is missing
@AtirChaudary, can you please send us a patch with your corrections ? These would also help us providing an updated version of the tool. Thanks
No, I did not hear back from @AtirChaudary since last August. And I lack resources to update these models.
In the makefile, replace `arinc653_properties.aadl` with `arinc653.aadl`.
Use this: https://github.com/OpenAADL/ocarina-build
Your GNAT is definitely too old, the tool compiles just fine
Chances are that you put gnat community at the end of your path. It should be in front so that you use gprbuild from GNAT CE and not the one...
Thanks for reporting. Yes, this support has never been implemented. A work-around is to use an array of char. I will look into implementing this feature when time permits.
With these patches, the issue is solved for PolyORB-HI/C
This patch is quite complex. It introduces new services to allocate a request from an existing pool. See - example/aadlv2/flight-mgmt example for a user-controlled example - updates in drivers to...