rv8 icon indicating copy to clipboard operation
rv8 copied to clipboard

Fix scripts in bin/

Open elopez opened this issue 5 years ago • 0 comments

Currently the scripts are not passing the arguments to rv-jit and rv-sim, so using the programs in any meaningful way without installing it is not possible. Additionally, the use of relative paths for linking means the scripts only work when ran on the rv8 directory. The included patches add "$@" so that the arguments get to the programs, and replaces relative paths with absolute ones.

elopez avatar Jun 28 '19 17:06 elopez