Skip to main content
aalve.1
Associate
October 19, 2021
Solved

Hello How can i add my own .c file and header files to spc5 studio ? when i add my files , compiler does not realize that there is a file! i want to use my functions but when i want to do that SPC5 Studio says that " undefined refrence "

  • October 19, 2021
  • 1 reply
  • 968 views

..

    This topic has been closed for replies.
    Best answer by Giuseppe DI-GIORE

    Hello,

    at Project level root folder, create a new folder called "source"

    Copy your files under this folder

    SPC5Studio will automatically compile your files.

    Under the "source" directory it is possible to create subfolders.

    For example:

    • source --> include
    • source --> src

    Regards.

    1 reply

    Giuseppe DI-GIORE
    ST Employee
    November 11, 2021

    Hello,

    at Project level root folder, create a new folder called "source"

    Copy your files under this folder

    SPC5Studio will automatically compile your files.

    Under the "source" directory it is possible to create subfolders.

    For example:

    • source --> include
    • source --> src

    Regards.