Closed rodrigomelo9 closed 3 years ago
To compile Yosys in my armv71 (Moto G6, Android 9), I needed pkg install tcl python.
pkg install tcl python
If you are sure that not needed by aarch64 and you like the idea, I can compare the output of uname -m with armv71 to install the additional packages. Let me know.
uname -m
armv71
I think it's ok to add them into base.sh by default. We'll take care of more granular dependency definition when proper packages are created.
base.sh
To compile Yosys in my armv71 (Moto G6, Android 9), I needed
pkg install tcl python
.If you are sure that not needed by aarch64 and you like the idea, I can compare the output of
uname -m
witharmv71
to install the additional packages. Let me know.