After updating TinyEmbeddedTest to 1.4 I’ve started to get the following message:
FastSemihosting.cpp
SamplingProfiler.cpp
InstrumentingProfiler.cpp
ProfilerDriver_STM32_HAL.cpp
TinyEmbeddedTest.cpp
SysprogsTestHooks.cpp
<command-line>: error: token “.” is not valid in preprocessor expressions
<command-line>: note: in definition of macro ‘TINY_EMBEDDED_TEST_HOOK_STDIO’
Failed to compile TinyEmbeddedTest.cpp. arm-none-eabi-g++.exe exited with code 1
Thanks for pointing this out. Indeed the latest release of TinyEmbeddedTest added a new option that would require rebuilding the settings.
We have fixed the issue in the our development branch (VisualGDB-5.5.2.3450.msi). It will automatically pick default values for the new settings if they are not specified.