Re: configure issue during make of avr-elf

2009-05-15 Thread Ian Lance Taylor
josh.switni...@utoronto.ca writes: > The build completes without error but when I try to compile a simple > test program I get what I believe are newlib related errors. > > > to eliminate error1: > I added the newlib include directory manually to the include search path. > > "-I " > > and then I g

Re: configure issue during make of avr-elf

2009-05-15 Thread josh . switnicki
Quoting Ian Lance Taylor : josh.switni...@utoronto.ca writes: Josh, can you point Ian to where you put all your build logs? here are all the build logs configure,make,install http://code.google.com/p/tinyrtems/downloads/list I don't see any "CC has changed" errors in those log files. I

Re: configure issue during make of avr-elf

2009-05-15 Thread Ian Lance Taylor
josh.switni...@utoronto.ca writes: >> Josh, can you point Ian to where you put all your build logs? > > here are all the build logs configure,make,install > > http://code.google.com/p/tinyrtems/downloads/list I don't see any "CC has changed" errors in those log files. I don't see any errors at a

Re: configure issue during make of avr-elf

2009-05-15 Thread josh . switnicki
Quoting Joel Sherrill : Ian Lance Taylor wrote: Joel Sherrill writes: Configuring in avr-elf/libgcc configure: loading cache ./config.cache configure: error: `CC' has changed since the previous run: The change is that these options are new: -nostdinc -B/home/cain/avr-tools/gcc/avr-elf/n

Re: configure issue during make of avr-elf

2009-05-15 Thread Joel Sherrill
Ian Lance Taylor wrote: Joel Sherrill writes: Configuring in avr-elf/libgcc configure: loading cache ./config.cache configure: error: `CC' has changed since the previous run: The change is that these options are new: -nostdinc -B/home/cain/avr-tools/gcc/avr-elf/newlib/ -isystem /ho

Re: configure issue during make of avr-elf

2009-05-14 Thread Ian Lance Taylor
Joel Sherrill writes: > Configuring in avr-elf/libgcc > configure: loading cache ./config.cache > configure: error: `CC' has changed since the previous run: The change is that these options are new: -nostdinc -B/home/cain/avr-tools/gcc/avr-elf/newlib/ -isystem /home/cain/avr-tools/gcc/avr-elf/

configure issue during make of avr-elf

2009-05-14 Thread Joel Sherrill
Hi, One of the RTEMS GSoC students is running into a problem building avr-elf toolset as a precursor to modifying avr-rtems. Josh is getting an error which indicates a configure inconsistency. I have tried building this toolset on two different machines and have no problems. I even sent him a sc