mirror of
https://github.com/ctm/syn68k.git
synced 2025-02-17 22:30:25 +00:00
Added steps to README so I can reproduce successful tests.
This commit is contained in:
parent
ded4972934
commit
e1cada4e55
20
README
20
README
@ -8,20 +8,16 @@ if I can use autoreconf to do the right thing.
|
|||||||
Mac OS X 10.6 notes:
|
Mac OS X 10.6 notes:
|
||||||
Xcode: 3.2.3 64-bit Xcode IDE: 1688.0, Xcode Core: 1691.0, ToolSupport: 1591.0
|
Xcode: 3.2.3 64-bit Xcode IDE: 1688.0, Xcode Core: 1691.0, ToolSupport: 1591.0
|
||||||
|
|
||||||
PATH="/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
|
PATH="/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
|
||||||
|
./autogen.sh
|
||||||
CC='gcc -m32 -fno-stack-check -fno-stack-protector' ../configure
|
mkdir build
|
||||||
|
cd build
|
||||||
|
CC='gcc -m32 -fno-stack-check -fno-stack-protector' ../configure
|
||||||
|
make
|
||||||
|
cd test
|
||||||
|
./syngentest
|
||||||
|
|
||||||
========================================================================
|
========================================================================
|
||||||
Mac OS X 10.6 (Snow Leopard) note: by default gcc now creates 64-bit
|
|
||||||
binaries, which means the version of Syn68k that will be built won't work
|
|
||||||
with Executor. The "-m32" command line option does the right thing, so it
|
|
||||||
should be possible to get Syn68k (and Executor) to work on Snow Leopard
|
|
||||||
again, but I don't know that I'll have much time for it.
|
|
||||||
========================================================================
|
|
||||||
|
|
||||||
|
|
||||||
Syn68k is a "synthetic CPU" that executes Motorola 68LC040
|
Syn68k is a "synthetic CPU" that executes Motorola 68LC040
|
||||||
instructions, either via interpretation or via compilation into Intel
|
instructions, either via interpretation or via compilation into Intel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user