Hi Petrs:
I tried as the getting started guide https://www.nxp.com/document/guide/getting-started-with-the-s32k3x4evb-q257-evaluation-board:GS-S32K.... . told me.
But the building of Port_Example_S32K344 failed, so I created a very simple example to start the debugging work.
Your support for the building failure is also very appreciated because I have no idea for it either.
the error hint is:
arm-none-eabi-gcc.exe: fatal error: cannot execute 'as': CreateProcess: No such file or directory
compilation terminated.
make: *** [src/subdir.mk:20: src/main.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [generate/src/subdir.mk:51: generate/src/Dio_Cfg.o] Error 1
but the compiler didn't tell me which file or directory can't be found . So I don't know how to fix it.
The whole project and S32 DS console output are attached.
I'd like to describe some other things when I was doing 'new project from example'
the file 'example_Port.mex' was opened as the guideline .
1) S32 DS told me -- the 'example_Port.mex' is created by earlier version tool, if saved, couldn't be opened with earlier version tool .....
But it doesn't matter.

2) It told me the Pin configuration is not enabled. I enabled it, but in fact , I thinks it is not important because SIUL is not used in the example.

Not matter I enable or disable the Pin configuration, the 6 building errors are same.
thanks and BR
YiChuan