Angstrom-distribution / setup-scripts

Helper scripts for setting an Angstrom development environment
http://www.angstrom-distribution.org/building-angstrom
MIT License
84 stars 108 forks source link

Installation issue #57

Closed quikegon closed 8 years ago

quikegon commented 8 years ago

Hi,

While executing "MACHINE=beagleboard ./oebb.sh config beagleboard", following the tutorial, this message is shown:

"env: gawk: No such file or directory"

I have cloned correctly, and I am at the directory "setup-scripts".

Thanks

koenkooi commented 8 years ago

You need to install the GNU awk package on your buildhost, e.g. 'apt-get install gawk', 'dnf install gawk' or similar.

quikegon commented 8 years ago

Thanks for answer so quickly. But there must be some problem about initial configuration. When I run "apt-get install gawk", the process starts, but it gets interrupted with a "E: Unable to locate the package gawk".

Sorry, I am noob hehe. Maybe network or repositories are not properly configurated?