We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
i have a static library (.a library) crated with the gnu compiler, how can i use this library in a keil project? is it possible to compile it with ARM compiler?
If the particular library is so critical to your project, why not just use GCC instead?
If using Keil is so critical to your project, find a compatible library (or write from scratch)
Cake; Eat it - choose one.