pc386 BSP install fails: pr743 side-effect ?

Joel Sherrill <joel@OARcorp.com> joel.sherrill at OARcorp.com
Wed May 18 22:02:47 UTC 2005



Daron Chabot wrote:
> Hi all,
> 
> I've built rtems from cvs using rtems-4-6-branch. However, when i run  
> "make install", the process fails with:
> 
>  /usr/bin/install -c -m 644 '../../../../../../../../../rtems-4.6.2/ 
> c/src/lib/libbsp/i386/pc386/clock/tod.h'  '/opt/rtems/i386-rtems/ 
> pc386/lib/include/tod.h'
> install: ../../../../../../../../../rtems-4.6.2/c/src/lib/libbsp/i386/ 
> pc386/clock/tod.h: No such file or directory
> make[7]: *** [install-includeHEADERS] Error 71
> make[6]: *** [install-am] Error 2
> make[5]: *** [install-recursive] Error 1
> make[4]: *** [install-recursive] Error 1
> make[3]: *** [install-recursive] Error 1
> make[2]: *** [install-recursive] Error 1
> make[1]: *** [install-recursive] Error 1
> make: *** [install-recursive] Error 1
> 
> Looks like this could be a side-effect of PR743 ?  I'm building on an  
> ibook, using autoconf-2.59, automake-1.8.2, binutils-2.14, gcc-3.3.3,  
> and newlib-1.11.0.

Looks like a typo. Try this patch and let us know.

Index: clock/Makefile.am
===================================================================
RCS file: 
/usr1/CVS/rtems/c/src/lib/libbsp/i386/pc386/clock/Attic/Makefile.am,v
retrieving revision 1.7.2.2
diff -u -r1.7.2.2 Makefile.am
--- clock/Makefile.am	20 Jan 2005 16:54:45 -0000	1.7.2.2
+++ clock/Makefile.am	18 May 2005 22:03:07 -0000
@@ -13,7 +13,7 @@

  tod.h: $(top_srcdir)/../../shared/tod.h
  	cp $< $@
-CLEANFILES = tod
+CLEANFILES = tod.h

  $(PROJECT_INCLUDE):
  	$(mkinstalldirs) $@






> Rtems was configured as:
> ../rtems-4.6.3/configure --target=i386-rtems --prefix=/opt/rtems -- 
> enable-cxx --enable-rdbg --enable-networking --enable-posix --disable- 
> tests --enable-rtemsbsp="pc386"
> 
> I have a log of the build/install (if that'll help).
> 
> Thanks.
> 
> -- dc


-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel at OARcorp.com                 On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
    Support Available             (256) 722-9985




More information about the users mailing list