-
Need to add a SPARC VxWorks 6.7 OSAL BSP so that the OSAL unit tests for VxWorks can build and run right from the OSAL directory out of the box (assuming that you have an installation of the SPARC BSP…
-
The OSAL library is essentially three separate libraries sharing a common API. The VxWorks, Rtems, and Posix implementations do not share any code aside from the common osapi header files. Depending…
-
Missions/Projects may have the need/requirement to use specific implementations of functions provided by third party libraries i.e. ARINC 653 does not include a printf function.
Third party libra…
-
## Summary
In the ARINC653 property set, some properties are applicable to processor components only. However, if we model a multi-core architecture as a system component, it becomes necessar…
-
I run the following command, and the issue occurred.
```
$ ./build_ocarina.sh --scenario=fresh-install --prefix=$PWD/ocarina_install
```
The logs are as follows:
```
$ ./build_ocarina.sh --sce…
-
OSATE includes the ARINC653 property set from the ARINC 653 Annex, and the Data_Model and Base_Types files from the Data Modeling Annex. I would expect the Code_Generation_Properties property set from…
-
## Summary
Xtext is rebuilding all open AADL resources which reference a contributed property set whenever any file in the workspace is changed. This was observed while debugging an issue with the gr…
-
-
Hello!
OCARINA VERSION: Ocarina 2017.x (Working Copy from r1deadbb)
HOST MACHINE and OPERATING SYSTEM: Ubuntu 16.04.3 LTS (kernel 4.4.0-101-generic) 64-bit
COMPILER VERSION: GNATL…
-
DESCRIPTION:
Now I can use OSATE tools to generate C code based on the VxWorks653 System through adding the plugin Ocarina,But I don't understand the mechanism of Ocarina plugin. In simple …