Autosar adaptive does not generate certain header files.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have designed an autosar adaptive model as in the image below
There are no errors while generating the code for this model. Also the CMake file gets generated properly. I am using Atmega and AVR and C++11.
When I configure the CMake using (cmake ..) it passes. But when I try to build it using (cmake --build .) I get the below errors
It cannot find 'rtwtypes.h' and 'semaphore.h'
Am using windows platform and this error needs to be solved.
Appreciate any help
Thanks
Edit: Another thing is that for windows PosixExecutor.hpp or semaphore should not be used right?
2 Kommentare
Sathvik
am 26 Feb. 2024
Hi
Your project includes 'MW_arduino_digitalio.h', which needs a 'rtwtypes.h' header file. From the description, it is unclear why this header file is included in your project. Kindly elaborate what you are trying to achieve and why.
Antworten (0)
Siehe auch
Kategorien
Mehr zu AUTOSAR Blockset finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!