You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2023. It is now read-only.
E: Unable to locate package linux-compiler-gcc-4.8-x86
E: Couldn't find any package by regex 'linux-compiler-gcc-4.8-x86'
This is the procedure I followed:
mkdir ~/sonic
cd ~/sonic
git clone [email protected]:project-arlo/sonic-buildimage.git
cd sonic-buildimage
[Currently on "master branch". Is this the correct branch to build?]
make init
make configure PLATFORM=vs
make target/sonic-vs.bin
I'm trying to build and I get this error:
This is the procedure I followed: