Skip to main content
eantonioli
Associate II
October 13, 2020
Solved

What's the difference between c55_freegcc.a and c55_gcc.a

  • October 13, 2020
  • 1 reply
  • 834 views

Good morning,

I am developing a project for SPC574K2 with SPC5 studio V.6 which uses the C55 flash driver with ppc-freevle-eabi-gcc compiler. I suppose I need to use the c55_freegcc.a library, I would like to understand what is the difference from c55_gcc.a.

Anybody can help me?

Thanking in advance.

Best regards,

E.

    This topic has been closed for replies.
    Best answer by Erwan YVIN

    Hello E. Antonioli,

    c55_freegcc.a is a library generated by ppc-freevle-eabi-gcc  (4.8)

    c55_gcc.a is a library generated by hightec gcc(4.8)

    By selecting your compiler in the platform component.

    the library is automatically used after generating.

    Best regards

    Erwan

    1 reply

    Erwan YVIN
    Erwan YVINBest answer
    ST Employee
    October 16, 2020

    Hello E. Antonioli,

    c55_freegcc.a is a library generated by ppc-freevle-eabi-gcc  (4.8)

    c55_gcc.a is a library generated by hightec gcc(4.8)

    By selecting your compiler in the platform component.

    the library is automatically used after generating.

    Best regards

    Erwan