milkv-vega / vega-buildroot-sdk

Milk-V Vega Official buildroot SDK
Apache License 2.0
8 stars 4 forks source link

Build dependencies `bison` and `flex` and others not stated #7

Open nuschpl opened 4 months ago

nuschpl commented 4 months ago

Lack of presence of bison and flex, mkfs.ubifs (package mtd-utils ), dtc (package device-tree-compiler) in the building OS generates the errors in the middle of build.sh . One issue with that is that it's not explicitly interrupt the build process (this was already reported in #6 ), the other issue reported here is that all OS dependencies should be asserted initially before the build process will start using external tools.