-
Notifications
You must be signed in to change notification settings - Fork 0
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
Does it require old gcc for compilation? #1
Comments
in gcc (3.4.6 core) itself
just commented out line 1031 from unwind-dw2.c installed into prefix /opt/gcc346 ln -s /opt/gcc346/bin/gcc /opt/gcc346/bin/gcc34 for qemu I changed cc="gcc" to cc=$CC in configure so it respect CC variable in block-raw.c added signal.h to linux ifdef block ./configure --target-list=i386-softmmu make -j8 now I can run qemu itself from i386-softmmu folder, but it still can't find EIDE controller for OPENSTEP 4.2 |
controller type 6 (on 3rd screen - just IDEA/ATAPI, not dual EIDE!). |
real strange, now it installs and boots but mouse does not work? ./i386-softmmu/qemu -L pc-bios -M pc -hda /dev/shm/verytmp2 -rhapsodymouse -hdb /dev/shm/OPENSTEP_4.2.iso I mean it does not move at all :( so I can't even shut down machine properly btw "change fda path_to_floppy.img" in monitor (ctrl-alt-f2) changes floppy in this version (in mainstream it floppy0) |
it works! just need to boot with config=Default and start qemu in fullscreen openstep42-qemu-090-neozeed.mp4 |
also, for such old qemu you need qcow, not qcow2 if you want some compression:
seems to work fine, I put it in ~/bin and run like
xrandr -s 4 because my VGA cable ate edid, so native mode is not mode 0 - local thing. |
Sorry I missed all of this, great job on pushing through and getting it to run!! |
On 11.2.0 (Slackware 15.0) it surely dies in
after chmod +x ./configure configure says it want gcc 3.4 ;)
May be adding this to readme will help
The text was updated successfully, but these errors were encountered: