4.9 Testing Request
Ralf Corsepius
ralf.corsepius at rtems.org
Thu Sep 18 01:56:56 UTC 2008
On Wed, 2008-09-17 at 21:11 -0400, Robert S. Grimes wrote:
> I'm having trouble installing the 4.9-testing code with 4.10 tools. It
> builds just fine, but fails during the installation.
>
> Here is the end of the build output:
>
> /usr/bin/install -c -m 644
> '../../../../../../rtems-cvs-20080911/c/src/../../cpukit/posix/inline/rtems/posix/barrier.inl'
> '/usr/rtems/4.9/powerpc-rtems/virtex/lib/include/rtems/posix/barrier.inl'
> /usr/bin/install -c -m 644
> '../../../../../../rtems-cvs-20080911/c/src/../../cpukit/posix/inline/rtems/posix/rwlock.inl'
> '/usr/rtems/4.9/powerpc-rtems/virtex/lib/include/rtems/posix/rwlock.inl'
> /usr/bin/install -c -m 644
> '../../../../../../rtems-cvs-20080911/c/src/../../cpukit/posix/inline/rtems/posix/spinlock.inl'
> '/usr/rtems/4.9/powerpc-rtems/virtex/lib/include/rtems/posix/spinlock.inl'
> test -z "/usr/rtems/4.9/powerpc-rtems/virtex/lib" || /bin/mkdir -p
> "/usr/rtems/4.9/powerpc-rtems/virtex/lib"
> /usr/bin/install -c -m 644 'libposix.a'
> '/usr/rtems/4.9/powerpc-rtems/virtex/lib/libposix.a'
> powerpc-rtems-ranlib '/usr/rtems/4.9/powerpc-rtems/virtex/lib/libposix.a'
> /bin/bash: line 4: powerpc-rtems-ranlib: command not found
> Seems it can't find powerpc-rtems-ranlib, yet it does exist, and in the
> same directory as the other tools, so the path is correct. Any ideas?
Which --target did you pass to configure?
powerpc-rtems-ranlib indicates you to have used --target=powerpc-rtems
This should be --target=powerpc-rtems4.9 (to use the powerpc-rtems4.9
toolchain) rsp. --target=powerpc-rtems4.10 (to use the powerpc-rtems4.10
toolchain).
Background: Somewhat oversimplified, the TARGET specified in
--target=TARGET is the toolchain prefix of the toolchain to be used.
Ralf
More information about the users
mailing list