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.