[SOLVED] Ozone shows global symbols with same name only once

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

  • [SOLVED] Ozone shows global symbols with same name only once

    Ozone 3.10d

    In C, it's possible to have two distinct global static variables or functions with the same name in different source files.

    For example:

    a.c

    static int foo;

    static void bar(void)
    {
    }

    b.c

    static int foo;

    static void bar(void)
    {
    }

    In this case, the "Global Data" and "Functions" View lists only one of them (depending on the order in the linked .elf file).

    I would expect that all variables and functions are shown with their according source file in the "Scope" column.
  • Hello,

    Thank you for your inquiry.
    Could you provide an example elf file for reference?

    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.
  • Hello Thomas,

    alright, no worries. We will consider this thread as solved now.

    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.