I successfully built a Keil project using GCC as a tool chain which includes GCC .a library. Now I want to split it into a main file and an the rest of my project built as an additional library. I am having trouble to achieve such goal using uVision. For example, as soon as I add just a path to my second library then linker can't find the first one. Am I asking for impossible?
Thanks.
Here is the solution: I need to add into the misc section separately -L path\lib\one -l libnameOr -l:name.a
I did not find where it is written that my options are :
Why it has to be so convoluted and complicated...This is just a rhetorical question, obviously. Hope this will help someone else in the future.