[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem building the ss20021007
- Date: 24 Oct 2002 11:17:49 +0200
- From: corsepiu at faw.uni-ulm.de (Ralf Corsepius)
- Subject: Problem building the ss20021007
Am Don, 2002-10-24 um 10.44 schrieb Paul Whitfield:
> 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
> Do you have a environment variable
> called AR set to NO?
>
> This could be the cause.
No, all this indicates that your PATH is set up wrong and that you are
trying to apply a non-functional or bogus toolchain.
Furthermore, you MUST NOT set CC or GCC nor AR, NM or whatever from your
environment before running configure - This definitely is wrong!
Ralf