FreeSoftwareMan Posted January 19, 2006 Share Posted January 19, 2006 anybody tried to compile the source? http://cordney.com/QemuX/download/ Link to comment https://www.insanelymac.com/forum/topic/7207-qemux/ Share on other sites More sharing options...
Sudar Posted January 19, 2006 Share Posted January 19, 2006 (edited) anybody tried to compile the source? http://cordney.com/QemuX/download/ EDIT: Put the contents of those two archives into one folder named "Qemu" (in /Applications). Qemu_1.zip Qemu_2.zip Edited January 19, 2006 by Sudar Link to comment https://www.insanelymac.com/forum/topic/7207-qemux/#findComment-44983 Share on other sites More sharing options...
alc0h0lic Posted January 19, 2006 Share Posted January 19, 2006 ZeroLink: could not load .o file: /Users/Sudar/Desktop/QemuX/build/QemuX-new.build/Development/QemuX.build/Objects-normal/i386/main.ob ZeroLink: could not load .o file: /Users/Sudar/Desktop/QemuX/build/QemuX-new.build/Development/QemuX.build/Objects-normal/i386/OSDataSource.ob ZeroLink: could not load .o file: /Users/Sudar/Desktop/QemuX/build/QemuX-new.build/Development/QemuX.build/Objects-normal/i386/Controller.ob ZeroLink: could not load .o file: /Users/Sudar/Desktop/QemuX/build/QemuX-new.build/Development/QemuX.build/Objects-normal/i386/OSDataManager.ob ZeroLink: could not load .o file: /Users/Sudar/Desktop/QemuX/build/QemuX-new.build/Development/QemuX.build/Objects-normal/i386/QemuTaskManager.ob ZeroLink: could not load .o file: /Users/Sudar/Desktop/QemuX/build/QemuX-new.build/Development/QemuX.build/Objects-normal/i386/UKPrefsPanel.ob ZeroLink: could not load .o file: /Users/Sudar/Desktop/QemuX/build/QemuX-new.build/Development/QemuX.build/Objects-normal/i386/setupAssistant.ob ZeroLink: could not load .o file: /Users/Sudar/Desktop/QemuX/build/QemuX-new.build/Development/QemuX.build/Objects-normal/i386/pcAssistant.ob ZeroLink: could not load .o file: /Users/Sudar/Desktop/QemuX/build/QemuX-new.build/Development/QemuX.build/Objects-normal/i386/preferencesController.ob Bus error Link to comment https://www.insanelymac.com/forum/topic/7207-qemux/#findComment-45006 Share on other sites More sharing options...
DrJägermeister Posted January 19, 2006 Share Posted January 19, 2006 OK, I have just done compiling.Try it now. Recompiled in deployment mode: Do you also have Qemu itself for OSX86 (that's just the GUI)? Link to comment https://www.insanelymac.com/forum/topic/7207-qemux/#findComment-45007 Share on other sites More sharing options...
DrJägermeister Posted January 20, 2006 Share Posted January 20, 2006 EDIT: Put the contents of those two archives into one folder named "Qemu" (in /Applications). Qemu_1.zip Qemu_2.zip Hi Sudar, I saw you add an Qemu binary to the QemuX GUI. Your x86 compiled GUI is working fine, but Qemu itself not (I also tried the command line). It is a x86 compiled Qemu or just the PPC version of Qemu witch has never worked on my OSX86? Thanks Link to comment https://www.insanelymac.com/forum/topic/7207-qemux/#findComment-45320 Share on other sites More sharing options...
Sudar Posted January 20, 2006 Share Posted January 20, 2006 Hi Sudar, I saw you add an Qemu binary to the QemuX GUI. Your x86 compiled GUI is working fine, but Qemu itself not (I also tried the command line). It is a x86 compiled Qemu or just the PPC version of Qemu witch has never worked on my OSX86? Thanks This was the source archive: http://cordney.com/QemuX/download/ Actually I tried it too and it only worked with a DOS diskette... Link to comment https://www.insanelymac.com/forum/topic/7207-qemux/#findComment-45321 Share on other sites More sharing options...
DrJägermeister Posted January 20, 2006 Share Posted January 20, 2006 This was the source archive: http://cordney.com/QemuX/download/Actually I tried it too and it only worked with a DOS diskette... Maybe you need to download the latest sources of QEMU itself and compile it separatly for OSX86 that it works. In the GUI (witch is working fine) you can add the path to QEMU later. If you are able to do this (I can't because I'm new to OSX, I come from Linux), you will publish the first x86 emulator for OSX86 Link to comment https://www.insanelymac.com/forum/topic/7207-qemux/#findComment-45330 Share on other sites More sharing options...
Zero Posted January 21, 2006 Share Posted January 21, 2006 Excuse me, How did you compile the QEmu sucessfully? I got the error message below: 219-84-126-221-adsl-tpe:~/Desktop/qemu-0.8.0 Zero$ make gcc -Wall -O2 -g -fno-strict-aliasing -mdynamic-no-pic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o dyngen dyngen.c dyngen.c: In function 'get_reloc_name': dyngen.c:1001: warning: pointer targets in passing argument 2 of 'fetch_next_pair_value' differ in signedness dyngen.c:1003: warning: pointer targets in passing argument 2 of 'fetch_next_pair_value' differ in signedness dyngen.c:1005: warning: pointer targets in passing argument 2 of 'fetch_next_pair_value' differ in signedness dyngen.c: In function 'gen_code': dyngen.c:1700: error: 'struct relocation_info' has no member named 'r_offset' dyngen.c:1701: error: 'struct relocation_info' has no member named 'r_offset' dyngen.c:1713: error: 'struct relocation_info' has no member named 'r_offset' dyngen.c:1718: error: 'struct relocation_info' has no member named 'r_offset' dyngen.c:1761:2: error: #error unsupport object format dyngen.c:1697: warning: unused variable 'type' make: *** [dyngen] Error 1 219-84-126-221-adsl-tpe:~/Desktop/qemu-0.8.0 Zero$ make gcc -Wall -O2 -g -fno-strict-aliasing -mdynamic-no-pic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o dyngen dyngen.c dyngen.c: In function 'get_reloc_name': dyngen.c:1001: warning: pointer targets in passing argument 2 of 'fetch_next_pair_value' differ in signedness dyngen.c:1003: warning: pointer targets in passing argument 2 of 'fetch_next_pair_value' differ in signedness dyngen.c:1005: warning: pointer targets in passing argument 2 of 'fetch_next_pair_value' differ in signedness dyngen.c: In function 'gen_code': dyngen.c:1700: error: 'struct relocation_info' has no member named 'r_offset' dyngen.c:1701: error: 'struct relocation_info' has no member named 'r_offset' dyngen.c:1713: error: 'struct relocation_info' has no member named 'r_offset' dyngen.c:1718: error: 'struct relocation_info' has no member named 'r_offset' dyngen.c:1761:2: error: #error unsupport object format dyngen.c:1697: warning: unused variable 'type' make: *** [dyngen] Error 1 Link to comment https://www.insanelymac.com/forum/topic/7207-qemux/#findComment-45677 Share on other sites More sharing options...
snackole Posted January 21, 2006 Share Posted January 21, 2006 Just use Xcode2.1 from the Developer Tools. Disable the qemuhelp option and it should compile without any problems. This is only for the gui. Link to comment https://www.insanelymac.com/forum/topic/7207-qemux/#findComment-45719 Share on other sites More sharing options...
Recommended Posts