Page 1 of 1

libe-loader.so

PostPosted: Fri Mar 11, 2016 12:43 pm
by fbt
Hello!,
when i try to execute a compiled code on my parallella (16 cores, 1GB, kickstarter), i get an error message:

: error while loading shared libraries: libe-loader.so: cannot open shared object file: No such file or directory

on my SDK release (5.13.09.10), that file is not on installed, but i can not find it. any help in order to solve this problem will be appreciated. thanks

Re: libe-loader.so

PostPosted: Fri Mar 11, 2016 3:17 pm
by sebraa
On eSDK 5.13 you must not link to e-loader because it doesn't exist. When linking, remove the "-le-loader" part from the command line.