This looks like an unhandled semihosting call (mechanism used by the firmware to send printf() output to the debugger). Please ensure that you have semihosting enabled via VisualGDB Project Properties -> Debug. Either way, this message can be just ignored as well as it does not indicate an error.
Thanks, this seems to “work”, the debugger doesn’t stop there anymore. But I found out that this Error causes the processor to freeze, so there is something wrong, but I can’t find out what exactly.
Shouldn’t the debugger redirect me to the code causing this error?