Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Compile error without HAVE_MMAP = 1 in ARM #9
Comments
sergiobenrocha2
commented
Mar 14, 2015
|
It seems to be lack of RAM memory, I can't compile with dynarec support in Odroid C1 (1 GB ram). |
aliaspider
commented
Mar 14, 2015
|
well you either need mmap or support for the .jit section for your platform in order to use the dynarec. try with |
sergiobenrocha2
commented
Mar 14, 2015
|
I tried with no dynarec too, lacks of memory too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sergiobenrocha2 commentedJan 12, 2015
This compile error is hard to get, I got sometimes in an ARM server (real hardware) and always in launchpad (which uses qemu). If you compile without HAVE_MMAP = 1, you get zillions errors.