On Thu, 12 Sep 2013 22:02:32 +0200 Frédéric Bron <frederic.bron@xxxxxxx> wrote: > 2013/9/12 Hendrik Greving <hendrik.greving.intel@xxxxxxxxx>: > > I don't know your first error, but this one: "xgcc: error trying to > > exec 'cc1': execvp: No such file or directory" is if you don't > > properly 'make install' the compiler. Without installing, you need to > > run with xgcc -B <gcc directory> > > Thanks. The strange thing is that 'make' does that alone part of the > build process and with 4.7.3 it works nicely, only with 4.8.1 does it > produce the error. So I do not really know how to fix it. 1) Did you do a "make install" after "make"? 2) Did you try the "xgcc -B <gcc directory>"? Does it work? Regards, Michael