2016-12-15 08:54 AM
Hi, is it possible to generate a static library linked to a main program in SPC5Studio???
2016-12-16 12:52 AM
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 allppc-vle-ar ruv cryptohightec.a *.o
Best regards
Erwan