You are not logged in.

Read the FAQ and Knowledge Base before posting.
We won't make a 3DS/2DS emulator.



#1 2020-03-18 15:03:54

HDYHT
Member
Registered: 2020-03-18
Posts: 2

Compiling in linux fix

Downloaded and extracted 0.9.11 in Manjaro Linux but it won't compile due to compiler errors, such as "Can't shift negative integers" in L158 ui MMU_timing.h
To solve these problems I added -fpermissive flag in configure L3552 and L3558 as well as placing a space between WIFI and __VAR_ARGS__ in L317 in WIFI.cpp.
After this I run make check and played a bit of custom robo arena and there were no issues
gcc version -> 9.2.0
Maybe make changes in the configure or add instructions in README.lin?

Last edited by HDYHT (2020-03-18 15:05:42)

Offline

#2 2020-03-18 17:29:02

zeromus
Radical Ninja
Registered: 2009-01-05
Posts: 6,169

Re: Compiling in linux fix

maybe use the version from github

Offline

#3 2020-03-18 18:12:02

HDYHT
Member
Registered: 2020-03-18
Posts: 2

Re: Compiling in linux fix

zeromus wrote:

maybe use the version from github

That works fine, thx

Offline

Board footer

Powered by FluxBB