cancel
Showing results for 
Search instead for 
Did you mean: 

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

eantonioli
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Erwan YVIN
ST Employee

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

View solution in original post

1 REPLY 1
Erwan YVIN
ST Employee

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