linux - (ONIE) stg: command not found and Error 127 in Ubuntu terminal -


i trying follow guide: https://github.com/opencomputeproject/onie/blob/master/machine/kvm_x86_64/install have gotten stuck.

on line: make machine=kvm_x86_64 all, stg: command not found when trying apply patch. error 127 on make command. here's output:

error

i have g++ , git installed. doing wrong?

from onie project wiki building onie:

for debian-based system, makefile target exists installs required packages on build machine. onie project maintain target current stable version of debian. target requires use of sudo(8), since package installation requires root privileges:

$ cd build-config $ sudo apt-get update $ sudo apt-get install build-essential $ make debian-prepare-build-host 

Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -