So I'm following this tutorial online to build a cross compiler for the Raspberry PI. Tutorial
When executing the command 'ct-ng build' to prepare the compiler, I'm getting:
insn-opinit.h: No such file or directory
I'm using GCC v4.8.1 Linaro with non-parallel builds. There seems to be a patch for GCC available, but I have no idea where to start with this. Any advice would be appreciated. Thanks.