Skip to content

Fix scripts in bin/ #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

elopez
Copy link

@elopez elopez commented Jun 28, 2019

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