cancel
Showing results for 
Search instead for 
Did you mean: 

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 "

aalve.1
Associate
 
1 ACCEPTED SOLUTION

Accepted Solutions
Giuseppe DI-GIORE
ST Employee

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.

View solution in original post

1 REPLY 1
Giuseppe DI-GIORE
ST Employee

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.