Hi Justin, Can you provide -lDEBUG at the command line when running the newt tool?
My guess would be that for some reason its still using llvm and gcc. In order for sim to work properly, it needs to be using 32-bit gcc. Thanks, Sterling On Sat, Oct 24, 2015 at 7:09 PM, Justin Mclean <[email protected]> wrote: > Hi, > > Although when thinking about it a bit it's probably using gcc-5 right? > > gcc-5 -v > Using built-in specs. > COLLECT_GCC=gcc-5 > COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/5.2.0/libexec/gcc/x86_64-apple-darwin14.5.0/5.2.0/lto-wrapper > Target: x86_64-apple-darwin14.5.0 > Configured with: ../configure --build=x86_64-apple-darwin14.5.0 > --prefix=/usr/local/Cellar/gcc/5.2.0 > --libdir=/usr/local/Cellar/gcc/5.2.0/lib/gcc/5 > --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-5 > --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr > --with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl > --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking > --enable-checking=release --enable-lto --with-build-config=bootstrap-debug > --disable-werror --with-pkgversion='Homebrew gcc 5.2.0' > --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin > --disable-nls --enable-multilib > Thread model: posix > gcc version 5.2.0 (Homebrew gcc 5.2.0) > > Thanks, > Justin
