[M3devel] help booting I386_DARWIN?

Mika Nystrom mika at async.caltech.edu
Thu Jul 2 10:55:58 CEST 2009


Jay, all right, GetPC returns 0, and moving on....

[unknown-00-17-f2-4c-66-5c:~/cm3-boot-I386_DARWIN-1] mika% make
Makefile:3312: warning: overriding commands for target `UnixLink.c.o'
Makefile:687: warning: ignoring old commands for target `UnixLink.c.o'
as M3Buf.ms -o M3Buf.ms.o
M3Buf.ms:1610:operands given don't match any known 386 instruction
M3Buf.ms:1618:operands given don't match any known 386 instruction
make: *** [M3Buf.ms.o] Error 1
[unknown-00-17-f2-4c-66-5c:~/cm3-boot-I386_DARWIN-1] mika% sed -n 1610,1618p M3Buf.ms
        rep movsl
        movl    %edx, -2184(%ebp)
        leal    -2048(%ebp), %eax
        movl    %eax, -2188(%ebp)
        movl    $509, -2192(%ebp)
        movl    -2184(%ebp), %edi
        movl    -2188(%ebp), %esi
        movl    -2192(%ebp), %ecx
        rep movsl
[unknown-00-17-f2-4c-66-5c:~/cm3-boot-I386_DARWIN-1] mika% 

No this is what I have:

[unknown-00-17-f2-4c-66-5c:~/cm3-boot-I386_DARWIN-1] mika% sw_vers
ProductName:    Mac OS X
ProductVersion: 10.4.11
BuildVersion:   8S2167
[unknown-00-17-f2-4c-66-5c:~/cm3-boot-I386_DARWIN-1] mika% gcc -v
Using built-in specs.
Target: i686-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5250.obj~20/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --build=powerpc-apple-darwin8 --with-arch=pentium-m --with-tune=prescott --program-prefix= --host=i686-apple-darwin8 --target=i686-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5250)
[unknown-00-17-f2-4c-66-5c:~/cm3-boot-I386_DARWIN-1] mika% 

odd that it would work for you... hmm I wonder, maybe the Xcode needs
updating?

A little tricky in that case since I don't have console access and
am not really a Mac guru.

     Mika



More information about the M3devel mailing list