libmpsse icon indicating copy to clipboard operation
libmpsse copied to clipboard

Error while running C examples

Open asmitaj08 opened this issue 5 years ago • 2 comments

Hello, I am working with SPI NAND flash : http://pro0fc108.hkpic1.websiteonline.cn/upload/PN26Q01AWSIUG.pdf

After make example-code, I successfully obtained following : bitbang ds1305.c gpio.c i2ceeprom.py spiflash.c test.bin bitbang.c ds1305.py gpio.py Makefile spiflashfast bitbang.py eeprom.bin i2ceeprom spiflashfast.c ds1305 gpio i2ceeprom.c spiflash spiflash.py

But while executing ./spiflash, I am getting error ->

./spiflash: error while loading shared libraries: libmpsse.so: cannot open shared object file: No such file or directory

Kindly suggest

Thanks and regards Asmita

asmitaj08 avatar Jan 30 '20 11:01 asmitaj08

Solved by doing sudo ldconfig

asmitaj08 avatar Jan 30 '20 11:01 asmitaj08

I have another query since the size of my SPI NAND flash is 128 MByte, is their some size limitations.

Thanks & Regards Asmita

asmitaj08 avatar Jan 30 '20 11:01 asmitaj08