cancel
Showing results for 
Search instead for 
Did you mean: 

static library in SPC5Studio

rim sari
Associate
Posted on December 15, 2016 at 17:54

Hi, is it possible to generate a static library linked to a main program in SPC5Studio???

1 REPLY 1
Erwan YVIN
ST Employee
Posted on December 16, 2016 at 09:52

Hello rim ,

No problem for that we are using some libraries (crypto and EEPROM).

you have to create a separate project to use hightec gcc, free gcc or GHS to generate your library . (SPE or No SPE)

after you can integrate your library by the file user.mk

Example For hightec gcc

make clean

make all

ppc-vle-ar ruv cryptohightec.a *.o

               Best regards

                                     Erwan