Page 1 of 1
Is recently version very slow??
Posted: Fri Dec 26, 2008 9:29 am
by abraham12
i'm so sorry. i deleted this post.
Re: Is recently version very slow??
Posted: Sat Dec 27, 2008 6:00 am
by WinterMute
1. Please do not post on these forums about emulation of commercial games.
2. The speed problem is iDeaS, try running on hardware.
Re: Is recently version very slow??
Posted: Mon Dec 29, 2008 10:25 am
by dub3000
removing -mthumb from ARCH in the Makefile seems to solve the problem here
any idea what the side effects of that are?
Re: Is recently version very slow??
Posted: Mon Dec 29, 2008 11:11 am
by WinterMute
dub3000 wrote:removing -mthumb from ARCH in the Makefile seems to solve the problem here
Solve what problem exactly?
The OP's problem was that iDeaS doesn't run binaries created with the latest tools & libs. Compiling code as ARM will have zero effect on that.
any idea what the side effects of that are?
Larger code mainly.
Ideally you should selectively compile functions that are time critical as ARM rather than your entire application.