-
Notifications
You must be signed in to change notification settings - Fork 4
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
packbeam --external requires full path #29
Comments
Indeed. It is only vaguely implied in the example of packing an external file… But not stated explicitly. I will change the help to say this should be the full path to the avm file, and make it clear in the documentation as well. |
UncleGrumpy
added a commit
to UncleGrumpy/atomvm_rebar3_plugin
that referenced
this issue
Sep 24, 2024
Changes the way external AVMs are parsed to allow using a relative path to the included `.avm` files. Closes atomvm#29 Signed-off-by: Winford <[email protected]>
UncleGrumpy
added a commit
to UncleGrumpy/atomvm_rebar3_plugin
that referenced
this issue
Sep 24, 2024
Changes the way external AVMs are parsed to allow using a relative path to the included `.avm` files. Closes atomvm#29 Signed-off-by: Winford <[email protected]>
Please take a look at PR #36, it enables using relative paths as well for external AVMs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Surprisingly, it seems that
doesn't work and fails with enoent, while:
does work.
I guess the current working directory is not where rebar3 is invoked from. It should at least be mentioned in documentation.
The text was updated successfully, but these errors were encountered: