This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

printf is creating error while building the SPI example in 11.0.0 sdk

spi.rar

Hi,

As a beginner, I want to combine spi and uart example in nrf52 11.0.0 sdk, for my application. I have included all libraries and driver files from uart in spi sample code. But while building the example I am getting following errors:

Error[Li005]: no definition for "__lseek" [referenced from xfspos.o(dl7M_tlf.a)] 
Error[Li005]: no definition for "__close" [referenced from fclose.o(dl7M_tlf.a)] 
Error[Li005]: no definition for "remove" [referenced from fclose.o(dl7M_tlf.a)] 

Why these errors are coming ? Does anyone has any idea about this?

Parents Reply Children
Related