On Sun, 2013-01-13 at 09:48 +0100, Franck Jullien wrote: > Hi, > > I'm trying to run the GDB testsuite on our GDB 7.2 from the gnu-stable > repo at opencores but I get this: http://pastebin.com/k64ECEyW > > make check > .... > make[3]: Entering directory > `/home/franck/openRISC/gnu-src/bd-elf-gdb/opcodes/po' > make[3]: Nothing to be done for `check'. > make[3]: Leaving directory > `/home/franck/openRISC/gnu-src/bd-elf-gdb/opcodes/po' > make[2]: Leaving directory `/home/franck/openRISC/gnu-src/bd-elf-gdb/opcodes' > /bin/sh: line 3: cd: ./etc: No such file or directory > make[1]: *** [check-etc] Error 1 > make[1]: Leaving directory `/home/franck/openRISC/gnu-src/bd-elf-gdb'
Hi Franck, It should all work if you have DEJAGNU pointing to your site.exp. The one supplied may need tweaking - I can't remember if it has any absolute values in it. The particular fragment above looks to be "make check" trying to go into the opcodes directory, which is not relevant to GDB". Do you have problems if you use "make check-gdb"? HTH, Jeremy -- Tel: +44 (1590) 610184 Cell: +44 (7970) 676050 SkypeID: jeremybennett Email: [email protected] Web: www.embecosm.com _______________________________________________ OpenRISC mailing list [email protected] http://lists.openrisc.net/listinfo/openrisc
