[SOLVED] GCC support missing in SEGGER_RTT_ASM_ARMv7M.s

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • [SOLVED] GCC support missing in SEGGER_RTT_ASM_ARMv7M.s

    Hi!

    I just downloaded the new SystemView 2.52f, and tried to compile it using a GCC toolchain.

    Apparently, the assembly file misses support for GCC.

    The easy fix is to just use the same settings for clang and GCC:

    C Source Code

    1. #if defined (__SES_ARM) ---> #if defined (__SES_ARM) || defined(__GNUC__)

    Otherwise, a new constant #define _CCGCC 2 cand be introduced.

    best regards,
    Thomas
  • Hello Thomas,

    Thank you for your inquiry.
    The issue is related to your other thread so this one will be closed:
    Recording stops with "Invalid packet received" when using assembly version

    Best regards,
    Nino
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.