This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Newlib branch with latest autotools support


On 4/3/06, Shaun Jackman <sjackman@gmail.com> wrote:
...
> I've run into the following issue (detailed below). Running make a
> second time gets further. The build appears to have worked in all the
> multdirs except the simple '.' multidir.
...

More info:

$ cat arm-elf/newlib/libc/config.log
...
configure:1205: loading cache .././config.cache
configure:1239: error: `CFLAGS' has changed since the previous run:
configure:1241:   former value:  -O2 -g -O2
configure:1243:   current value: -O2 -g -O2
configure:1262: error: changes in the environment can compromise the build
configure:1264: error: run `make distclean' and/or `rm
.././config.cache' and start over
...
$ grep value: arm-elf/newlib/libc/config.log | cat -e
configure:1241:   former value:  -O2 -g -O2  $
configure:1243:   current value: -O2 -g -O2 $

Cheers,
Shaun

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]