Hi @ipizlee,
Within the example project, there is 'description.txt' file. This file is also presented within the New Project from Example wizard after you select the FreeRTOS project from the list. Within this file is details on how to work with the project, once created by the wizard:
3. Generating, building and running the example application
3.1 Generating the S32 configuration
Before running the example a configuration needs to be generated. First go to Project Explorer View in S32 DS and select the current project.
Select the "S32 Configuration Tool" menu then click on the desired configuration tool (Pins, Cocks, Peripherals etc...).
Clicking on any one of those will generate all the components. Make the desired changes(if any) then click on the "S32 Configuration Tool->Update Code" button.
3.2 Compiling the application
Select the configuration to be built: RAM (Debug_RAM), or FLASH (Debug_FLASH) by left clicking on the downward arrow corresponding to the build button in eclipse.
Wait for the build action to be completed before continuing to the next step. Check the compiler console for error messages; upon completion, the *.elf binary file
should be created.
Did you perform these steps? If you do not generate the code first, you will receive error messages. This step is required for all example projects provided with the SDK.
Best Regards,
Mike