Help Needed: Undefined Reference Error in SPC5 Studio
Hi everyone,
I've created a library and placed it in the directory /source/driver/. The library consists of the following files:
- source/driver/VN9d30Q100.h
- source/driver/VN9d30Q100.c
The problem I'm encountering is that when I try to use a function from this library in my main.cpp file, I get an "undefined reference" error for the function VN9D30Q100_Init().

I've ensured that the header and source files are correctly written, and I believe the issue lies in how I'm compiling and linking these files in SPC5 Studio.
Can anyone guide me on how to properly include these files in my project settings, or if there's something else I'm missing?
Any help would be greatly appreciated!
Thanks in advance,
Lucifer

