Jump to content
9 posts in this topic

Recommended Posts

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

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

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

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

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

×
×
  • Create New...