Jump to content
  • 0

CPU you selected does not support x86-64 instruction set


Question

Posted (edited)

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...