Next to this, when running "make menuconfig" as a regular user (so, not root), I get the following error in the very beginning of that process:
[EMAIL PROTECTED]:/home/foxboard/devboard-R2_01$ make menuconfig make tools make[1]: Entering directory `/home/foxboard/devboard-R2_01' make -C tools/build install make[2]: Entering directory `/home/foxboard/devboard-R2_01/tools/build-R2_12_4' make -C ccdv install BINDIR="/home/foxboard/devboard-R2_01/tools/build-R2_12_4/bin" LIBDIR="/home/foxboard/devboard-R2_01/tools/build-R2_12_4/lib" make[3]: Entering directory `/home/foxboard/devboard-R2_01/tools/build-R2_12_4/ccdv' install -p -d /home/foxboard/devboard-R2_01/tools/build-R2_12_4/bin * Error -p is not a supported platform make[3]: *** [install] Error 1 make[3]: Leaving directory `/home/foxboard/devboard-R2_01/tools/build-R2_12_4/ccdv' make[2]: *** [ccdv] Error 2 make[2]: Leaving directory `/home/foxboard/devboard-R2_01/tools/build-R2_12_4' make[1]: *** [tools] Error 2 make[1]: Leaving directory `/home/foxboard/devboard-R2_01' make: *** [/home/foxboard/devboard-R2_01/tools/build/bin/amconf] Error 2 If I do the same as root, then I'm able to run menuconfig and to build the FoxBoard image... So, something must be wrong with some permissions, I'm afraid. Best rgds, --Geert
