Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

libmraa.so.2 issue on Intel System Studio

SAmao
Beginner
252 Views

Hi Team,

I am a new user of Intel system studio. I want to program the Grove UP2 with the system studio 2019. 

Grove UP2 is connected and the code is error free (using any of the examples that comes with system studio) but the following error was showing after compiling the code and nothing is uploaded to the device:

error while loading shared libraries: libmraa.so.2: cannot open shared object file: No such file or directory

Kindly advice further.

Semiu

0 Kudos
1 Reply
Viet_H_Intel
Moderator
252 Views

Can you do ldd on your binary to see if it sees the path to libmraa.so?

0 Kudos
Reply