-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error #6
Comments
Please try deleting -m32 in Makefile. |
something wrong with quotation mark in previous comment. Please change in Makefile |
this is te original en i change to that: ifeq ($(shell uname -m),armv6l) then I do the make and: gcc -o x68k/adpcm.o -g -O0 -fno-strict-aliasing -DUSE_SDLGFX -DNO_MERCURY -DPX68K_VERSION=0.15 -I./x11 -I./x68k -I./fmgen -I./win32api |
It's not problem with px68k. |
Thats it, i chage the permissos, but when I'm going to star the emulator, it says Keropi Error: BIOS ROM So, what files I have to put on Bios folder, and what is bios folder? I cange the winx68k.c in order to set a path to bios -> "/home/pi/.keropi/ " (iplrom.dat,cgrom.dat, cgrom.tmp) but when I launch by SSH console says "cur_dir_str ./2", in the case that I launch directly on rpi console says 'Segmentation fault" |
You need put a BIOS ROM (iplrom.dat) and a font file (cgrom.dat) into /home/pi/.keropi/ directory, if your home directory is /home/pi . |
And I need to change o put a path to find that files in winx68k.c?? and that files i have to create or there is at some folder? and if I have to create y have to put something on them? |
No, you don't. |
and BIOS files i have to create or there is at some folder? and if I have to create y have to put something on them? |
You can get bios roms officically at http://retropc.net/x68000/software/sharp/x68bios/index.htm . |
sorry, again, i'm so annoying, but there is some readme or similar file that contain a list of controls, or how to use it? , I'm traying to install your emulator in a rpi that is conected to retro arcade machine and the idie is controll everithing with the original controls and avoid to use the keyboard |
i'm trying to install your emulator on retropie, but when i'm going to do the make file it doesn't work.
there is any alternative for MOPT = -m32 ?
gcc -o x68k/adpcm.o -m32 -g -O0 -fno-strict-aliasing -DUSE_SDLGFX -DNO_MERCURY -DPX68K_VERSION=0.15 -I./x11 -I./x68k -I./fmgen -I./win32api
sdl-config --cflags
-c x68k/adpcm.cgcc: error: unrecognized command line option ‘-m32’
Makefile:112: recipe for target 'x68k/adpcm.o' failed
make: *** [x68k/adpcm.o] Error 1
Thanks
The text was updated successfully, but these errors were encountered: