[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [avr-gcc-list] avr libc configure error
From: |
Schwichtenberg, Knut |
Subject: |
RE: [avr-gcc-list] avr libc configure error |
Date: |
Wed, 1 Feb 2006 08:34:38 +0100 |
Dave
> checking for avr-strip... no
> checking for strip... strip
> checking for avr-gcc... no
...
> checking for avr-as... no
> checking for as... as
> checking for avr-ranlib... no
> checking for ranlib... ranlib
> checking for avr-ar... no
> checking for ar... ar
> configure: error: Wrong C compiler found; check the
> PATH!
The avr-tools like avr-gcc, avr-as, ... are not in your path. If you
have installed them before you should be able to start the tools from
the command line. Check it with the input of
avr-gcc -v
at the command line. If not you need to install them first or setup the
PATH environment variable.
If tis is an attempt to install the avr-toolchain completly please have
a look to the avr-libc documentation.
Cheers
Knut
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- RE: [avr-gcc-list] avr libc configure error,
Schwichtenberg, Knut <=