Skip to content

packbeam --external requires full path #29

@pguyot

Description

@pguyot

Surprisingly, it seems that

rebar3 atomvm packbeam -e estdlib/estdlib.avm -e eavmlib/eavmlib.avm

doesn't work and fails with enoent, while:

rebar3 atomvm packbeam -e `pwd`/estdlib/estdlib.avm -e `pwd`/eavmlib/eavmlib.avm

does work.

I guess the current working directory is not where rebar3 is invoked from. It should at least be mentioned in documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions