Ah, i make the bin_unix folder outside source folder, run the command cd /home/pi/source/src; make server_install, then it makes the native_server file in bin_unix and then i do exec bin_unix/native_server.. after that well.. its dead again..
not sure if this connected, but sh ./server.sh gives me this..
[SELECT ALL] Code:
root@raspberrypi:/home/pi/AC_1104# sh ./raspi_ACserver.sh
./raspi_ACserver.sh: 1: exec: /bin_unix/native_server: not found
[SELECT ALL] Code:
root@raspberrypi:/home/pi/AC_1104# cd /home/pi/bin_unix; file native_server
native_server: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.26, BuildID[sha1]=0x14a715baeb254c66cd781f55abd9f31617a8148a, not stripped
root@raspberrypi:/home/pi/AC_1104/bin_unix#
not sure if this connected, but sh ./server.sh gives me this..
[SELECT ALL] Code:
root@raspberrypi:/home/pi/AC_1104# sh ./server.sh
.//bin_unix/native_server: error while loading shared libraries: libenet.so.1: cannot open shared object file: No such file or directory
root@raspberrypi:/home/pi/AC_1104#