-
Notifications
You must be signed in to change notification settings - Fork 13
Description
When compiling my project it fails with uart:read/2 not found. Yet this is running on 6.6 and the method is in the AtomVM source.
I believe the problem lies with the instructions for building the avm_deps directory.
in the exatomvm README it says:
Download a copy of the AtomVM-libs from the AtomVM Gitbub release repository.
Extract the contents of this archive and copy the enclosed AVM files into your avm_deps directory.
I have downloaded the only file that seemed relevant : atomvmlib-v0.6.6.avm, however this is not an extractable archive and I don't have the list of files suggested:
shell$ ls -l avm_deps
total 264
-rw-rw-r-- 1 frege wheel 11380 May 8 16:32 alisp.avm
-rw-rw-r-- 1 frege wheel 48956 May 8 16:32 atomvmlib.avm
-rw-rw-r-- 1 frege wheel 23540 May 8 16:32 eavmlib.avm
-rw-rw-r-- 1 frege wheel 25456 May 8 16:32 estdlib.avm
-rw-rw-r-- 1 frege wheel 1052 May 8 16:32 etest.avm
-rw-rw-r-- 1 frege wheel 16356 May 8 16:32 exavmlib.avm
Could you clarify what archive should be downloaded to provide these avm_deps. Is it actually in the assets list?
Many thanks
Sunny