Hello,Martin:
Refer to AN5282,i used S32DS for arm 2018.R1 to import CW project,but when i build project,it show errors:
arm-none-eabi-gcc.exe: error: CPU_KEA128: No such file or directory
arm-none-eabi-gcc.exe: error: TRK_KEA128: No such file or directory
CPU_KEA128 and TRK_KEA128 is Macro definition,and is used in common.h.
#if (defined(TRK_KEA8))
#include "kea8_config.h"
#elif (defined(TRK_KEA64))
#include "kea64_config.h"
#elif (defined(TRK_KEA128))
#include "kea128_config.h"
#else
#error "No valid board defined"
#endif
I checked project->properties->C/C++ General->Paths and Symbols,it has # CPU_KEA128 and # TRK_KEA128;
also,at project->properties->Settings->Tool Settings->Standard S32DS C Compiler->Preprocessor,i add Defined symbols(CPU_KEA128 and TRK_KEA128).
The CW project is MagniV LIN Bootloader\Master Node\LIN_Bootloader_Master,based with TRK-KEA128:

I am sorry for i don't know how to upload project.please give me some suggestions,thank you very much