apt update
apt install wget cpio unzip rsync bc
make
make
The following error occurs, how can I solve it?
make -s -C buildroot BR2_DL_DIR=/root/workspace/develop/buildroot_miyoomini/dl BR2_EXTERNAL="../br2miyoomini ../br2sanetime ../br2games ../br2directfb2" BR2_DEFCONFIG="../br2miyoomini/configs/miyoomini_defconfig" BR2_CCACHE=y BR2_CCACHE_DIR="/root/workspace/develop/buildroot_miyoomini/ccache"
scummvm 0541275c2761b450b2fc8c5ffbc6911b26f91394 Downloading
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Detected a corrupted git cache.
Removing it and starting afresh.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Detected a corrupted git cache.
This is the second time in a row; bailing out
make[1]: [package/pkg-generic.mk:189: /root/workspace/develop/buildroot_miyoomini/buildroot/output/build/scummvm-0541275c2761b450b2fc8c5ffbc6911b26f91394/.stamp_downloaded] Error 1
make: [br2secretsauce/common.mk:99: buildroot] Error 2
How do I build this?
I tried to build as below.
The following error occurs, how can I solve it? make -s -C buildroot BR2_DL_DIR=/root/workspace/develop/buildroot_miyoomini/dl BR2_EXTERNAL="../br2miyoomini ../br2sanetime ../br2games ../br2directfb2" BR2_DEFCONFIG="../br2miyoomini/configs/miyoomini_defconfig" BR2_CCACHE=y BR2_CCACHE_DIR="/root/workspace/develop/buildroot_miyoomini/ccache"
Please make sure you have the correct access rights and the repository exists. Detected a corrupted git cache. Removing it and starting afresh. git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists. Detected a corrupted git cache. This is the second time in a row; bailing out make[1]: [package/pkg-generic.mk:189: /root/workspace/develop/buildroot_miyoomini/buildroot/output/build/scummvm-0541275c2761b450b2fc8c5ffbc6911b26f91394/.stamp_downloaded] Error 1 make: [br2secretsauce/common.mk:99: buildroot] Error 2