Autosar adaptive does not generate certain header files.

조회 수: 2 (최근 30일)
Manas Buzruk
Manas Buzruk 2024년 2월 23일
편집: Manas Buzruk 2024년 2월 26일
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
Sathvik
Sathvik 2024년 2월 26일
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.
Manas Buzruk
Manas Buzruk 2024년 2월 26일
편집: Manas Buzruk 2024년 2월 26일
Just an update
I know how to get rtwtypes.h
My main question is, for windows pc why is PosixExecutor.hpp or semaphore needed

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 AUTOSAR Blockset에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by