Skip to content

Fix scripts in bin/ - #53

Open
elopez wants to merge 2 commits into
larkmjc:masterfrom
elopez:fix-bin-scripts
Open

Fix scripts in bin/#53
elopez wants to merge 2 commits into
larkmjc:masterfrom
elopez:fix-bin-scripts

Conversation

@elopez

@elopez elopez commented Jun 28, 2019

Copy link
Copy Markdown

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 added 2 commits June 28, 2019 14:41
Currently, the rv-sim and rv-jit scripts on bin/ use relative paths
and will break if called from outside the rv8 code folder. This commit
makes them calculate absolute paths and use them instead of the
relative ones.
@elopez elopez changed the title Fix argument passing of scripts in bin/ Fix scripts in bin/ Jul 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant