Failed to compile TinyEmbeddedTest.cpp

Sysprogs forums Forums VisualGDB Failed to compile TinyEmbeddedTest.cpp

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27175
    Gordon01
    Participant

    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

    ========== Project Rebuild Summary ==========
    BigTiffanyAN_STM rebuilt in 00:05
    ========== Rebuild: 0 Succeeded, 1 Failed ==========

    Attachments:
    You must be logged in to view attached files.
    #27177
    Gordon01
    Participant

    stm32.props contains a line with:

    TINY_EMBEDDED_TEST_HOOK_STDIO=$$com.sysprogs.testsettings.redirect_stdio$$

     

    Changing setting “Redirect printf() to Test Output” changed the previous line to TINY_EMBEDDED_TEST_HOOK_STDIO=0 so it works normal now

    #27179
    support
    Keymaster

    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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.