PDA

View Full Version : Can ARM cpu machine run for eqemu server?


kbh22
12-29-2014, 01:02 AM
I have a ARM cpu single board. I wanna to run for eqemu server

but when i type "gdb world"


GNU gdb (Ubuntu 7.7-0ubuntu3) 7.7
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabihf".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from world...done.
(gdb) run
Starting program: /root/server/world
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
[New Thread 0xb6966450 (LWP 1480)]
[New Thread 0xb6166450 (LWP 1481)]
[New Thread 0xb5966450 (LWP 1482)]
[Thread 0xb5966450 (LWP 1482) exited]
[Status] Using database 'eq' at 127.0.0.1:3306
Pulling down automatic database upgrade script...

--2014-12-29 04:50:02-- https://raw.githubusercontent.com/EQEmu/Server/master/u tils/scripts/db_update.pl
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 103.245.222.1 33
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|103.245.222. 133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14119 (14K) [text/plain]
Saving to: 'db_update.pl'

100%[======================================>] 14,119 --.-K/s in 0.06s

2014-12-29 04:50:03 (249 KB/s) - 'db_update.pl' saved [14119/14119]

No update necessary
Perl Version is 5.18.2
================================================== ==========
EQEmu: Automatic Database Upgrade Check
================================================== ==========
Operating System is: linux
(Linux) MySQL is in system path
Path = /usr/bin/mysql
================================================== ==========
Binary Database Version: (9062)
Local Database Version: (9062)

Database up to Date: Continuing World Bootup...
================================================== ==========

Program received signal SIGSEGV, Segmentation fault.
__memcpy_neon () at ../ports/sysdeps/arm/armv7/multiarch/memcpy_impl.S:752
752 ../ports/sysdeps/arm/armv7/multiarch/memcpy_impl.S: No such file or directory.
(gdb)


just I think it is arm cpu problem..

how can i fix it?