Podcast
Questions and Answers
What files are mentioned as being empty but still necessary due to AUTOSAR API specifications?
What files are mentioned as being empty but still necessary due to AUTOSAR API specifications?
What needs to be set to 1 within the Makefile.project.part.defines file?
What needs to be set to 1 within the Makefile.project.part.defines file?
Where should the compiler path be adapted according to the instructions?
Where should the compiler path be adapted according to the instructions?
In the building process, what does typing 'b -j8' in the command prompt achieve?
In the building process, what does typing 'b -j8' in the command prompt achieve?
Signup and view all the answers
Which command should be used to speed up the building process according to the text?
Which command should be used to speed up the building process according to the text?
Signup and view all the answers
What should be done after building the project to get it ready for flashing onto the MCU?
What should be done after building the project to get it ready for flashing onto the MCU?
Signup and view all the answers
What is the purpose of the Make folder for each component in the build process?
What is the purpose of the Make folder for each component in the build process?
Signup and view all the answers
Where is each component registered according to the Makefile.project.part.defines?
Where is each component registered according to the Makefile.project.part.defines?
Signup and view all the answers
What must be adapted in the Makefile to specify the compiler to be used?
What must be adapted in the Makefile to specify the compiler to be used?
Signup and view all the answers
What is the purpose of the DrvDio_check.mak file in the Make folder?
What is the purpose of the DrvDio_check.mak file in the Make folder?
Signup and view all the answers
What must the parameters DrvDio_FILES & CC_FILES_TO_BUILD reference in the _rules file?
What must the parameters DrvDio_FILES & CC_FILES_TO_BUILD reference in the _rules file?
Signup and view all the answers
Why is CC_INCLUDE_PATH necessary in the _defs file?
Why is CC_INCLUDE_PATH necessary in the _defs file?
Signup and view all the answers