Jump to content
  • 0

CPU you selected does not support x86-64 instruction set


stragy

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  12/10/12
  • Last Seen:  

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?

 

CPU: Atom 230/D425


I am running 64bit processor too:

root@ks3001151:/linxuathena# grep -c processor /proc/cpuinfo
4
root@ks3001151:/linxuathena# uname -m
x86_64
root@ks3001151:/linxuathena# getconf LONG_BIT
64

EDIT:

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.

Edited by stragy
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...