Problem building the ss20021007
Paul Whitfield
paulw at microsol.iinet.net.au
Thu Oct 24 08:44:58 UTC 2002
Joe Samuel wrote:
> Hi Paul,
> thank you for your valuable advice, but I'm still
> stuck up with something else. Here's the relevant
> build trace:
> ../cpukit/score/cpu/unix/cpu.c
> rm -f o-optimize/libscorecpu.a
> no ruv o-optimize/libscorecpu.a o-optimize/cpu.o
> gmake[6]: no: Command not found
> gmake[6]: *** [o-optimize/libscorecpu.a] Error 127
> gmake[6]: Leaving directory
> `/root/rtems/build/i386-pc-linux/c/posix/exec/score/cpu/unix'
> gmake[5]: *** [all-recursive] Error 1
> gmake[5]: Leaving directory
> `/root/rtems/build/i386-pc-linux/c/posix/exec/score/cpu'
> gmake[4]: *** [all-recursive] Error 1
> gmake[4]: Leaving directory
> `/root/rtems/build/i386-pc-linux/c/posix/exec/score'
> gmake[3]: *** [all-recursive] Error 1
> gmake[3]: Leaving directory
> `/root/rtems/build/i386-pc-linux/c/posix/exec'
> gmake[2]: *** [all-recursive] Error 1
> gmake[2]: Leaving directory
> `/root/rtems/build/i386-pc-linux/c/posix'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory
> `/root/rtems/build/i386-pc-linux/c'
> make: *** [all-recursive] Error 1
>
> It seems that the makefile got corrupt.. but I don't
> know how or how to fix it. Please help out..
> thanks n' regards
> Joe
>
Hi Joe,
This time it looks like you have a problem with building
the library.
I think that the command that reads
no ruv -optimize/libscorecpu.a
should be
ar ruv -optimize/libscorecpu.a
Do you have a environment variable
called AR set to NO?
This could be the cause.
Best regards
Paul
More information about the users
mailing list