AC on non-x86/ppc architectures?
#19
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..

root@raspberrypi:/home/pi/AC_1104# sh ./raspi_ACserver.sh
./raspi_ACserver.sh: 1: exec: /bin_unix/native_server: not found

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..
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#
Thanks given by:


Messages In This Thread
AC on non-x86/ppc architectures? - by Iguana - 31 Aug 12, 03:16AM
RE: AC on non-x86/ppc architectures? - by Jg99 - 31 Aug 12, 01:35PM
RE: AC on non-x86/ppc architectures? - by Jg99 - 02 Sep 12, 03:37AM
RE: AC on non-x86/ppc architectures? - by Iguana - 02 Sep 12, 05:09AM