You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.
I downloaded the source with git clone --recursive https://github.com/gamax92/ocemu and built it. However, when I cd to src and run lua5.2 boot.lua it instantly throws a Bus error and terminates.
My system:
Manjaro KDE 19.12 (aarch64)
Pine64 Pinebook Pro
Rockchip RK3399
4GB RAM
64GB eMMC
The text was updated successfully, but these errors were encountered:
[ocawesome101@manjaro-pbp src]$ gdb lua5.2
GNU gdb (GDB) 8.3.1
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "aarch64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from lua5.2...
(No debugging symbols found in lua5.2)
(gdb) r boot.lua
Starting program: /usr/bin/lua5.2 boot.lua
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Program received signal SIGBUS, Bus error.
0x0000fffff7fca139 in ?? ()
(gdb)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I downloaded the source with
git clone --recursive https://github.com/gamax92/ocemu
and built it. However, when I cd tosrc
and runlua5.2 boot.lua
it instantly throws aBus error
and terminates.My system:
Manjaro KDE 19.12 (aarch64)
Pine64 Pinebook Pro
Rockchip RK3399
4GB RAM
64GB eMMC
The text was updated successfully, but these errors were encountered: