Hello Jiri,
It's too bad that this is desired/intended behavior. For anyone who comes after me and want to modify s-records in the Post-Build step:
${cross_prefix}${cross_objcopy}${cross_suffix} -O srec ${ProjName}.elf tmp.srec; "${ProjDirPath}/Tools/srec_cat.exe" tmp.srec -fill 0x00 -within tmp.srec -range-padding 256 -address-length=4 -obs=32 -o aligned_${ProjName}.srec;rm tmp.srec
This three step command calls the build-in ObjCopy instance, creates a fresh S-record and modifies it using srec_cat.
The Tool Conflict error message came from a freshly installed S32DS 3.4 with a fresh new project. The error is visible in all my projects, even older projects. Project -> Properties -> C/C++ Build -> Tool Chain Editor -> Select Tools.
