Grant Ayers
Grant Ayers
You shouldn't need to add any extra flags to the build commands. Make sure the $TARGET and $PREFIX environment variables still contain the correct values (if you start a new...
There is a typo in the line "mv gmp-6.0.0a gcc-4.9.1/gmp". It should read "mv gmp-6.0.0 gcc-4.9.1/gmp". This will cause the configure script to fail, though the error message is different...
The toolchain is essentially GCC + Binutils, so almost any unix-like environment will let you build it. I've built the toolchain on Ubuntu/Linux (32/64-bit), Cygwin (32/64-bit), and FreeBSD (64-bit), so...
Take a look at the TracingCache class in tracing_cache.h. You can interpose it between levels of the cache hierarchy in your configuration file.