When I try to compile on Linux Debian I get this error:
root@ks3001151:/linxuathena# make sql
make[1]: Entering directory `/linxuathena/3rdparty/mt19937ar'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/linxuathena/3rdparty/mt19937ar'
make[1]: Entering directory `/linxuathena/3rdparty/libconfig'
CC libconfig.c
libconfig.c:1:0: error: CPU you selected does not support x86-64 instruction set
make[1]: *** [libconfig.o] Error 1
make[1]: Leaving directory `/linxuathena/3rdparty/libconfig'
make: *** [libconfig] Error 2
Am I screwed on compiling and running rAthena on my machine?
Figured it out, needed to set the config first with
./configure --enable-packetver=YYYYMMDD
I thought it had a default preset. Honestly they should change the error message, "CPU you selected does not support x86-64 instruction set" is misleading and wrong.
Question
stragy
When I try to compile on Linux Debian I get this error:
Am I screwed on compiling and running rAthena on my machine?
CPU: Atom 230/D425
I am running 64bit processor too:
EDIT:
Figured it out, needed to set the config first with
I thought it had a default preset. Honestly they should change the error message, "CPU you selected does not support x86-64 instruction set" is misleading and wrong.
Edited by stragy0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.