Make install problem with v4.8.0 on fedora9

Robert S. Grimes rsg at alum.mit.edu
Mon Sep 22 14:57:04 UTC 2008


Arquer Stephane wrote:
> Hello,
>
> I'm trying to compile rtems 4.8.0 on a fedora 9,  configure and make command succeeded but the make install break with the following error msg:
> ...
> Making install in libmd
> gmake[4]: entrant dans le répertoire « /home/arquers/rtems/rtems-4.8.0/build/sparc-rtems4.8/c/leon3/cpukit/libmd »
> gmake[5]: entrant dans le répertoire « /home/arquers/rtems/rtems-4.8.0/build/sparc-rtems4.8/c/leon3/cpukit/libmd »
> gmake[5]: Rien à faire pour « install-exec-am ».
> gmake[5]: Rien à faire pour « install-data-am ».
> gmake[5]: quittant le répertoire « /home/arquers/rtems/rtems-4.8.0/build/sparc-rtems4.8/c/leon3/cpukit/libmd »
> gmake[4]: quittant le répertoire « /home/arquers/rtems/rtems-4.8.0/build/sparc-rtems4.8/c/leon3/cpukit/libmd »
> Making install in wrapup
> gmake[4]: entrant dans le répertoire « /home/arquers/rtems/rtems-4.8.0/build/sparc-rtems4.8/c/leon3/cpukit/wrapup »
> gmake[5]: entrant dans le répertoire « /home/arquers/rtems/rtems-4.8.0/build/sparc-rtems4.8/c/leon3/cpukit/wrapup »
> gmake[5]: Rien à faire pour « install-exec-am ».
> test -z "/opt/rtems-4.8/sparc-rtems4.8/leon3/lib" || /bin/mkdir -p "/opt/rtems-4.8/sparc-rtems4.8/leon3/lib"
>  /usr/bin/install -c -m 644 'librtemscpu.a' '/opt/rtems-4.8/sparc-rtems4.8/leon3/lib/librtemscpu.a'
>  sparc-rtems4.8-ranlib '/opt/rtems-4.8/sparc-rtems4.8/leon3/lib/librtemscpu.a'
> /bin/sh: line 4: sparc-rtems4.8-ranlib: command not found
> gmake[5]: *** [install-project_libLIBRARIES] Erreur 127
> gmake[5]: quittant le répertoire « /home/arquers/rtems/rtems-4.8.0/build/sparc-rtems4.8/c/leon3/cpukit/wrapup »
> gmake[4]: *** [install-am] Erreur 2
> gmake[4]: quittant le répertoire « /home/arquers/rtems/rtems-4.8.0/build/sparc-rtems4.8/c/leon3/cpukit/wrapup »
> gmake[3]: *** [install-recursive] Erreur 1
> gmake[3]: quittant le répertoire « /home/arquers/rtems/rtems-4.8.0/build/sparc-rtems4.8/c/leon3/cpukit »
> gmake[2]: *** [install-recursive] Erreur 1
> gmake[2]: quittant le répertoire « /home/arquers/rtems/rtems-4.8.0/build/sparc-rtems4.8/c/leon3 »
> gmake[1]: *** [install-recursive] Erreur 1
> gmake[1]: quittant le répertoire « /home/arquers/rtems/rtems-4.8.0/build/sparc-rtems4.8/c »
> make: *** [install-recursive] Erreur 1
> [arquers at localhost build]$
>
>
> Does anybody know this problem ?
>
>   
I had this problem - it fails to find ranlib, even though ranlib was 
used during the build process. 

Did you set the PATH to point to the tools?

I had, but I needed to use sudo (e.g. sudo make install) to use root 
privileges, which meant root's path was being used.

HTH
-Bob
> Thanks for help.
>
> Stephane.
>
>
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.com
> http://rtems.rtems.org/mailman/listinfo/rtems-users
>
>   




More information about the users mailing list