Re: Trouble trying to test GCC on a simulator

2014-09-09 Thread Hans-Peter Nilsson
On Mon, 8 Sep 2014, Pierre-Marie de Rodat wrote: > # Get newlib and the simulator > cvs -d :pserver:anon...@sourceware.org:/cvs/src co newlib sim > # Get binutils > git clone git://sourceware.org/git/binutils-gdb.git > > # Create the combined tree > rm -rf combined > mkd

Re: Trouble trying to test GCC on a simulator

2014-09-08 Thread Tristan Gingold
On 08 Sep 2014, at 16:51, Pierre-Marie de Rodat wrote: > On 09/08/2014 12:26 PM, Tristan Gingold wrote: >> CVS ? Binutils (and gdb) are now using git: > > Huh! I knew this, but not being a daily CVS user, I though the commands in > the documentation would get a binutils version that was someh

Re: Trouble trying to test GCC on a simulator

2014-09-08 Thread Pierre-Marie de Rodat
On 09/08/2014 12:26 PM, Tristan Gingold wrote: CVS ? Binutils (and gdb) are now using git: Huh! I knew this, but not being a daily CVS user, I though the commands in the documentation would get a binutils version that was somehow tailored for GCC's needs. Anyway, here is what I just tried in

Re: Trouble trying to test GCC on a simulator

2014-09-08 Thread Tristan Gingold
On 08 Sep 2014, at 12:01, Pierre-Marie de Rodat wrote: > Hello, > > I would like to test a GCC patch on the platform it is supposed to affect > (PowerPC). In order to to this, I'm using the following documentation: > >https://gcc.gnu.org/simtest-howto.html > > However, after fresh CVS ch

Trouble trying to test GCC on a simulator

2014-09-08 Thread Pierre-Marie de Rodat
Hello, I would like to test a GCC patch on the platform it is supposed to affect (PowerPC). In order to to this, I'm using the following documentation: https://gcc.gnu.org/simtest-howto.html However, after fresh CVS checkouts (even without my changes on the GCC tree) and the correspondi