avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] more ac branch updates


From: Joerg Wunsch
Subject: Re: [avr-libc-dev] more ac branch updates
Date: Fri, 30 Apr 2004 11:26:00 +0200
User-agent: Mutt/1.2.5i

As Theodore A. Roth wrote:

> Well, running make from the top level now works and all the source files
> are compiled into libs for every target device. I still need to generate
> libc.a from the intermediate libs, but that shouldn't take too long to
> get working again.

Hmm:

% ./bootstrap
+ test -d avr/lib
+ ./devtools/gen-avr-lib-tree.sh
./bootstrap: ./devtools/gen-avr-lib-tree.sh: not found
+ rm -rf autom4te.cache
+ aclocal17
+ autoheader257
+ autoconf257
+ automake17 --foreign --add-missing --copy
Makefile.am:35: required directory ./avr does not exist

If I try ./configure, it tells me it needs a cross compiler, and
suggests ./configure --build=i386-unknown-freebsd5.2 --host=avr.  If I
use the latter, I eventually end up with

configure: creating ./config.status
config.status: creating Makefile
config.status: creating avr-libc.spec
config.status: creating avr/Makefile
config.status: error: cannot find input file: avr/Makefile.in

Looks to me as if you might have forgotten to add the avr subdir to
CVS (and perhaps the devtools dir as well?).
-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]