yellows8 / 3ds_browserhax_common

ROP-chain-generator for Nintendo 3DS titles with some form of web-browser.
73 stars 17 forks source link

3ds_arm11code.s:1908: Error: branch out of range #50

Closed Crystallinqq closed 8 years ago

Crystallinqq commented 8 years ago

Got this error while trying to compile 3ds_arm11code.s!

yellows8 commented 8 years ago

That could only happen if you modified the .s enough....

Crystallinqq commented 8 years ago

I got it working btw i used the assembly file straight from the source!

shinji257 commented 7 years ago

I came across this issue just recently. Seems that the distro provided arm cross compiler (at least on Ubuntu) can trigger this for whatever reason. If anyone comes across this then try using the one in devkitARM instead. That one worked fine.

Just wanted to note it here rather than make a new ticket.