Peter - 2016-06-14

gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 7.3.0 (clang-703.0.31)
Target: x86_64-apple-darwin15.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

CFLAGS=-O3 CXXFLAGS=-O3 ../bochs/configure --prefix=/toolchain/ --enable-debugger --enable-disasm --disable-debugger-gui --with-rfb --disable-readline --with-sdl2 --enable-all-optimizations --enable-fpu --enable-show-ips --enable-instrumentation=instrument/gkd

cd cpu && \ /Applications/Xcode.app/Contents/Developer/usr/bin/make libcpu.a
g++ -c -I.. -I../../bochs/cpu/.. -I../instrument/gkd -I../../bochs/cpu/../instrument/gkd -O3 -fpascal-strings -fno-common -Wno-four-char-constants -Wno-unknown-pragmas -Dmacintosh -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/local/include/SDL2 -D_THREAD_SAFE ../../bochs/cpu/decoder/fetchdecode.cc -o decoder/fetchdecode.o
error: unable to open output file 'decoder/fetchdecode.o': 'No such file or directory'
1 error generated.
make[1]: [decoder/fetchdecode.o] Error 1
make:
[cpu/libcpu.a] Error 2