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
Add an easy way to switch the build toolchain to support armv7 architecture (pcduino, etc)
/etc/default/distcc -> set ZEROCONF="true"
Lots of alerts and warnings when starting up the VB image. (regarding mouse and keyboard control). Would be nice if these didn't pop up.
/etc/default/distcc -> set ALLOWEDNETS="127.0.0.1 192.168.0.0./8 10.0.0.0/8" for those of us working on the local host (non-bridged) and also on10...*` networks. We share our code ... and we share our compilers :)
move the PATH variable inside the /etc/init.d/distcc script to /etc/default/distcc (to keep it all in one place) (also make a note of this location with the other notes that mention allowed nets, etc). This path variable is all you need to change to get it compiling with armv7 (i.e. you change the path and restart the distcc daemon).
add simple script in the ubuntu home directory for changing the PATH variable, plus a README giving basic configuration instructions (mirrored from our wiki) for how to configure basic stuff.
init.d script for pi that allows it to optionally automatically locate an online distcc server via zeroconf and set the MAKEVARS appropriately. i.e. this
sudo apt-get install console-dataand select us english for now)sudo apt-get install avahi-daemon avahi-utils libavahi-compat-libdnssd-dev)/etc/default/distcc-> setZEROCONF="true"/etc/default/distcc-> setALLOWEDNETS="127.0.0.1 192.168.0.0./8 10.0.0.0/8" for those of us working on the local host (non-bridged) and also on10...*` networks. We share our code ... and we share our compilers :)PATHvariable inside the/etc/init.d/distccscript to/etc/default/distcc(to keep it all in one place) (also make a note of this location with the other notes that mention allowed nets, etc). This path variable is all you need to change to get it compiling witharmv7(i.e. you change the path and restart the distcc daemon).PATHvariable, plus aREADMEgiving basic configuration instructions (mirrored from our wiki) for how to configure basic stuff.And this