Forum Topic - Error loading shared memory section:
   
Error loading shared memory section  
While starting my application, I'm getting the following error 
"Error while mapping shared library sections"
"AA.so": No such file or directory
although the library files are present in the path I have mentioned during linking.

I'm using few shared libraries(.so) provided by my board vendor to interact with the devices on board.

Any thoughts on why I'm getting this message?