Hello
I am using the EB Tresos example project in the following path, which includes several modules in the image.
SW32K1_RTD_4.4_1.0.1_HF01_D2209\SW32K1_RTD_4.4_1.0.1_HF01\eclipse\plugins\Port_TS_T40D2M10I1R0\examples\EBT\Port_Example_S32K144\TresosProject\Port_Example_S32K144


This example project is used for the "S32K144EVB_Q100" development board, and the main function of the matched application is to control LED flashing.
My goal:
Integrate the MCAL configuration generated by this EB Tresos example project with the application, and then compile and debug it in S32DS.
What I have already done:
1. Copy Code:
Copy the code generated by EB Tresos (as shown in Figure 1 below) into the project to be compiled;
Copy the code from each plugin in the AUTOSAR software package (as shown in Figure 2 below) into the project to be compiled;
Copy the startup code from the AUTOSAR software package (as shown in Figures 3 and 4 below) into the project to be compiled.




2. Copy Application Code
Copy an application code from the AUTOSAR software package example project, whose function is to control the LED on and off by adjusting the GPIO pin output level.


Compilation issues encountered:
There have been many errors during the compilation process, some of which I have already dealt with, and there are still a few errors in the pictures. I look forward to your help. If you need any further information, please feel free to contact me.
