Hi Phil
In the build steps tab there is a post-build command doing something like this:
"${ProjDirPath}/Applications/uTaskerV1.4/KinetisDesignStudio/uTaskerV1.4_FLASH/generate.bat
This is calling a bat file to generate various output formats (because KDS can't select more than one at a time) and possibly also combining the file file with a boot loader, and/or encrypting it).
Notice that the line starts with " but there is no terminating one - like
"${ProjDirPath}/Applications/uTaskerV1.4/KinetisDesignStudio/uTaskerV1.4_FLASH/generate.bat"
This was not a problem with previous KDS versions but KDS 3.2.0 doesn't like it. If you add the terminating " it will be OK.
Regards
Mark
P.S. If you load and debug in KDS you don't need the output conversions and this error is not actually stopping anything from working...