You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having the following error when I try to build https://github.com/elastos-trinity/feeds-service on a Raspberry Pi 4 running Ubuntu (arm64). I am posting here as the issue occurs while building the carrier SDK:
@ademcan Please check whether the dependency "pjsip" has been compiled successfully or not on your raspberry. You can check there are pjsip libraries mentioned your error list under $YOUR-BUILD-PATH/intermediate/lib .
Hi team,
I am having the following error when I try to build https://github.com/elastos-trinity/feeds-service on a Raspberry Pi 4 running Ubuntu (arm64). I am posting here as the issue occurs while building the carrier SDK:
[ 88%] Linking C shared library libelasession.so
/usr/bin/ld: cannot find -lpjmedia
/usr/bin/ld: cannot find -lpjnath
/usr/bin/ld: cannot find -lpjlib-util
/usr/bin/ld: cannot find -lpj
/usr/bin/ld: cannot find -lsrtp
collect2: error: ld returned 1 exit status
make[5]: *** [src/session/CMakeFiles/elasession-shared.dir/build.make:235: src/session/libelasession.so] Error 1
make[4]: *** [CMakeFiles/Makefile2:925: src/session/CMakeFiles/elasession-shared.dir/all] Error 2
make[3]: *** [Makefile:152: all] Error 2
make[2]: *** [deps/Elastos.NET.Carrier.Native.SDK/CMakeFiles/Elastos.NET.Carrier.Native.SDK.dir/build.make:115: deps/Elastos.NET.Carrier.Native.SDK/external/src/Elastos.NET.Carrier.Native.SDK-stamp/Elastos.NET.Carrier.Native.SDK-build] Error 2
make[1]: *** [CMakeFiles/Makefile2:466: deps/Elastos.NET.Carrier.Native.SDK/CMakeFiles/Elastos.NET.Carrier.Native.SDK.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
The issue is the same as #173 but this should have been fixed already. Thank you for your help.
The text was updated successfully, but these errors were encountered: