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 "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-18 11:52 PM
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-11 6:28 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-11 6:28 AM
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.
