Skip to main content
rim sari
Associate
December 15, 2016
Question

static library in SPC5Studio

  • December 15, 2016
  • 1 reply
  • 669 views
Posted on December 15, 2016 at 17:54

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

    This topic has been closed for replies.

    1 reply

    Erwan YVIN
    ST Employee
    December 16, 2016
    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