A had a problem with this version. Build was successful, but firmware hangs at some asserts. Download end set as default "GNU Tools for STM32(11.3.rel1)" toolchain, fixed the problem.
Instead of post/pre build commands use CDT files makefile.init, makefile.defs and makefile.targets. For CRC you may add target to /makefile.targets (file must be created!):CRC_Tool := 'C:\Tools\crc.exe'
crc: all
-@echo 'Calculating CRC'
$(CRC_Too...