maxime-esa / asn1scc

ASN1SCC: An open source ASN.1 compiler for embedded systems

Home Page:https://www.thanassis.space/asn1.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem running ./asn1-docker.sh

Sedictious opened this issue · comments

I had a problem when running ./asn1-docker.sh. No matter what arguments I tried to passed it prompted me to insert a filename (ERROR: missing parameter '<files>...'.) and just dumped its manpage

After changing the script from [...] asn1scc-runtime /opt/asn1scc/asn1scc "$@" to [...] asn1scc-runtime "$@" everything started working as expected

Fixed!
Thanks for reporting the issue.