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

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

Re: [avr-libc-dev] Inclusion of far pointer library (patch #6352) broke


From: Joerg Wunsch
Subject: Re: [avr-libc-dev] Inclusion of far pointer library (patch #6352) broke avr-libc build
Date: Sun, 13 Jun 2010 20:10:09 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

As Joerg Wunsch wrote:

> > That's my fault and shows clearly how unexperienced I am.
> 
> Next time, it's as simple as running one
> 
> ./bootstrap
> ./configure --build=`./config.guess` --host=avr
> make
> 
> cycle with the patched header file for a first test.

Speaking about simple tests: after adding stuff to the
autoconf/automake files (or modifying them), i. e. to all
the *.am files, you can easily test this with:

./bootstrap
./configure --build=`./config.guess` --host=avr
make distcheck

This will build a distribution tarball (avr-libc-${version}.tar.bz2),
unpack it again, and try to build inside the unpacked tree.  Obvious
mistakes like forgotten file additions will become apparent that way.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



reply via email to

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