Hi everyone,
I created a project in keil v5.31.0.0, my aim is to add precompiled assembly library file to my project.
How can i add it, Can any one please suggest me the steps to follow,
i tried like below link but it is not working.
https://devzone.nordicsemi.com/f/nordic-q-a/38757/bsxlite?ReplySortBy=CreatedDate&ReplySortOrder=Ascending
Thank you in advance,
Regars,
amarr
in uVision Project window, right click on a Group and select "Add existing files to group xxx". And select the file type like this
so that you can add an existing lib file to your project
amarr said:i tried like below link
As pointed out in that post:
"it looks like the library is in .a format, which might indicate that it is compiled for GCC. You should check with Bosch if the library is compatible with Keil"
So did you do that?
amarr said:it is not working
that tells us nothing.
What, exactly, did you do?
What, exactly, was the result? Show any error messages or warnings ...