Ninja build fails without any error message

Hello Max,

Thanks for the reply, that was helpful. The problem was some functions had not been declared before usage (copied from an Arduino example file), hence the compilation failed. However this was always shown before, but not now.

For others having problems with it: I just simply checked the legacy generator in Clion to use mingw make instead of ninja. Thus if I have some compilation error, I will see it in the output window.