How to include non executable stm32 library in IAR? -


i've compiled project library stm32 using iar, after adding .a file linker gives warning used functions declared implicity. function accepts pointer input buffer , return pointer output buffer, when assiging pointer save return address complier gives error value of intcan't assigned pointer.

what error, or. there missing in way of adding lib

you need .h file data structures & function prototypes.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -