starfive-tech / VisionFive2

438 stars 78 forks source link

VisionFive2 Build error #90

Closed COthello closed 3 months ago

COthello commented 4 months ago

Hi, When I build VersionFive2, I got an error message like following, could anyone help to fix it?Thanks. versionfive

andyhu-stf commented 4 months ago

We can't reproduce your issue. From your log, it seem that you had removed work/buildroot_initramfs/build/host-ncurses-6.1/.stamp_patched and then you just rebuild it again. or you can try build the host-ncurses package:

make -C ./work/buildroot_initramfs/ O=./work/buildroot_initramfs host-ncurses-dirclean make -C ./work/buildroot_initramfs/ O=./work/buildroot_initramfs host-ncurses-rebuild

COthello commented 3 months ago

make -C ./work/buildroot_initramfs/ O=./work/buildroot_initramfs host-ncurses-rebuild

thank you,it works.