How to solve Bigendian not supported error in rAthena in CentOS


To resolve the Bigendian not supported error in rAthena emulator in CentOS.

Log in to Putty first.

And install the following:

sudo yum -y install gcc-c++
sudo yum -y install centos-release-scl
sudo yum -y install devtoolset-4-gcc*


Input this command:

nano /root/.bash_profile

and add in a new line:

export PATH=/opt/rh/devtoolset-4/root/usr/bin/:$PATH


Then press CTRL + X key and then CTRL + Y key.

Now, type this command to reboot the server: reboot

Login to Putty and try to compile your server again.

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

Custom Items

Alternative Video Tutorial: https://youtu.be/cV11LJ0VDakFirst, let's take a look at the item_db...

Ragnarok Developer Tools

Hercules Forumhttp://hercules.ws/board/rAthena Forumhttp://rathena.org/board/GRF ToolBest GRF...

Tips for Ragnarok Newbie Developer

  1. Setup your Offline Server and practice:...

How to delete Specific Item from all accounts in your Ragnarok database

1. Login to your phpmyadmin2. Click to ragnarok database3. Click to SQL4. Copy and paste the...

How to Change the Server Configuration

Changing the Max Level:» https://gomanilahost.net/knowledgebase/119/Edit-Max-Level.htmlChanging...