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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -