Hello,
I am trying to create NXP RTOS firmware using Design Studio for S32K396. On creating the firmware (example RTOS_example_S32K396_SC2),I get following error on compilation -
../RTOS_S32K396/include/Os_prop_autosar_api.h:47:17: fatal error: Os_prop.h: No such file or directory
Building file: ../board/dcf_config.c
47 | #include "Os_prop.h" /* OS Properties */
| ^~~~~~~~~~~I checked the installation, the mentioned file `Os_prop.h` is not available.
Is there any other package required which provides this file?
Best regards,
Nandan Chaturbhuj
Hello,
I spend some time to build the example, and looks like you were not reading instruction in description.txt carefully and forget to add RTOS configuration in OS plugin. Such will generate all os required files like c and h into project folder.
Best regards,
Peter
Following are the packages installed -
1. S32K396_M7_NXP_RTOS_4_7_183_RTM_1_1_0_D2501_DesignStudio_updatesite.zip
2. SW32K3_S32M27x_RTD_R21-11_5.0.0_D2410_DesignStudio_updatesite.zip
But the file mentioned is still missing.
I checked in the Design studio installation folder as well. The file "Os_prop.h" file is not there as well. Can you share the location you have this file installed or generated ?
Hello,
First, make sure tour SW version match the requirements.
Could you please list the packages you have used?
Like RTD, S3DS versions etc... ?
Please respect the version of RTD and S32DS which is required to buide the demo, otherwise you wont be able to compile it:
You will find demo requirements description in the demo project:
Best regards,
Peter