2020-10-13 06:49 AM
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.
Solved! Go to Solution.
2020-10-16 02:31 AM
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
2020-10-16 02:31 AM
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