Hello to all,
A small project contains two source files. File 1 is the application.c. File 2 contains some functions that are called from applicatin.c. I use RIDE7 IDE and make the ->project->build command with success. Then starting the debug session. The flash programming starts and afterwards the application is running properly.
If I use "circle_mgr E* Aapplication.o S" outside the ide instead I've got the error messages "Link failed" for all the functions defined in file 2. I've declared the functions at the top of file 1 as externals but the result is the same. The ld cannot find the functions.
What is the reason for this. Have someone any idea?
Thanks and greetings
klausi from Hannover Leibniz University