summaryrefslogtreecommitdiffstats
path: root/doc/started/buildc.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-27 19:28:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-27 19:28:20 +0000
commitcdf30abaa27825836e0225d2020dd9d30d97d4f0 (patch)
tree0e25d70b579476f14b04b51300dd3296b6608ed9 /doc/started/buildc.t
parentClarifed description of driver name. (diff)
downloadrtems-cdf30abaa27825836e0225d2020dd9d30d97d4f0.tar.bz2
Update from David Fiddes.
Diffstat (limited to 'doc/started/buildc.t')
-rw-r--r--doc/started/buildc.t16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/started/buildc.t b/doc/started/buildc.t
index c5cf38973a..fee12bf660 100644
--- a/doc/started/buildc.t
+++ b/doc/started/buildc.t
@@ -221,6 +221,22 @@ are on a Solaris 2.x host, then change the first line of the files
@code{bit}, @code{bit_gdb}, and @code{bit_rtems} to use the
@code{/bin/ksh} shell instead.
+@subsection Linux
+
+@subsubsection Broken install Program
+
+Certain versions of GNU fileutils include a version of @code{install} which
+does not work properly. Please perform the following test to see if you
+need to upgrade:
+
+@example
+install -c -d /tmp/foo/bar
+@end example
+
+If this does not create the specified directories your install
+program will not install RTEMS properly. You will need to upgrade
+to at least GNU fileutile version 3.16 to resolve this problem.
+
@c
@c Reading the Documentation
@c