arm_noob wrote:
ulf wrote:
Note that it will only run properly if you run as root
Hey ulf, I really appreciate all the help. Unfortunately, since I only have access to computers in a lab, I don't have access to the root account. And the lab manager's policy is "if you need access to the root account, it's because you're doing something you probably shouldn't." =) Anyways -- do you know if there's a way around requiring the root account? Thanks again for the help
When I do
make B=<board> board
a file is copied into .config.
Edit this file and remove the references to the directories
The best way of editing this file is to do
$ make menuconfig
The directories are the download directory for tarballs,
the directory where the compiler is built, and
the /tftpboot directory.
An alternative is that You could ask your lab manager to create
these directories instead, and give you write access.
The benefit is that everyone on the computer can
use the cross compiler and there will be a common
location where tarballs are saved, which should reduce the
need for hard disk.
Buildroot can easily use Gigabuyytes of hard disk.