From 3058ac6517d5ebc53be892fc3327747646bec2a2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 28 Nov 2009 02:33:36 +0000 Subject: A note about spaces in directory pathes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2283 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/configs/README.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/misc/buildroot/configs/README.txt b/misc/buildroot/configs/README.txt index 931cdd55d..59805fe6b 100644 --- a/misc/buildroot/configs/README.txt +++ b/misc/buildroot/configs/README.txt @@ -141,6 +141,20 @@ GENERAL BUILD STEPS Cygwin GCC BUILD NOTES ^^^^^^^^^^^^^^^^^^^^^^ + + Cygwin normally creates a /home directory with your Windows user name. Unfortunately, + that could very likely include spaces. In that case, the Cygwin build will have + lots of problems. Here is how I worked around that: + + - I created a /home/buildroot directory and copied buildroot to that location + (/home/build/buildroot/buildroot) + - I have the archives directory at /home/buildroot/archives + - And a symbolic link to the nuttx build directory at /home/buildroot/nuttx + + With those workarounds, the buildroot will build. However, you will also need + to either edit the setenv.sh file to reference this new location, or else move + resulting build diectory. + On Cygwin, the buildroot 'make' command will fail with an error like: "... -- cgit v1.2.3