Navyscourge wrote:I'm guessing from the output that shared library liballjoyn.so does not exist
Did the compile run without errors? Did you get the file ~/WORKING_DIRECTORY/alljoyn/core/alljoyn/build/linux/arm/debug/dist/cpp/lib/liballjoyn.so?
Did you create the link with... ?
Code: Select all
sudo ln -sf ~/WORKING_DIRECTORY/alljoyn/core/alljoyn/build/linux/arm/debug/dist/cpp/lib/liballjoyn.so /lib/arm-linux-gnueabihf/liballjoyn.so
Did you get anything from this... ?
Code: Select all
cd ~/WORKING_DIRECTORY/alljoyn/core/alljoyn/build/linux/arm/debug/dist/cpp/bin
ldd alljoyn-daemon
./alljoyn-daemon --version
"Did the compile run without errors? Did you get the file ~/WORKING_DIRECTORY/alljoyn/core/alljoyn/build/linux/arm/debug/dist/cpp/lib/liballjoyn.so?"
I set my working directory as this "alljoyn-15.09.00-src" which after ive downloaded from allseen alliance webpage, i've extracted and put in into the Desktop.(not sure if im correct)
"""Step 13: Open up the terminal and change directory to the desktop then to the source you have extracted in the above step using the cd command. E.g. cd Desktop/alljoyn-15.09.00-src
Step 14: Once it has successfully change directory into the source, we will now do the actual compilation, which can take some time. We will run this command first:
scons OS=linux CPU=arm WS=off OE_BASE=/usr BR=on BINDINGS=cpp CROSS_COMPILE=/usr/bin/arm-linux-gnueabihf-"""
This was what i did next, after my~/working_directory/ it doesnt have "alljoyn" but instead many variations of "alljoyn_build etc"
""""""""""""""""
http://imgur.com/a/h2gcd """""""""""" i've uploaded it to imgur