Hi,
The project is for very old S32DS for ARM v1.2. To migrate it to S32DS ARM v2.2 you need to change some settings in project example - please change gcc to ${cross_prefix}${cross_c}${cross_suffix} in Project Properties -> Settings -> Standard S32DS C Linker :

Add create record option:

And remove post build step for S-record generation:

Jiri