2021-09-11 03:45 AM
Hello guys, I created a project in SPC5STUDIO and then I created a header file and a source file for my library with "amir" name. then I created a function with "ams" name in "amir.c" source file but when I compile the project I have a error which say: "undefined reference to 'ams'"
please tell me whats the problem and how can I add or create a library correctly.
Thank you
Solved! Go to Solution.
2021-09-13 07:06 AM
Hello ,
Update user.mak in order to access to these files amir.c and amir.h
Best Regards
Erwan
2021-09-13 07:06 AM
Hello ,
Update user.mak in order to access to these files amir.c and amir.h
Best Regards
Erwan
2021-09-14 10:08 PM
Dear Erwan,
Thank you, yes I added my libraries in source folder and solved
Best wishes
Amir