



problem using ddd to sim orpsocv2
by sceptor_hbm on Aug 22, 2013 |
sceptor_hbm
Posts: 1 Joined: Jul 16, 2013 Last seen: Sep 10, 2013 |
||
It appears that the make file(s) somewhere are deleting the *.bin and *.elf files after making the vmem file. ddd needs the *.elf file to debug the code.
Does anyone know where in the make file(s) the delete file command is so I can comment it out? EX. in building the or1200-basic" test with the command "make rtl-tests TEST=or1200-basic VPI=1 VCD=1", the terminal has the following output reporting during the make process. ............................................................................. make[1]: Entering directory `/home/morrell/OpenRisc/orpsocv2/sim/run' ### Compiling software ### make[2]: Entering directory `/home/morrell/OpenRisc/orpsocv2/sw/tests/or1200/sim' rm or1200-basic.bin or1200-basic.elf make[2]: Leaving directory `/home/morrell/OpenRisc/orpsocv2/sw/tests/or1200/sim' ### Compiling ### ............................................................................. Thanks. |



