This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by avr-libc configure 1.8.0svn, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --build=x86_64-unknown-linux-gnu --host=avr --prefix=/usr ## --------- ## ## Platform. ## ## --------- ## hostname = nick-laptop uname -m = x86_64 uname -r = 3.13.0-55-generic uname -s = Linux uname -v = #94-Ubuntu SMP Thu Jun 18 00:27:10 UTC 2015 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games PATH: /usr/local/games PATH: /home/nick/Desktop/nickfolder/computers/software/linux/android-sdk-linux/tools/ PATH: /home/nick/Desktop/nickfolder/computers/software/linux/android-sdk-linux/platform-tools/ PATH: /home/nick/Desktop/nickfolder/computers/software/linux/android-sdk-linux/tools/ PATH: /home/nick/Desktop/nickfolder/computers/software/linux/android-sdk-linux/platform-tools/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:2444: checking build system type configure:2458: result: x86_64-unknown-linux-gnu configure:2478: checking host system type configure:2491: result: avr-unknown-none configure:2515: checking if configuring for cross compile configure:2535: result: yes configure:2539: checking if target host is avr configure:2543: result: yes configure:2583: checking for a BSD-compatible install configure:2651: result: /usr/bin/install -c configure:2662: checking whether build environment is sane configure:2717: result: yes configure:2776: checking for avr-strip configure:2792: found /usr/bin/avr-strip configure:2803: result: avr-strip configure:2868: checking for a thread-safe mkdir -p configure:2907: result: /bin/mkdir -p configure:2914: checking for gawk configure:2930: found /usr/bin/gawk configure:2941: result: gawk configure:2952: checking whether make sets $(MAKE) configure:2974: result: yes configure:3003: checking whether make supports nested variables configure:3020: result: yes configure:3164: checking for avr-gcc configure:3180: found /usr/bin/avr-gcc configure:3191: result: avr-gcc configure:3460: checking for C compiler version configure:3469: avr-gcc --version >&5 avr-gcc (GCC) 4.8.1 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3480: $? = 0 configure:3469: avr-gcc -v >&5 Using built-in specs. COLLECT_GCC=avr-gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/avr/4.8.1/lto-wrapper Target: avr Configured with: ../src/configure -v --enable-languages=c,c++ --prefix=/usr/lib --infodir=/usr/share/info --mandir=/usr/share/man --bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib --enable-shared --with-system-zlib --enable-long-long --enable-nls --without-included-gettext --disable-libssp --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=avr Thread model: single gcc version 4.8.1 (GCC) configure:3480: $? = 0 configure:3469: avr-gcc -V >&5 avr-gcc: error: unrecognized command line option '-V' avr-gcc: fatal error: no input files compilation terminated. configure:3480: $? = 1 configure:3469: avr-gcc -qversion >&5 avr-gcc: error: unrecognized command line option '-qversion' avr-gcc: fatal error: no input files compilation terminated. configure:3480: $? = 1 configure:3500: avr-gcc -o conftest conftest.c >&5 /usr/lib/gcc/avr/4.8.1/../../../avr/bin/ld: cannot find -lm /usr/lib/gcc/avr/4.8.1/../../../avr/bin/ld: cannot find -lc collect2: error: ld returned 1 exit status configure:3504: $? = 1 configure:3717: checking whether we are cross compiling configure:3755: result: yes configure:3759: checking for suffix of object files configure:3781: avr-gcc -c conftest.c >&5 configure:3785: $? = 0 configure:3806: result: o configure:3810: checking whether we are using the GNU C compiler configure:3829: avr-gcc -c conftest.c >&5 configure:3829: $? = 0 configure:3838: result: yes configure:3847: checking whether avr-gcc accepts -g configure:3867: avr-gcc -c -g conftest.c >&5 configure:3867: $? = 0 configure:3908: result: yes configure:3925: checking for avr-gcc option to accept ISO C89 configure:3988: avr-gcc -c conftest.c >&5 conftest.c:12:19: fatal error: stdio.h: No such file or directory #include ^ compilation terminated. configure:3988: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "avr-libc" | #define PACKAGE_TARNAME "avr-libc" | #define PACKAGE_VERSION "1.8.0svn" | #define PACKAGE_STRING "avr-libc 1.8.0svn" | #define PACKAGE_BUGREPORT "avr-libc-dev@nongnu.org" | #define PACKAGE_URL "" | #define PACKAGE "avr-libc" | #define VERSION "1.8.0svn" | /* end confdefs.h. */ | #include | #include | struct stat; | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3988: avr-gcc -qlanglvl=extc89 -c conftest.c >&5 avr-gcc: error: unrecognized command line option '-qlanglvl=extc89' configure:3988: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "avr-libc" | #define PACKAGE_TARNAME "avr-libc" | #define PACKAGE_VERSION "1.8.0svn" | #define PACKAGE_STRING "avr-libc 1.8.0svn" | #define PACKAGE_BUGREPORT "avr-libc-dev@nongnu.org" | #define PACKAGE_URL "" | #define PACKAGE "avr-libc" | #define VERSION "1.8.0svn" | /* end confdefs.h. */ | #include | #include | struct stat; | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3988: avr-gcc -qlanglvl=ansi -c conftest.c >&5 avr-gcc: error: unrecognized command line option '-qlanglvl=ansi' configure:3988: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "avr-libc" | #define PACKAGE_TARNAME "avr-libc" | #define PACKAGE_VERSION "1.8.0svn" | #define PACKAGE_STRING "avr-libc 1.8.0svn" | #define PACKAGE_BUGREPORT "avr-libc-dev@nongnu.org" | #define PACKAGE_URL "" | #define PACKAGE "avr-libc" | #define VERSION "1.8.0svn" | /* end confdefs.h. */ | #include | #include | struct stat; | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3988: avr-gcc -std -c conftest.c >&5 avr-gcc: error: unrecognized command line option '-std' configure:3988: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "avr-libc" | #define PACKAGE_TARNAME "avr-libc" | #define PACKAGE_VERSION "1.8.0svn" | #define PACKAGE_STRING "avr-libc 1.8.0svn" | #define PACKAGE_BUGREPORT "avr-libc-dev@nongnu.org" | #define PACKAGE_URL "" | #define PACKAGE "avr-libc" | #define VERSION "1.8.0svn" | /* end confdefs.h. */ | #include | #include | struct stat; | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3988: avr-gcc -Ae -c conftest.c >&5 :0:1: error: missing '(' after predicate conftest.c:12:19: fatal error: stdio.h: No such file or directory #include ^ compilation terminated. configure:3988: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "avr-libc" | #define PACKAGE_TARNAME "avr-libc" | #define PACKAGE_VERSION "1.8.0svn" | #define PACKAGE_STRING "avr-libc 1.8.0svn" | #define PACKAGE_BUGREPORT "avr-libc-dev@nongnu.org" | #define PACKAGE_URL "" | #define PACKAGE "avr-libc" | #define VERSION "1.8.0svn" | /* end confdefs.h. */ | #include | #include | struct stat; | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3988: avr-gcc -Aa -D_HPUX_SOURCE -c conftest.c >&5 :0:1: error: missing '(' after predicate conftest.c:12:19: fatal error: stdio.h: No such file or directory #include ^ compilation terminated. configure:3988: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "avr-libc" | #define PACKAGE_TARNAME "avr-libc" | #define PACKAGE_VERSION "1.8.0svn" | #define PACKAGE_STRING "avr-libc 1.8.0svn" | #define PACKAGE_BUGREPORT "avr-libc-dev@nongnu.org" | #define PACKAGE_URL "" | #define PACKAGE "avr-libc" | #define VERSION "1.8.0svn" | /* end confdefs.h. */ | #include | #include | struct stat; | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3988: avr-gcc -Xc -D__EXTENSIONS__ -c conftest.c >&5 avr-gcc: error: unrecognized command line option '-Xc' configure:3988: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "avr-libc" | #define PACKAGE_TARNAME "avr-libc" | #define PACKAGE_VERSION "1.8.0svn" | #define PACKAGE_STRING "avr-libc 1.8.0svn" | #define PACKAGE_BUGREPORT "avr-libc-dev@nongnu.org" | #define PACKAGE_URL "" | #define PACKAGE "avr-libc" | #define VERSION "1.8.0svn" | /* end confdefs.h. */ | #include | #include | struct stat; | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:4004: result: unsupported configure:4026: checking whether avr-gcc understands -c and -o together configure:4048: avr-gcc -c conftest.c -o conftest2.o configure:4051: $? = 0 configure:4048: avr-gcc -c conftest.c -o conftest2.o configure:4051: $? = 0 configure:4063: result: yes configure:4091: checking for style of include used by make configure:4119: result: GNU configure:4145: checking dependency style of avr-gcc configure:4256: result: gcc3 configure:4274: checking for avr-as configure:4290: found /usr/bin/avr-as configure:4301: result: avr-as configure:4372: checking dependency style of avr-gcc configure:4481: result: gcc3 configure:4499: checking for avr-ranlib configure:4515: found /usr/bin/avr-ranlib configure:4526: result: avr-ranlib configure:4591: checking for avr-ar configure:4607: found /usr/bin/avr-ar configure:4618: result: avr-ar configure:4701: checking whether ln -s works configure:4705: result: yes configure:4712: checking whether make sets $(MAKE) configure:4734: result: yes configure:4813: checking for doxygen configure:4821: result: yes configure:4824: Enabling PDF docs configure:4830: Enabling HTML docs configure:4836: Enabling XML docs configure:4842: Enabling man pages configure:4858: checking for pngtopnm configure:4862: result: yes configure:4870: checking for pnmtopng configure:4874: result: yes configure:4947: checking whether avr-gcc supports -mno-tablejump configure:4953: avr-gcc -c -mno-tablejump conftest.c >&5 avr-gcc: error: unrecognized command line option '-mno-tablejump' configure:4953: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "avr-libc" | #define PACKAGE_TARNAME "avr-libc" | #define PACKAGE_VERSION "1.8.0svn" | #define PACKAGE_STRING "avr-libc 1.8.0svn" | #define PACKAGE_BUGREPORT "avr-libc-dev@nongnu.org" | #define PACKAGE_URL "" | #define PACKAGE "avr-libc" | #define VERSION "1.8.0svn" | /* end confdefs.h. */ | configure:4964: result: no configure:4975: checking whether avr-gcc supports -fno-jump-tables configure:4981: avr-gcc -c -fno-jump-tables conftest.c >&5 configure:4981: $? = 0 configure:4992: result: yes configure:5000: checking whether avr-gcc supports __builtin_avr_delay_cycles configure:5013: result: yes configure:5186: checking if avr-gcc has support for avr25 configure:5192: avr-gcc -c -mmcu=avr25 conftest.c >&5 configure:5192: $? = 0 configure:5203: result: yes configure:5223: checking if avr-gcc has support for ata5272 configure:5229: avr-gcc -c -mmcu=ata5272 conftest.c >&5 configure:5229: $? = 0 configure:5240: result: yes configure:5260: checking if avr-gcc has support for ata6616c configure:5266: avr-gcc -c -mmcu=ata6616c conftest.c >&5 configure:5266: $? = 0 configure:5277: result: yes configure:5297: checking if avr-gcc has support for attiny13 configure:5303: avr-gcc -c -mmcu=attiny13 conftest.c >&5 configure:5303: $? = 0 configure:5314: result: yes configure:5334: checking if avr-gcc has support for attiny13a configure:5340: avr-gcc -c -mmcu=attiny13a conftest.c >&5 configure:5340: $? = 0 configure:5351: result: yes configure:5371: checking if avr-gcc has support for attiny2313 configure:5377: avr-gcc -c -mmcu=attiny2313 conftest.c >&5 configure:5377: $? = 0 configure:5388: result: yes configure:5408: checking if avr-gcc has support for attiny2313a configure:5414: avr-gcc -c -mmcu=attiny2313a conftest.c >&5 configure:5414: $? = 0 configure:5425: result: yes configure:5445: checking if avr-gcc has support for attiny24 configure:5451: avr-gcc -c -mmcu=attiny24 conftest.c >&5 configure:5451: $? = 0 configure:5462: result: yes configure:5482: checking if avr-gcc has support for attiny24a configure:5488: avr-gcc -c -mmcu=attiny24a conftest.c >&5 configure:5488: $? = 0 configure:5499: result: yes configure:5519: checking if avr-gcc has support for attiny25 configure:5525: avr-gcc -c -mmcu=attiny25 conftest.c >&5 configure:5525: $? = 0 configure:5536: result: yes configure:5556: checking if avr-gcc has support for attiny261 configure:5562: avr-gcc -c -mmcu=attiny261 conftest.c >&5 configure:5562: $? = 0 configure:5573: result: yes configure:5593: checking if avr-gcc has support for attiny261a configure:5599: avr-gcc -c -mmcu=attiny261a conftest.c >&5 configure:5599: $? = 0 configure:5610: result: yes configure:5630: checking if avr-gcc has support for attiny43u configure:5636: avr-gcc -c -mmcu=attiny43u conftest.c >&5 configure:5636: $? = 0 configure:5647: result: yes configure:5667: checking if avr-gcc has support for attiny4313 configure:5673: avr-gcc -c -mmcu=attiny4313 conftest.c >&5 configure:5673: $? = 0 configure:5684: result: yes configure:5704: checking if avr-gcc has support for attiny44 configure:5710: avr-gcc -c -mmcu=attiny44 conftest.c >&5 configure:5710: $? = 0 configure:5721: result: yes configure:5741: checking if avr-gcc has support for attiny44a configure:5747: avr-gcc -c -mmcu=attiny44a conftest.c >&5 configure:5747: $? = 0 configure:5758: result: yes configure:5778: checking if avr-gcc has support for attiny441 configure:5784: avr-gcc -c -mmcu=attiny441 conftest.c >&5 configure:5784: $? = 0 configure:5795: result: yes configure:5815: checking if avr-gcc has support for attiny45 configure:5821: avr-gcc -c -mmcu=attiny45 conftest.c >&5 configure:5821: $? = 0 configure:5832: result: yes configure:5852: checking if avr-gcc has support for attiny461 configure:5858: avr-gcc -c -mmcu=attiny461 conftest.c >&5 configure:5858: $? = 0 configure:5869: result: yes configure:5889: checking if avr-gcc has support for attiny461a configure:5895: avr-gcc -c -mmcu=attiny461a conftest.c >&5 configure:5895: $? = 0 configure:5906: result: yes configure:5926: checking if avr-gcc has support for attiny48 configure:5932: avr-gcc -c -mmcu=attiny48 conftest.c >&5 configure:5932: $? = 0 configure:5943: result: yes configure:5963: checking if avr-gcc has support for attiny828 configure:5969: avr-gcc -c -mmcu=attiny828 conftest.c >&5 configure:5969: $? = 0 configure:5980: result: yes configure:6000: checking if avr-gcc has support for attiny84 configure:6006: avr-gcc -c -mmcu=attiny84 conftest.c >&5 configure:6006: $? = 0 configure:6017: result: yes configure:6037: checking if avr-gcc has support for attiny84a configure:6043: avr-gcc -c -mmcu=attiny84a conftest.c >&5 configure:6043: $? = 0 configure:6054: result: yes configure:6074: checking if avr-gcc has support for attiny841 configure:6080: avr-gcc -c -mmcu=attiny841 conftest.c >&5 configure:6080: $? = 0 configure:6091: result: yes configure:6111: checking if avr-gcc has support for attiny85 configure:6117: avr-gcc -c -mmcu=attiny85 conftest.c >&5 configure:6117: $? = 0 configure:6128: result: yes configure:6148: checking if avr-gcc has support for attiny861 configure:6154: avr-gcc -c -mmcu=attiny861 conftest.c >&5 configure:6154: $? = 0 configure:6165: result: yes configure:6185: checking if avr-gcc has support for attiny861a configure:6191: avr-gcc -c -mmcu=attiny861a conftest.c >&5 configure:6191: $? = 0 configure:6202: result: yes configure:6222: checking if avr-gcc has support for attiny87 configure:6228: avr-gcc -c -mmcu=attiny87 conftest.c >&5 configure:6228: $? = 0 configure:6239: result: yes configure:6259: checking if avr-gcc has support for attiny88 configure:6265: avr-gcc -c -mmcu=attiny88 conftest.c >&5 configure:6265: $? = 0 configure:6276: result: yes configure:6296: checking if avr-gcc has support for at86rf401 configure:6302: avr-gcc -c -mmcu=at86rf401 conftest.c >&5 configure:6302: $? = 0 configure:6313: result: yes configure:6369: checking if avr-gcc has support for avr31 configure:6375: avr-gcc -c -mmcu=avr31 conftest.c >&5 configure:6375: $? = 0 configure:6386: result: yes configure:6417: checking if avr-gcc has support for avr35 configure:6423: avr-gcc -c -mmcu=avr35 conftest.c >&5 configure:6423: $? = 0 configure:6434: result: yes configure:6454: checking if avr-gcc has support for at90usb82 configure:6460: avr-gcc -c -mmcu=at90usb82 conftest.c >&5 configure:6460: $? = 0 configure:6471: result: yes configure:6491: checking if avr-gcc has support for at90usb162 configure:6497: avr-gcc -c -mmcu=at90usb162 conftest.c >&5 configure:6497: $? = 0 configure:6508: result: yes configure:6528: checking if avr-gcc has support for ata5505 configure:6534: avr-gcc -c -mmcu=ata5505 conftest.c >&5 configure:6534: $? = 0 configure:6545: result: yes configure:6565: checking if avr-gcc has support for ata6617c configure:6571: avr-gcc -c -mmcu=ata6617c conftest.c >&5 configure:6571: $? = 0 configure:6582: result: yes configure:6602: checking if avr-gcc has support for ata664251 configure:6608: avr-gcc -c -mmcu=ata664251 conftest.c >&5 configure:6608: $? = 0 configure:6619: result: yes configure:6639: checking if avr-gcc has support for atmega8u2 configure:6645: avr-gcc -c -mmcu=atmega8u2 conftest.c >&5 configure:6645: $? = 0 configure:6656: result: yes configure:6676: checking if avr-gcc has support for atmega16u2 configure:6682: avr-gcc -c -mmcu=atmega16u2 conftest.c >&5 configure:6682: $? = 0 configure:6693: result: yes configure:6713: checking if avr-gcc has support for atmega32u2 configure:6719: avr-gcc -c -mmcu=atmega32u2 conftest.c >&5 configure:6719: $? = 0 configure:6730: result: yes configure:6750: checking if avr-gcc has support for attiny167 configure:6756: avr-gcc -c -mmcu=attiny167 conftest.c >&5 configure:6756: $? = 0 configure:6767: result: yes configure:6787: checking if avr-gcc has support for attiny1634 configure:6793: avr-gcc -c -mmcu=attiny1634 conftest.c >&5 configure:6793: $? = 0 configure:6804: result: yes configure:6859: checking if avr-gcc has support for ata6285 configure:6865: avr-gcc -c -mmcu=ata6285 conftest.c >&5 configure:6865: $? = 0 configure:6876: result: yes configure:6896: checking if avr-gcc has support for ata6286 configure:6902: avr-gcc -c -mmcu=ata6286 conftest.c >&5 configure:6902: $? = 0 configure:6913: result: yes configure:6933: checking if avr-gcc has support for ata6289 configure:6939: avr-gcc -c -mmcu=ata6289 conftest.c >&5 configure:6939: $? = 0 configure:6950: result: yes configure:6970: checking if avr-gcc has support for ata6612c configure:6976: avr-gcc -c -mmcu=ata6612c conftest.c >&5 configure:6976: $? = 0 configure:6987: result: yes configure:7007: checking if avr-gcc has support for atmega8a configure:7013: avr-gcc -c -mmcu=atmega8a conftest.c >&5 configure:7013: $? = 0 configure:7024: result: yes configure:7044: checking if avr-gcc has support for atmega48 configure:7050: avr-gcc -c -mmcu=atmega48 conftest.c >&5 configure:7050: $? = 0 configure:7061: result: yes configure:7081: checking if avr-gcc has support for atmega48a configure:7087: avr-gcc -c -mmcu=atmega48a conftest.c >&5 configure:7087: $? = 0 configure:7098: result: yes configure:7118: checking if avr-gcc has support for atmega48pa configure:7124: avr-gcc -c -mmcu=atmega48pa conftest.c >&5 configure:7124: $? = 0 configure:7135: result: yes configure:7155: checking if avr-gcc has support for atmega48pb configure:7161: avr-gcc -c -mmcu=atmega48pb conftest.c >&5 configure:7161: $? = 0 configure:7172: result: yes configure:7192: checking if avr-gcc has support for atmega48p configure:7198: avr-gcc -c -mmcu=atmega48p conftest.c >&5 configure:7198: $? = 0 configure:7209: result: yes configure:7229: checking if avr-gcc has support for atmega88 configure:7235: avr-gcc -c -mmcu=atmega88 conftest.c >&5 configure:7235: $? = 0 configure:7246: result: yes configure:7266: checking if avr-gcc has support for atmega88a configure:7272: avr-gcc -c -mmcu=atmega88a conftest.c >&5 configure:7272: $? = 0 configure:7283: result: yes configure:7303: checking if avr-gcc has support for atmega88p configure:7309: avr-gcc -c -mmcu=atmega88p conftest.c >&5 configure:7309: $? = 0 configure:7320: result: yes configure:7340: checking if avr-gcc has support for atmega88pa configure:7346: avr-gcc -c -mmcu=atmega88pa conftest.c >&5 configure:7346: $? = 0 configure:7357: result: yes configure:7377: checking if avr-gcc has support for atmega88pb configure:7383: avr-gcc -c -mmcu=atmega88pb conftest.c >&5 configure:7383: $? = 0 configure:7394: result: yes configure:7414: checking if avr-gcc has support for atmega8hva configure:7420: avr-gcc -c -mmcu=atmega8hva conftest.c >&5 configure:7420: $? = 0 configure:7431: result: yes configure:7451: checking if avr-gcc has support for at90pwm1 configure:7457: avr-gcc -c -mmcu=at90pwm1 conftest.c >&5 configure:7457: $? = 0 configure:7468: result: yes configure:7488: checking if avr-gcc has support for at90pwm2 configure:7494: avr-gcc -c -mmcu=at90pwm2 conftest.c >&5 configure:7494: $? = 0 configure:7505: result: yes configure:7525: checking if avr-gcc has support for at90pwm2b configure:7531: avr-gcc -c -mmcu=at90pwm2b conftest.c >&5 configure:7531: $? = 0 configure:7542: result: yes configure:7562: checking if avr-gcc has support for at90pwm3 configure:7568: avr-gcc -c -mmcu=at90pwm3 conftest.c >&5 configure:7568: $? = 0 configure:7579: result: yes configure:7599: checking if avr-gcc has support for at90pwm3b configure:7605: avr-gcc -c -mmcu=at90pwm3b conftest.c >&5 configure:7605: $? = 0 configure:7616: result: yes configure:7636: checking if avr-gcc has support for at90pwm81 configure:7642: avr-gcc -c -mmcu=at90pwm81 conftest.c >&5 configure:7642: $? = 0 configure:7653: result: yes configure:7684: checking if avr-gcc has support for at90can32 configure:7690: avr-gcc -c -mmcu=at90can32 conftest.c >&5 configure:7690: $? = 0 configure:7701: result: yes configure:7721: checking if avr-gcc has support for at90can64 configure:7727: avr-gcc -c -mmcu=at90can64 conftest.c >&5 configure:7727: $? = 0 configure:7738: result: yes configure:7758: checking if avr-gcc has support for at90scr100 configure:7764: avr-gcc -c -mmcu=at90scr100 conftest.c >&5 configure:7764: $? = 0 configure:7775: result: yes configure:7795: checking if avr-gcc has support for at90usb646 configure:7801: avr-gcc -c -mmcu=at90usb646 conftest.c >&5 configure:7801: $? = 0 configure:7812: result: yes configure:7832: checking if avr-gcc has support for at90usb647 configure:7838: avr-gcc -c -mmcu=at90usb647 conftest.c >&5 configure:7838: $? = 0 configure:7849: result: yes configure:7869: checking if avr-gcc has support for at90pwm316 configure:7875: avr-gcc -c -mmcu=at90pwm316 conftest.c >&5 configure:7875: $? = 0 configure:7886: result: yes configure:7906: checking if avr-gcc has support for at90pwm216 configure:7912: avr-gcc -c -mmcu=at90pwm216 conftest.c >&5 configure:7912: $? = 0 configure:7923: result: yes configure:7943: checking if avr-gcc has support for at90pwm161 configure:7949: avr-gcc -c -mmcu=at90pwm161 conftest.c >&5 configure:7949: $? = 0 configure:7960: result: yes configure:7980: checking if avr-gcc has support for at94k configure:7986: avr-gcc -c -mmcu=at94k conftest.c >&5 configure:7986: $? = 0 configure:7997: result: yes configure:8017: checking if avr-gcc has support for ata5702m322 configure:8023: avr-gcc -c -mmcu=ata5702m322 conftest.c >&5 configure:8023: $? = 0 configure:8034: result: yes configure:8054: checking if avr-gcc has support for ata5782 configure:8060: avr-gcc -c -mmcu=ata5782 conftest.c >&5 configure:8060: $? = 0 configure:8071: result: yes configure:8091: checking if avr-gcc has support for ata5790 configure:8097: avr-gcc -c -mmcu=ata5790 conftest.c >&5 configure:8097: $? = 0 configure:8108: result: yes configure:8128: checking if avr-gcc has support for ata5790n configure:8134: avr-gcc -c -mmcu=ata5790n conftest.c >&5 configure:8134: $? = 0 configure:8145: result: yes configure:8165: checking if avr-gcc has support for ata5795 configure:8171: avr-gcc -c -mmcu=ata5795 conftest.c >&5 configure:8171: $? = 0 configure:8182: result: yes configure:8202: checking if avr-gcc has support for ata5831 configure:8208: avr-gcc -c -mmcu=ata5831 conftest.c >&5 configure:8208: $? = 0 configure:8219: result: yes configure:8239: checking if avr-gcc has support for ata6613c configure:8245: avr-gcc -c -mmcu=ata6613c conftest.c >&5 configure:8245: $? = 0 configure:8256: result: yes configure:8276: checking if avr-gcc has support for ata6614q configure:8282: avr-gcc -c -mmcu=ata6614q conftest.c >&5 configure:8282: $? = 0 configure:8293: result: yes configure:8313: checking if avr-gcc has support for atmega16 configure:8319: avr-gcc -c -mmcu=atmega16 conftest.c >&5 configure:8319: $? = 0 configure:8330: result: yes configure:8350: checking if avr-gcc has support for atmega16a configure:8356: avr-gcc -c -mmcu=atmega16a conftest.c >&5 configure:8356: $? = 0 configure:8367: result: yes configure:8387: checking if avr-gcc has support for atmega161 configure:8393: avr-gcc -c -mmcu=atmega161 conftest.c >&5 configure:8393: $? = 0 configure:8404: result: yes configure:8424: checking if avr-gcc has support for atmega162 configure:8430: avr-gcc -c -mmcu=atmega162 conftest.c >&5 configure:8430: $? = 0 configure:8441: result: yes configure:8461: checking if avr-gcc has support for atmega163 configure:8467: avr-gcc -c -mmcu=atmega163 conftest.c >&5 configure:8467: $? = 0 configure:8478: result: yes configure:8498: checking if avr-gcc has support for atmega164a configure:8504: avr-gcc -c -mmcu=atmega164a conftest.c >&5 configure:8504: $? = 0 configure:8515: result: yes configure:8535: checking if avr-gcc has support for atmega164p configure:8541: avr-gcc -c -mmcu=atmega164p conftest.c >&5 configure:8541: $? = 0 configure:8552: result: yes configure:8572: checking if avr-gcc has support for atmega164pa configure:8578: avr-gcc -c -mmcu=atmega164pa conftest.c >&5 configure:8578: $? = 0 configure:8589: result: yes configure:8609: checking if avr-gcc has support for atmega165 configure:8615: avr-gcc -c -mmcu=atmega165 conftest.c >&5 configure:8615: $? = 0 configure:8626: result: yes configure:8646: checking if avr-gcc has support for atmega165a configure:8652: avr-gcc -c -mmcu=atmega165a conftest.c >&5 configure:8652: $? = 0 configure:8663: result: yes configure:8683: checking if avr-gcc has support for atmega165p configure:8689: avr-gcc -c -mmcu=atmega165p conftest.c >&5 configure:8689: $? = 0 configure:8700: result: yes configure:8720: checking if avr-gcc has support for atmega165pa configure:8726: avr-gcc -c -mmcu=atmega165pa conftest.c >&5 configure:8726: $? = 0 configure:8737: result: yes configure:8757: checking if avr-gcc has support for atmega168 configure:8763: avr-gcc -c -mmcu=atmega168 conftest.c >&5 configure:8763: $? = 0 configure:8774: result: yes configure:8794: checking if avr-gcc has support for atmega168a configure:8800: avr-gcc -c -mmcu=atmega168a conftest.c >&5 configure:8800: $? = 0 configure:8811: result: yes configure:8831: checking if avr-gcc has support for atmega168p configure:8837: avr-gcc -c -mmcu=atmega168p conftest.c >&5 configure:8837: $? = 0 configure:8848: result: yes configure:8868: checking if avr-gcc has support for atmega168pa configure:8874: avr-gcc -c -mmcu=atmega168pa conftest.c >&5 configure:8874: $? = 0 configure:8885: result: yes configure:8905: checking if avr-gcc has support for atmega168pb configure:8911: avr-gcc -c -mmcu=atmega168pb conftest.c >&5 configure:8911: $? = 0 configure:8922: result: yes configure:8942: checking if avr-gcc has support for atmega169 configure:8948: avr-gcc -c -mmcu=atmega169 conftest.c >&5 configure:8948: $? = 0 configure:8959: result: yes configure:8979: checking if avr-gcc has support for atmega169a configure:8985: avr-gcc -c -mmcu=atmega169a conftest.c >&5 configure:8985: $? = 0 configure:8996: result: yes configure:9016: checking if avr-gcc has support for atmega169p configure:9022: avr-gcc -c -mmcu=atmega169p conftest.c >&5 configure:9022: $? = 0 configure:9033: result: yes configure:9053: checking if avr-gcc has support for atmega169pa configure:9059: avr-gcc -c -mmcu=atmega169pa conftest.c >&5 configure:9059: $? = 0 configure:9070: result: yes configure:9090: checking if avr-gcc has support for atmega16hva configure:9096: avr-gcc -c -mmcu=atmega16hva conftest.c >&5 configure:9096: $? = 0 configure:9107: result: yes configure:9127: checking if avr-gcc has support for atmega16hva2 configure:9133: avr-gcc -c -mmcu=atmega16hva2 conftest.c >&5 configure:9133: $? = 0 configure:9144: result: yes configure:9164: checking if avr-gcc has support for atmega16hvb configure:9170: avr-gcc -c -mmcu=atmega16hvb conftest.c >&5 configure:9170: $? = 0 configure:9181: result: yes configure:9201: checking if avr-gcc has support for atmega16hvbrevb configure:9207: avr-gcc -c -mmcu=atmega16hvbrevb conftest.c >&5 configure:9207: $? = 0 configure:9218: result: yes configure:9238: checking if avr-gcc has support for atmega16m1 configure:9244: avr-gcc -c -mmcu=atmega16m1 conftest.c >&5 configure:9244: $? = 0 configure:9255: result: yes configure:9275: checking if avr-gcc has support for atmega16u4 configure:9281: avr-gcc -c -mmcu=atmega16u4 conftest.c >&5 configure:9281: $? = 0 configure:9292: result: yes configure:9312: checking if avr-gcc has support for atmega32 configure:9318: avr-gcc -c -mmcu=atmega32 conftest.c >&5 configure:9318: $? = 0 configure:9329: result: yes configure:9349: checking if avr-gcc has support for atmega32a configure:9355: avr-gcc -c -mmcu=atmega32a conftest.c >&5 configure:9355: $? = 0 configure:9366: result: yes configure:9386: checking if avr-gcc has support for atmega323 configure:9392: avr-gcc -c -mmcu=atmega323 conftest.c >&5 configure:9392: $? = 0 configure:9403: result: yes configure:9423: checking if avr-gcc has support for atmega324a configure:9429: avr-gcc -c -mmcu=atmega324a conftest.c >&5 configure:9429: $? = 0 configure:9440: result: yes configure:9460: checking if avr-gcc has support for atmega324p configure:9466: avr-gcc -c -mmcu=atmega324p conftest.c >&5 configure:9466: $? = 0 configure:9477: result: yes configure:9497: checking if avr-gcc has support for atmega324pa configure:9503: avr-gcc -c -mmcu=atmega324pa conftest.c >&5 configure:9503: $? = 0 configure:9514: result: yes configure:9534: checking if avr-gcc has support for atmega325 configure:9540: avr-gcc -c -mmcu=atmega325 conftest.c >&5 configure:9540: $? = 0 configure:9551: result: yes configure:9571: checking if avr-gcc has support for atmega325a configure:9577: avr-gcc -c -mmcu=atmega325a conftest.c >&5 configure:9577: $? = 0 configure:9588: result: yes configure:9608: checking if avr-gcc has support for atmega325p configure:9614: avr-gcc -c -mmcu=atmega325p conftest.c >&5 configure:9614: $? = 0 configure:9625: result: yes configure:9645: checking if avr-gcc has support for atmega325pa configure:9651: avr-gcc -c -mmcu=atmega325pa conftest.c >&5 configure:9651: $? = 0 configure:9662: result: yes configure:9682: checking if avr-gcc has support for atmega3250 configure:9688: avr-gcc -c -mmcu=atmega3250 conftest.c >&5 configure:9688: $? = 0 configure:9699: result: yes configure:9719: checking if avr-gcc has support for atmega3250a configure:9725: avr-gcc -c -mmcu=atmega3250a conftest.c >&5 configure:9725: $? = 0 configure:9736: result: yes configure:9756: checking if avr-gcc has support for atmega3250p configure:9762: avr-gcc -c -mmcu=atmega3250p conftest.c >&5 configure:9762: $? = 0 configure:9773: result: yes configure:9793: checking if avr-gcc has support for atmega3250pa configure:9799: avr-gcc -c -mmcu=atmega3250pa conftest.c >&5 configure:9799: $? = 0 configure:9810: result: yes configure:9830: checking if avr-gcc has support for atmega328 configure:9836: avr-gcc -c -mmcu=atmega328 conftest.c >&5 configure:9836: $? = 0 configure:9847: result: yes configure:9867: checking if avr-gcc has support for atmega328p configure:9873: avr-gcc -c -mmcu=atmega328p conftest.c >&5 configure:9873: $? = 0 configure:9884: result: yes configure:9904: checking if avr-gcc has support for atmega329 configure:9910: avr-gcc -c -mmcu=atmega329 conftest.c >&5 configure:9910: $? = 0 configure:9921: result: yes configure:9941: checking if avr-gcc has support for atmega329a configure:9947: avr-gcc -c -mmcu=atmega329a conftest.c >&5 configure:9947: $? = 0 configure:9958: result: yes configure:9978: checking if avr-gcc has support for atmega329p configure:9984: avr-gcc -c -mmcu=atmega329p conftest.c >&5 configure:9984: $? = 0 configure:9995: result: yes configure:10015: checking if avr-gcc has support for atmega329pa configure:10021: avr-gcc -c -mmcu=atmega329pa conftest.c >&5 configure:10021: $? = 0 configure:10032: result: yes configure:10052: checking if avr-gcc has support for atmega3290 configure:10058: avr-gcc -c -mmcu=atmega3290 conftest.c >&5 configure:10058: $? = 0 configure:10069: result: yes configure:10089: checking if avr-gcc has support for atmega3290a configure:10095: avr-gcc -c -mmcu=atmega3290a conftest.c >&5 configure:10095: $? = 0 configure:10106: result: yes configure:10126: checking if avr-gcc has support for atmega3290p configure:10132: avr-gcc -c -mmcu=atmega3290p conftest.c >&5 configure:10132: $? = 0 configure:10143: result: yes configure:10163: checking if avr-gcc has support for atmega3290pa configure:10169: avr-gcc -c -mmcu=atmega3290pa conftest.c >&5 configure:10169: $? = 0 configure:10180: result: yes configure:10200: checking if avr-gcc has support for atmega32c1 configure:10206: avr-gcc -c -mmcu=atmega32c1 conftest.c >&5 configure:10206: $? = 0 configure:10217: result: yes configure:10237: checking if avr-gcc has support for atmega32hvb configure:10243: avr-gcc -c -mmcu=atmega32hvb conftest.c >&5 configure:10243: $? = 0 configure:10254: result: yes configure:10274: checking if avr-gcc has support for atmega32hvbrevb configure:10280: avr-gcc -c -mmcu=atmega32hvbrevb conftest.c >&5 configure:10280: $? = 0 configure:10291: result: yes configure:10311: checking if avr-gcc has support for atmega32m1 configure:10317: avr-gcc -c -mmcu=atmega32m1 conftest.c >&5 configure:10317: $? = 0 configure:10328: result: yes configure:10348: checking if avr-gcc has support for atmega32u4 configure:10354: avr-gcc -c -mmcu=atmega32u4 conftest.c >&5 configure:10354: $? = 0 configure:10365: result: yes configure:10385: checking if avr-gcc has support for atmega32u6 configure:10391: avr-gcc -c -mmcu=atmega32u6 conftest.c >&5 configure:10391: $? = 0 configure:10402: result: yes configure:10422: checking if avr-gcc has support for atmega406 configure:10428: avr-gcc -c -mmcu=atmega406 conftest.c >&5 configure:10428: $? = 0 configure:10439: result: yes configure:10459: checking if avr-gcc has support for atmega64rfr2 configure:10465: avr-gcc -c -mmcu=atmega64rfr2 conftest.c >&5 configure:10465: $? = 0 configure:10476: result: yes configure:10496: checking if avr-gcc has support for atmega644rfr2 configure:10502: avr-gcc -c -mmcu=atmega644rfr2 conftest.c >&5 configure:10502: $? = 0 configure:10513: result: yes configure:10533: checking if avr-gcc has support for atmega64 configure:10539: avr-gcc -c -mmcu=atmega64 conftest.c >&5 configure:10539: $? = 0 configure:10550: result: yes configure:10570: checking if avr-gcc has support for atmega64a configure:10576: avr-gcc -c -mmcu=atmega64a conftest.c >&5 configure:10576: $? = 0 configure:10587: result: yes configure:10607: checking if avr-gcc has support for atmega640 configure:10613: avr-gcc -c -mmcu=atmega640 conftest.c >&5 configure:10613: $? = 0 configure:10624: result: yes configure:10644: checking if avr-gcc has support for atmega644 configure:10650: avr-gcc -c -mmcu=atmega644 conftest.c >&5 configure:10650: $? = 0 configure:10661: result: yes configure:10681: checking if avr-gcc has support for atmega644a configure:10687: avr-gcc -c -mmcu=atmega644a conftest.c >&5 configure:10687: $? = 0 configure:10698: result: yes configure:10718: checking if avr-gcc has support for atmega644p configure:10724: avr-gcc -c -mmcu=atmega644p conftest.c >&5 configure:10724: $? = 0 configure:10735: result: yes configure:10755: checking if avr-gcc has support for atmega644pa configure:10761: avr-gcc -c -mmcu=atmega644pa conftest.c >&5 configure:10761: $? = 0 configure:10772: result: yes configure:10792: checking if avr-gcc has support for atmega645 configure:10798: avr-gcc -c -mmcu=atmega645 conftest.c >&5 configure:10798: $? = 0 configure:10809: result: yes configure:10829: checking if avr-gcc has support for atmega645a configure:10835: avr-gcc -c -mmcu=atmega645a conftest.c >&5 configure:10835: $? = 0 configure:10846: result: yes configure:10866: checking if avr-gcc has support for atmega645p configure:10872: avr-gcc -c -mmcu=atmega645p conftest.c >&5 configure:10872: $? = 0 configure:10883: result: yes configure:10903: checking if avr-gcc has support for atmega6450 configure:10909: avr-gcc -c -mmcu=atmega6450 conftest.c >&5 configure:10909: $? = 0 configure:10920: result: yes configure:10940: checking if avr-gcc has support for atmega6450a configure:10946: avr-gcc -c -mmcu=atmega6450a conftest.c >&5 configure:10946: $? = 0 configure:10957: result: yes configure:10977: checking if avr-gcc has support for atmega6450p configure:10983: avr-gcc -c -mmcu=atmega6450p conftest.c >&5 configure:10983: $? = 0 configure:10994: result: yes configure:11014: checking if avr-gcc has support for atmega649 configure:11020: avr-gcc -c -mmcu=atmega649 conftest.c >&5 configure:11020: $? = 0 configure:11031: result: yes configure:11051: checking if avr-gcc has support for atmega649a configure:11057: avr-gcc -c -mmcu=atmega649a conftest.c >&5 configure:11057: $? = 0 configure:11068: result: yes configure:11088: checking if avr-gcc has support for atmega649p configure:11094: avr-gcc -c -mmcu=atmega649p conftest.c >&5 configure:11094: $? = 0 configure:11105: result: yes configure:11125: checking if avr-gcc has support for atmega6490 configure:11131: avr-gcc -c -mmcu=atmega6490 conftest.c >&5 configure:11131: $? = 0 configure:11142: result: yes configure:11162: checking if avr-gcc has support for atmega6490a configure:11168: avr-gcc -c -mmcu=atmega6490a conftest.c >&5 configure:11168: $? = 0 configure:11179: result: yes configure:11199: checking if avr-gcc has support for atmega6490p configure:11205: avr-gcc -c -mmcu=atmega6490p conftest.c >&5 configure:11205: $? = 0 configure:11216: result: yes configure:11236: checking if avr-gcc has support for atmega64c1 configure:11242: avr-gcc -c -mmcu=atmega64c1 conftest.c >&5 configure:11242: $? = 0 configure:11253: result: yes configure:11273: checking if avr-gcc has support for atmega64hve configure:11279: avr-gcc -c -mmcu=atmega64hve conftest.c >&5 configure:11279: $? = 0 configure:11290: result: yes configure:11310: checking if avr-gcc has support for atmega64hve2 configure:11316: avr-gcc -c -mmcu=atmega64hve2 conftest.c >&5 configure:11316: $? = 0 configure:11327: result: yes configure:11347: checking if avr-gcc has support for atmega64m1 configure:11353: avr-gcc -c -mmcu=atmega64m1 conftest.c >&5 configure:11353: $? = 0 configure:11364: result: yes configure:11384: checking if avr-gcc has support for atmega128rfa1 configure:11390: avr-gcc -c -mmcu=atmega128rfa1 conftest.c >&5 configure:11390: $? = 0 configure:11401: result: yes configure:11421: checking if avr-gcc has support for m3000 configure:11427: avr-gcc -c -mmcu=m3000 conftest.c >&5 configure:11427: $? = 0 configure:11438: result: yes configure:11461: checking if avr-gcc has support for avr51 configure:11467: avr-gcc -c -mmcu=avr51 conftest.c >&5 configure:11467: $? = 0 configure:11478: result: yes configure:11507: checking if avr-gcc has support for atmega128a configure:11513: avr-gcc -c -mmcu=atmega128a conftest.c >&5 configure:11513: $? = 0 configure:11524: result: yes configure:11544: checking if avr-gcc has support for atmega1280 configure:11550: avr-gcc -c -mmcu=atmega1280 conftest.c >&5 configure:11550: $? = 0 configure:11561: result: yes configure:11581: checking if avr-gcc has support for atmega1281 configure:11587: avr-gcc -c -mmcu=atmega1281 conftest.c >&5 configure:11587: $? = 0 configure:11598: result: yes configure:11618: checking if avr-gcc has support for atmega1284 configure:11624: avr-gcc -c -mmcu=atmega1284 conftest.c >&5 configure:11624: $? = 0 configure:11635: result: yes configure:11655: checking if avr-gcc has support for atmega1284p configure:11661: avr-gcc -c -mmcu=atmega1284p conftest.c >&5 configure:11661: $? = 0 configure:11672: result: yes configure:11692: checking if avr-gcc has support for at90can128 configure:11698: avr-gcc -c -mmcu=at90can128 conftest.c >&5 configure:11698: $? = 0 configure:11709: result: yes configure:11729: checking if avr-gcc has support for at90usb1286 configure:11735: avr-gcc -c -mmcu=at90usb1286 conftest.c >&5 configure:11735: $? = 0 configure:11746: result: yes configure:11766: checking if avr-gcc has support for at90usb1287 configure:11772: avr-gcc -c -mmcu=at90usb1287 conftest.c >&5 configure:11772: $? = 0 configure:11783: result: yes configure:11803: checking if avr-gcc has support for atmega128rfr2 configure:11809: avr-gcc -c -mmcu=atmega128rfr2 conftest.c >&5 configure:11809: $? = 0 configure:11820: result: yes configure:11840: checking if avr-gcc has support for atmega1284rfr2 configure:11846: avr-gcc -c -mmcu=atmega1284rfr2 conftest.c >&5 configure:11846: $? = 0 configure:11857: result: yes configure:11879: checking if avr-gcc has support for avr6 configure:11885: avr-gcc -c -mmcu=avr6 conftest.c >&5 configure:11885: $? = 0 configure:11896: result: yes configure:11916: checking if avr-gcc has support for atmega2560 configure:11922: avr-gcc -c -mmcu=atmega2560 conftest.c >&5 configure:11922: $? = 0 configure:11933: result: yes configure:11953: checking if avr-gcc has support for atmega2561 configure:11959: avr-gcc -c -mmcu=atmega2561 conftest.c >&5 configure:11959: $? = 0 configure:11970: result: yes configure:11990: checking if avr-gcc has support for atmega256rfr2 configure:11996: avr-gcc -c -mmcu=atmega256rfr2 conftest.c >&5 configure:11996: $? = 0 configure:12007: result: yes configure:12027: checking if avr-gcc has support for atmega2564rfr2 configure:12033: avr-gcc -c -mmcu=atmega2564rfr2 conftest.c >&5 configure:12033: $? = 0 configure:12044: result: yes configure:12068: checking if avr-gcc has support for avrxmega2 configure:12074: avr-gcc -c -mmcu=avrxmega2 conftest.c >&5 configure:12074: $? = 0 configure:12085: result: yes configure:12105: checking if avr-gcc has support for atxmega16a4 configure:12111: avr-gcc -c -mmcu=atxmega16a4 conftest.c >&5 configure:12111: $? = 0 configure:12122: result: yes configure:12142: checking if avr-gcc has support for atxmega16a4u configure:12148: avr-gcc -c -mmcu=atxmega16a4u conftest.c >&5 configure:12148: $? = 0 configure:12159: result: yes configure:12179: checking if avr-gcc has support for atxmega16c4 configure:12185: avr-gcc -c -mmcu=atxmega16c4 conftest.c >&5 configure:12185: $? = 0 configure:12196: result: yes configure:12216: checking if avr-gcc has support for atxmega16d4 configure:12222: avr-gcc -c -mmcu=atxmega16d4 conftest.c >&5 configure:12222: $? = 0 configure:12233: result: yes configure:12253: checking if avr-gcc has support for atxmega32a4 configure:12259: avr-gcc -c -mmcu=atxmega32a4 conftest.c >&5 configure:12259: $? = 0 configure:12270: result: yes configure:12290: checking if avr-gcc has support for atxmega32a4u configure:12296: avr-gcc -c -mmcu=atxmega32a4u conftest.c >&5 configure:12296: $? = 0 configure:12307: result: yes configure:12327: checking if avr-gcc has support for atxmega32c3 configure:12333: avr-gcc -c -mmcu=atxmega32c3 conftest.c >&5 configure:12333: $? = 0 configure:12344: result: yes configure:12364: checking if avr-gcc has support for atxmega32c4 configure:12370: avr-gcc -c -mmcu=atxmega32c4 conftest.c >&5 configure:12370: $? = 0 configure:12381: result: yes configure:12401: checking if avr-gcc has support for atxmega32d3 configure:12407: avr-gcc -c -mmcu=atxmega32d3 conftest.c >&5 configure:12407: $? = 0 configure:12418: result: yes configure:12438: checking if avr-gcc has support for atxmega32d4 configure:12444: avr-gcc -c -mmcu=atxmega32d4 conftest.c >&5 configure:12444: $? = 0 configure:12455: result: yes configure:12475: checking if avr-gcc has support for atxmega8e5 configure:12481: avr-gcc -c -mmcu=atxmega8e5 conftest.c >&5 configure:12481: $? = 0 configure:12492: result: yes configure:12512: checking if avr-gcc has support for atxmega16e5 configure:12518: avr-gcc -c -mmcu=atxmega16e5 conftest.c >&5 configure:12518: $? = 0 configure:12529: result: yes configure:12549: checking if avr-gcc has support for atxmega32e5 configure:12555: avr-gcc -c -mmcu=atxmega32e5 conftest.c >&5 configure:12555: $? = 0 configure:12566: result: yes configure:12588: checking if avr-gcc has support for avrxmega4 configure:12594: avr-gcc -c -mmcu=avrxmega4 conftest.c >&5 configure:12594: $? = 0 configure:12605: result: yes configure:12625: checking if avr-gcc has support for atxmega64a3 configure:12631: avr-gcc -c -mmcu=atxmega64a3 conftest.c >&5 configure:12631: $? = 0 configure:12642: result: yes configure:12662: checking if avr-gcc has support for atxmega64a3u configure:12668: avr-gcc -c -mmcu=atxmega64a3u conftest.c >&5 configure:12668: $? = 0 configure:12679: result: yes configure:12699: checking if avr-gcc has support for atxmega64a4u configure:12705: avr-gcc -c -mmcu=atxmega64a4u conftest.c >&5 configure:12705: $? = 0 configure:12716: result: yes configure:12736: checking if avr-gcc has support for atxmega64b1 configure:12742: avr-gcc -c -mmcu=atxmega64b1 conftest.c >&5 configure:12742: $? = 0 configure:12753: result: yes configure:12773: checking if avr-gcc has support for atxmega64b3 configure:12779: avr-gcc -c -mmcu=atxmega64b3 conftest.c >&5 configure:12779: $? = 0 configure:12790: result: yes configure:12810: checking if avr-gcc has support for atxmega64c3 configure:12816: avr-gcc -c -mmcu=atxmega64c3 conftest.c >&5 configure:12816: $? = 0 configure:12827: result: yes configure:12847: checking if avr-gcc has support for atxmega64d3 configure:12853: avr-gcc -c -mmcu=atxmega64d3 conftest.c >&5 configure:12853: $? = 0 configure:12864: result: yes configure:12884: checking if avr-gcc has support for atxmega64d4 configure:12890: avr-gcc -c -mmcu=atxmega64d4 conftest.c >&5 configure:12890: $? = 0 configure:12901: result: yes configure:12923: checking if avr-gcc has support for avrxmega5 configure:12929: avr-gcc -c -mmcu=avrxmega5 conftest.c >&5 configure:12929: $? = 0 configure:12940: result: yes configure:12960: checking if avr-gcc has support for atxmega64a1 configure:12966: avr-gcc -c -mmcu=atxmega64a1 conftest.c >&5 configure:12966: $? = 0 configure:12977: result: yes configure:12997: checking if avr-gcc has support for atxmega64a1u configure:13003: avr-gcc -c -mmcu=atxmega64a1u conftest.c >&5 configure:13003: $? = 0 configure:13014: result: yes configure:13036: checking if avr-gcc has support for avrxmega6 configure:13042: avr-gcc -c -mmcu=avrxmega6 conftest.c >&5 configure:13042: $? = 0 configure:13053: result: yes configure:13073: checking if avr-gcc has support for atxmega128a3 configure:13079: avr-gcc -c -mmcu=atxmega128a3 conftest.c >&5 configure:13079: $? = 0 configure:13090: result: yes configure:13110: checking if avr-gcc has support for atxmega128a3u configure:13116: avr-gcc -c -mmcu=atxmega128a3u conftest.c >&5 configure:13116: $? = 0 configure:13127: result: yes configure:13147: checking if avr-gcc has support for atxmega128b1 configure:13153: avr-gcc -c -mmcu=atxmega128b1 conftest.c >&5 configure:13153: $? = 0 configure:13164: result: yes configure:13184: checking if avr-gcc has support for atxmega128b3 configure:13190: avr-gcc -c -mmcu=atxmega128b3 conftest.c >&5 configure:13190: $? = 0 configure:13201: result: yes configure:13221: checking if avr-gcc has support for atxmega128c3 configure:13227: avr-gcc -c -mmcu=atxmega128c3 conftest.c >&5 configure:13227: $? = 0 configure:13238: result: yes configure:13258: checking if avr-gcc has support for atxmega128d3 configure:13264: avr-gcc -c -mmcu=atxmega128d3 conftest.c >&5 configure:13264: $? = 0 configure:13275: result: yes configure:13295: checking if avr-gcc has support for atxmega128d4 configure:13301: avr-gcc -c -mmcu=atxmega128d4 conftest.c >&5 configure:13301: $? = 0 configure:13312: result: yes configure:13332: checking if avr-gcc has support for atxmega192a3 configure:13338: avr-gcc -c -mmcu=atxmega192a3 conftest.c >&5 configure:13338: $? = 0 configure:13349: result: yes configure:13369: checking if avr-gcc has support for atxmega192a3u configure:13375: avr-gcc -c -mmcu=atxmega192a3u conftest.c >&5 configure:13375: $? = 0 configure:13386: result: yes configure:13406: checking if avr-gcc has support for atxmega192c3 configure:13412: avr-gcc -c -mmcu=atxmega192c3 conftest.c >&5 configure:13412: $? = 0 configure:13423: result: yes configure:13443: checking if avr-gcc has support for atxmega192d3 configure:13449: avr-gcc -c -mmcu=atxmega192d3 conftest.c >&5 configure:13449: $? = 0 configure:13460: result: yes configure:13480: checking if avr-gcc has support for atxmega256a3 configure:13486: avr-gcc -c -mmcu=atxmega256a3 conftest.c >&5 configure:13486: $? = 0 configure:13497: result: yes configure:13517: checking if avr-gcc has support for atxmega256a3u configure:13523: avr-gcc -c -mmcu=atxmega256a3u conftest.c >&5 configure:13523: $? = 0 configure:13534: result: yes configure:13554: checking if avr-gcc has support for atxmega256a3b configure:13560: avr-gcc -c -mmcu=atxmega256a3b conftest.c >&5 configure:13560: $? = 0 configure:13571: result: yes configure:13591: checking if avr-gcc has support for atxmega256a3bu configure:13597: avr-gcc -c -mmcu=atxmega256a3bu conftest.c >&5 configure:13597: $? = 0 configure:13608: result: yes configure:13628: checking if avr-gcc has support for atxmega256c3 configure:13634: avr-gcc -c -mmcu=atxmega256c3 conftest.c >&5 configure:13634: $? = 0 configure:13645: result: yes configure:13665: checking if avr-gcc has support for atxmega256d3 configure:13671: avr-gcc -c -mmcu=atxmega256d3 conftest.c >&5 configure:13671: $? = 0 configure:13682: result: yes configure:13702: checking if avr-gcc has support for atxmega384c3 configure:13708: avr-gcc -c -mmcu=atxmega384c3 conftest.c >&5 configure:13708: $? = 0 configure:13719: result: yes configure:13739: checking if avr-gcc has support for atxmega384d3 configure:13745: avr-gcc -c -mmcu=atxmega384d3 conftest.c >&5 configure:13745: $? = 0 configure:13756: result: yes configure:13777: checking if avr-gcc has support for avrxmega7 configure:13783: avr-gcc -c -mmcu=avrxmega7 conftest.c >&5 configure:13783: $? = 0 configure:13794: result: yes configure:13814: checking if avr-gcc has support for atxmega128a1 configure:13820: avr-gcc -c -mmcu=atxmega128a1 conftest.c >&5 configure:13820: $? = 0 configure:13831: result: yes configure:13851: checking if avr-gcc has support for atxmega128a1u configure:13857: avr-gcc -c -mmcu=atxmega128a1u conftest.c >&5 configure:13857: $? = 0 configure:13868: result: yes configure:13888: checking if avr-gcc has support for atxmega128a4u configure:13894: avr-gcc -c -mmcu=atxmega128a4u conftest.c >&5 configure:13894: $? = 0 configure:13905: result: yes configure:13927: checking if avr-gcc has support for avrtiny configure:13933: avr-gcc -c -mmcu=avrtiny conftest.c >&5 configure:13933: $? = 0 configure:13944: result: yes configure:13964: checking if avr-gcc has support for attiny4 configure:13970: avr-gcc -c -mmcu=attiny4 conftest.c >&5 configure:13970: $? = 0 configure:13981: result: yes configure:14001: checking if avr-gcc has support for attiny5 configure:14007: avr-gcc -c -mmcu=attiny5 conftest.c >&5 configure:14007: $? = 0 configure:14018: result: yes configure:14038: checking if avr-gcc has support for attiny9 configure:14044: avr-gcc -c -mmcu=attiny9 conftest.c >&5 configure:14044: $? = 0 configure:14055: result: yes configure:14075: checking if avr-gcc has support for attiny10 configure:14081: avr-gcc -c -mmcu=attiny10 conftest.c >&5 configure:14081: $? = 0 configure:14092: result: yes configure:14112: checking if avr-gcc has support for attiny20 configure:14118: avr-gcc -c -mmcu=attiny20 conftest.c >&5 configure:14118: $? = 0 configure:14129: result: yes configure:14149: checking if avr-gcc has support for attiny40 configure:14155: avr-gcc -c -mmcu=attiny40 conftest.c >&5 configure:14155: $? = 0 configure:14166: result: yes configure:14368: checking that generated files are newer than configure configure:14374: result: done configure:15481: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by avr-libc config.status 1.8.0svn, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on nick-laptop config.status:1759: creating Makefile config.status:1759: creating avr-libc.spec config.status:1759: creating avr/Makefile config.status:1759: creating avr/lib/Makefile config.status:1759: creating common/Makefile config.status:1759: creating crt1/Makefile config.status:1759: creating doc/Makefile config.status:1759: creating doc/api/Makefile config.status:1759: creating doc/examples/Makefile config.status:1759: creating include/Makefile config.status:1759: creating include/avr/Makefile config.status:1759: creating include/avr/builtins.h config.status:1759: creating include/compat/Makefile config.status:1759: creating include/util/Makefile config.status:1759: creating include/util/delay.h config.status:1759: creating libc/Makefile config.status:1759: creating libc/misc/Makefile config.status:1759: creating libc/pmstring/Makefile config.status:1759: creating libc/stdio/Makefile config.status:1759: creating libc/stdlib/Makefile config.status:1759: creating libc/string/Makefile config.status:1759: creating libm/Makefile config.status:1759: creating libm/fplib/Makefile config.status:1759: creating scripts/Makefile config.status:1759: creating devtools/Makefile config.status:1759: creating avr/lib/avr2/Makefile config.status:1759: creating avr/lib/avr2/at90s1200/Makefile config.status:1759: creating avr/lib/avr2/at90s2313/Makefile config.status:1759: creating avr/lib/avr2/at90s2323/Makefile config.status:1759: creating avr/lib/avr2/at90s2333/Makefile config.status:1759: creating avr/lib/avr2/at90s2343/Makefile config.status:1759: creating avr/lib/avr2/at90s4414/Makefile config.status:1759: creating avr/lib/avr2/at90s4433/Makefile config.status:1759: creating avr/lib/avr2/at90s4434/Makefile config.status:1759: creating avr/lib/avr2/at90s8515/Makefile config.status:1759: creating avr/lib/avr2/at90c8534/Makefile config.status:1759: creating avr/lib/avr2/at90s8535/Makefile config.status:1759: creating avr/lib/avr2/attiny11/Makefile config.status:1759: creating avr/lib/avr2/attiny12/Makefile config.status:1759: creating avr/lib/avr2/attiny13/Makefile config.status:1759: creating avr/lib/avr2/attiny15/Makefile config.status:1759: creating avr/lib/avr2/attiny22/Makefile config.status:1759: creating avr/lib/avr2/attiny24/Makefile config.status:1759: creating avr/lib/avr2/attiny25/Makefile config.status:1759: creating avr/lib/avr2/attiny26/Makefile config.status:1759: creating avr/lib/avr2/attiny261/Makefile config.status:1759: creating avr/lib/avr2/attiny28/Makefile config.status:1759: creating avr/lib/avr2/attiny44/Makefile config.status:1759: creating avr/lib/avr2/attiny45/Makefile config.status:1759: creating avr/lib/avr2/attiny461/Makefile config.status:1759: creating avr/lib/avr2/attiny84/Makefile config.status:1759: creating avr/lib/avr2/attiny85/Makefile config.status:1759: creating avr/lib/avr2/attiny861/Makefile config.status:1759: creating avr/lib/avr2/attiny2313/Makefile config.status:1759: creating avr/lib/avr2/at86rf401/Makefile config.status:1759: creating avr/lib/avr2/tiny-stack/Makefile config.status:1759: creating avr/lib/avr2/tiny-stack/at90s2313/Makefile config.status:1759: creating avr/lib/avr2/tiny-stack/at90s2323/Makefile config.status:1759: creating avr/lib/avr2/tiny-stack/at90s2333/Makefile config.status:1759: creating avr/lib/avr2/tiny-stack/at90s2343/Makefile config.status:1759: creating avr/lib/avr2/tiny-stack/at90s4433/Makefile config.status:1759: creating avr/lib/avr2/tiny-stack/attiny22/Makefile config.status:1759: creating avr/lib/avr2/tiny-stack/attiny26/Makefile config.status:1759: creating avr/lib/avr25/Makefile config.status:1759: creating avr/lib/avr25/at86rf401/Makefile config.status:1759: creating avr/lib/avr25/ata5272/Makefile config.status:1759: creating avr/lib/avr25/ata6616c/Makefile config.status:1759: creating avr/lib/avr25/attiny13/Makefile config.status:1759: creating avr/lib/avr25/attiny13a/Makefile config.status:1759: creating avr/lib/avr25/attiny2313/Makefile config.status:1759: creating avr/lib/avr25/attiny2313a/Makefile config.status:1759: creating avr/lib/avr25/attiny24/Makefile config.status:1759: creating avr/lib/avr25/attiny24a/Makefile config.status:1759: creating avr/lib/avr25/attiny25/Makefile config.status:1759: creating avr/lib/avr25/attiny261/Makefile config.status:1759: creating avr/lib/avr25/attiny261a/Makefile config.status:1759: creating avr/lib/avr25/attiny4313/Makefile config.status:1759: creating avr/lib/avr25/attiny43u/Makefile config.status:1759: creating avr/lib/avr25/attiny44/Makefile config.status:1759: creating avr/lib/avr25/attiny44a/Makefile config.status:1759: creating avr/lib/avr25/attiny441/Makefile config.status:1759: creating avr/lib/avr25/attiny45/Makefile config.status:1759: creating avr/lib/avr25/attiny461/Makefile config.status:1759: creating avr/lib/avr25/attiny461a/Makefile config.status:1759: creating avr/lib/avr25/attiny48/Makefile config.status:1759: creating avr/lib/avr25/attiny828/Makefile config.status:1759: creating avr/lib/avr25/attiny84/Makefile config.status:1759: creating avr/lib/avr25/attiny84a/Makefile config.status:1759: creating avr/lib/avr25/attiny841/Makefile config.status:1759: creating avr/lib/avr25/attiny85/Makefile config.status:1759: creating avr/lib/avr25/attiny861/Makefile config.status:1759: creating avr/lib/avr25/attiny861a/Makefile config.status:1759: creating avr/lib/avr25/attiny87/Makefile config.status:1759: creating avr/lib/avr25/attiny88/Makefile config.status:1759: creating avr/lib/avr25/tiny-stack/Makefile config.status:1759: creating avr/lib/avr25/tiny-stack/attiny13/Makefile config.status:1759: creating avr/lib/avr25/tiny-stack/attiny13a/Makefile config.status:1759: creating avr/lib/avr25/tiny-stack/attiny2313/Makefile config.status:1759: creating avr/lib/avr25/tiny-stack/attiny2313a/Makefile config.status:1759: creating avr/lib/avr25/tiny-stack/attiny24/Makefile config.status:1759: creating avr/lib/avr25/tiny-stack/attiny24a/Makefile config.status:1759: creating avr/lib/avr25/tiny-stack/attiny25/Makefile config.status:1759: creating avr/lib/avr25/tiny-stack/attiny261/Makefile config.status:1759: creating avr/lib/avr25/tiny-stack/attiny261a/Makefile config.status:1759: creating avr/lib/avr3/Makefile config.status:1759: creating avr/lib/avr3/atmega103/Makefile config.status:1759: creating avr/lib/avr3/at43usb320/Makefile config.status:1759: creating avr/lib/avr3/at43usb355/Makefile config.status:1759: creating avr/lib/avr3/at76c711/Makefile config.status:1759: creating avr/lib/avr3/at90usb82/Makefile config.status:1759: creating avr/lib/avr3/at90usb162/Makefile config.status:1759: creating avr/lib/avr31/Makefile config.status:1759: creating avr/lib/avr31/atmega103/Makefile config.status:1759: creating avr/lib/avr31/at43usb320/Makefile config.status:1759: creating avr/lib/avr35/Makefile config.status:1759: creating avr/lib/avr35/at90usb82/Makefile config.status:1759: creating avr/lib/avr35/at90usb162/Makefile config.status:1759: creating avr/lib/avr35/ata5505/Makefile config.status:1759: creating avr/lib/avr35/ata6617c/Makefile config.status:1759: creating avr/lib/avr35/ata664251/Makefile config.status:1759: creating avr/lib/avr35/atmega8u2/Makefile config.status:1759: creating avr/lib/avr35/atmega16u2/Makefile config.status:1759: creating avr/lib/avr35/atmega32u2/Makefile config.status:1759: creating avr/lib/avr35/attiny167/Makefile config.status:1759: creating avr/lib/avr35/attiny1634/Makefile config.status:1759: creating avr/lib/avr4/Makefile config.status:1759: creating avr/lib/avr4/ata6285/Makefile config.status:1759: creating avr/lib/avr4/ata6286/Makefile config.status:1759: creating avr/lib/avr4/ata6289/Makefile config.status:1759: creating avr/lib/avr4/ata6612c/Makefile config.status:1759: creating avr/lib/avr4/atmega48/Makefile config.status:1759: creating avr/lib/avr4/atmega48a/Makefile config.status:1759: creating avr/lib/avr4/atmega48pa/Makefile config.status:1759: creating avr/lib/avr4/atmega48pb/Makefile config.status:1759: creating avr/lib/avr4/atmega48p/Makefile config.status:1759: creating avr/lib/avr4/atmega8/Makefile config.status:1759: creating avr/lib/avr4/atmega8a/Makefile config.status:1759: creating avr/lib/avr4/atmega88/Makefile config.status:1759: creating avr/lib/avr4/atmega88a/Makefile config.status:1759: creating avr/lib/avr4/atmega88p/Makefile config.status:1759: creating avr/lib/avr4/atmega88pa/Makefile config.status:1759: creating avr/lib/avr4/atmega88pb/Makefile config.status:1759: creating avr/lib/avr4/atmega8515/Makefile config.status:1759: creating avr/lib/avr4/atmega8535/Makefile config.status:1759: creating avr/lib/avr4/atmega8hva/Makefile config.status:1759: creating avr/lib/avr4/at90pwm1/Makefile config.status:1759: creating avr/lib/avr4/at90pwm2/Makefile config.status:1759: creating avr/lib/avr4/at90pwm2b/Makefile config.status:1759: creating avr/lib/avr4/at90pwm3/Makefile config.status:1759: creating avr/lib/avr4/at90pwm3b/Makefile config.status:1759: creating avr/lib/avr4/at90pwm81/Makefile config.status:1759: creating avr/lib/avr5/Makefile config.status:1759: creating avr/lib/avr5/at90can32/Makefile config.status:1759: creating avr/lib/avr5/at90can64/Makefile config.status:1759: creating avr/lib/avr5/at90can128/Makefile config.status:1759: creating avr/lib/avr5/at90pwm216/Makefile config.status:1759: creating avr/lib/avr5/at90pwm316/Makefile config.status:1759: creating avr/lib/avr5/at90pwm161/Makefile config.status:1759: creating avr/lib/avr5/at90scr100/Makefile config.status:1759: creating avr/lib/avr5/at90usb646/Makefile config.status:1759: creating avr/lib/avr5/at90usb647/Makefile config.status:1759: creating avr/lib/avr5/at90usb1286/Makefile config.status:1759: creating avr/lib/avr5/at90usb1287/Makefile config.status:1759: creating avr/lib/avr5/at94k/Makefile config.status:1759: creating avr/lib/avr5/ata5702m322/Makefile config.status:1759: creating avr/lib/avr5/ata5782/Makefile config.status:1759: creating avr/lib/avr5/ata5790/Makefile config.status:1759: creating avr/lib/avr5/ata5790n/Makefile config.status:1759: creating avr/lib/avr5/ata5795/Makefile config.status:1759: creating avr/lib/avr5/ata5831/Makefile config.status:1759: creating avr/lib/avr5/ata6613c/Makefile config.status:1759: creating avr/lib/avr5/ata6614q/Makefile config.status:1759: creating avr/lib/avr5/atmega16/Makefile config.status:1759: creating avr/lib/avr5/atmega16a/Makefile config.status:1759: creating avr/lib/avr5/atmega161/Makefile config.status:1759: creating avr/lib/avr5/atmega162/Makefile config.status:1759: creating avr/lib/avr5/atmega163/Makefile config.status:1759: creating avr/lib/avr5/atmega164a/Makefile config.status:1759: creating avr/lib/avr5/atmega164p/Makefile config.status:1759: creating avr/lib/avr5/atmega164pa/Makefile config.status:1759: creating avr/lib/avr5/atmega165/Makefile config.status:1759: creating avr/lib/avr5/atmega165a/Makefile config.status:1759: creating avr/lib/avr5/atmega165p/Makefile config.status:1759: creating avr/lib/avr5/atmega165pa/Makefile config.status:1759: creating avr/lib/avr5/atmega168/Makefile config.status:1759: creating avr/lib/avr5/atmega168a/Makefile config.status:1759: creating avr/lib/avr5/atmega168p/Makefile config.status:1759: creating avr/lib/avr5/atmega168pa/Makefile config.status:1759: creating avr/lib/avr5/atmega168pb/Makefile config.status:1759: creating avr/lib/avr5/atmega169/Makefile config.status:1759: creating avr/lib/avr5/atmega169a/Makefile config.status:1759: creating avr/lib/avr5/atmega169p/Makefile config.status:1759: creating avr/lib/avr5/atmega169pa/Makefile config.status:1759: creating avr/lib/avr5/atmega16hva/Makefile config.status:1759: creating avr/lib/avr5/atmega16hva2/Makefile config.status:1759: creating avr/lib/avr5/atmega16hvb/Makefile config.status:1759: creating avr/lib/avr5/atmega16hvbrevb/Makefile config.status:1759: creating avr/lib/avr5/atmega16m1/Makefile config.status:1759: creating avr/lib/avr5/atmega16u4/Makefile config.status:1759: creating avr/lib/avr5/atmega32/Makefile config.status:1759: creating avr/lib/avr5/atmega32a/Makefile config.status:1759: creating avr/lib/avr5/atmega323/Makefile config.status:1759: creating avr/lib/avr5/atmega324a/Makefile config.status:1759: creating avr/lib/avr5/atmega324p/Makefile config.status:1759: creating avr/lib/avr5/atmega324pa/Makefile config.status:1759: creating avr/lib/avr5/atmega325/Makefile config.status:1759: creating avr/lib/avr5/atmega325a/Makefile config.status:1759: creating avr/lib/avr5/atmega325p/Makefile config.status:1759: creating avr/lib/avr5/atmega325pa/Makefile config.status:1759: creating avr/lib/avr5/atmega3250/Makefile config.status:1759: creating avr/lib/avr5/atmega3250a/Makefile config.status:1759: creating avr/lib/avr5/atmega3250p/Makefile config.status:1759: creating avr/lib/avr5/atmega3250pa/Makefile config.status:1759: creating avr/lib/avr5/atmega328/Makefile config.status:1759: creating avr/lib/avr5/atmega328p/Makefile config.status:1759: creating avr/lib/avr5/atmega329/Makefile config.status:1759: creating avr/lib/avr5/atmega329a/Makefile config.status:1759: creating avr/lib/avr5/atmega329p/Makefile config.status:1759: creating avr/lib/avr5/atmega329pa/Makefile config.status:1759: creating avr/lib/avr5/atmega3290/Makefile config.status:1759: creating avr/lib/avr5/atmega3290a/Makefile config.status:1759: creating avr/lib/avr5/atmega3290p/Makefile config.status:1759: creating avr/lib/avr5/atmega3290pa/Makefile config.status:1759: creating avr/lib/avr5/atmega32c1/Makefile config.status:1759: creating avr/lib/avr5/atmega32hvb/Makefile config.status:1759: creating avr/lib/avr5/atmega32hvbrevb/Makefile config.status:1759: creating avr/lib/avr5/atmega32m1/Makefile config.status:1759: creating avr/lib/avr5/atmega32u4/Makefile config.status:1759: creating avr/lib/avr5/atmega32u6/Makefile config.status:1759: creating avr/lib/avr5/atmega406/Makefile config.status:1759: creating avr/lib/avr5/atmega64rfr2/Makefile config.status:1759: creating avr/lib/avr5/atmega644rfr2/Makefile config.status:1759: creating avr/lib/avr5/atmega64/Makefile config.status:1759: creating avr/lib/avr5/atmega64a/Makefile config.status:1759: creating avr/lib/avr5/atmega640/Makefile config.status:1759: creating avr/lib/avr5/atmega644/Makefile config.status:1759: creating avr/lib/avr5/atmega644a/Makefile config.status:1759: creating avr/lib/avr5/atmega644p/Makefile config.status:1759: creating avr/lib/avr5/atmega644pa/Makefile config.status:1759: creating avr/lib/avr5/atmega645/Makefile config.status:1759: creating avr/lib/avr5/atmega645a/Makefile config.status:1759: creating avr/lib/avr5/atmega645p/Makefile config.status:1759: creating avr/lib/avr5/atmega6450/Makefile config.status:1759: creating avr/lib/avr5/atmega6450a/Makefile config.status:1759: creating avr/lib/avr5/atmega6450p/Makefile config.status:1759: creating avr/lib/avr5/atmega649/Makefile config.status:1759: creating avr/lib/avr5/atmega649a/Makefile config.status:1759: creating avr/lib/avr5/atmega649p/Makefile config.status:1759: creating avr/lib/avr5/atmega6490/Makefile config.status:1759: creating avr/lib/avr5/atmega6490a/Makefile config.status:1759: creating avr/lib/avr5/atmega6490p/Makefile config.status:1759: creating avr/lib/avr5/atmega64c1/Makefile config.status:1759: creating avr/lib/avr5/atmega64hve/Makefile config.status:1759: creating avr/lib/avr5/atmega64hve2/Makefile config.status:1759: creating avr/lib/avr5/atmega64m1/Makefile config.status:1759: creating avr/lib/avr5/atmega128/Makefile config.status:1759: creating avr/lib/avr5/atmega1280/Makefile config.status:1759: creating avr/lib/avr5/atmega1281/Makefile config.status:1759: creating avr/lib/avr5/atmega1284p/Makefile config.status:1759: creating avr/lib/avr5/atmega128rfa1/Makefile config.status:1759: creating avr/lib/avr5/m3000/Makefile config.status:1759: creating avr/lib/avr51/Makefile config.status:1759: creating avr/lib/avr51/atmega128/Makefile config.status:1759: creating avr/lib/avr51/atmega128a/Makefile config.status:1759: creating avr/lib/avr51/atmega1280/Makefile config.status:1759: creating avr/lib/avr51/atmega1281/Makefile config.status:1759: creating avr/lib/avr51/atmega1284/Makefile config.status:1759: creating avr/lib/avr51/atmega1284p/Makefile config.status:1759: creating avr/lib/avr51/atmega128rfa1/Makefile config.status:1759: creating avr/lib/avr51/atmega128rfr2/Makefile config.status:1759: creating avr/lib/avr51/atmega1284rfr2/Makefile config.status:1759: creating avr/lib/avr51/at90can128/Makefile config.status:1759: creating avr/lib/avr51/at90usb1286/Makefile config.status:1759: creating avr/lib/avr51/at90usb1287/Makefile config.status:1759: creating avr/lib/avr6/Makefile config.status:1759: creating avr/lib/avr6/atmega2560/Makefile config.status:1759: creating avr/lib/avr6/atmega2561/Makefile config.status:1759: creating avr/lib/avr6/atmega256rfr2/Makefile config.status:1759: creating avr/lib/avr6/atmega2564rfr2/Makefile config.status:1759: creating avr/lib/avrxmega2/Makefile config.status:1759: creating avr/lib/avrxmega2/atxmega16a4/Makefile config.status:1759: creating avr/lib/avrxmega2/atxmega16a4u/Makefile config.status:1759: creating avr/lib/avrxmega2/atxmega16c4/Makefile config.status:1759: creating avr/lib/avrxmega2/atxmega16d4/Makefile config.status:1759: creating avr/lib/avrxmega2/atxmega32a4/Makefile config.status:1759: creating avr/lib/avrxmega2/atxmega32a4u/Makefile config.status:1759: creating avr/lib/avrxmega2/atxmega32c3/Makefile config.status:1759: creating avr/lib/avrxmega2/atxmega32c4/Makefile config.status:1759: creating avr/lib/avrxmega2/atxmega32d3/Makefile config.status:1759: creating avr/lib/avrxmega2/atxmega32d4/Makefile config.status:1759: creating avr/lib/avrxmega2/atxmega8e5/Makefile config.status:1759: creating avr/lib/avrxmega2/atxmega16e5/Makefile config.status:1759: creating avr/lib/avrxmega2/atxmega32e5/Makefile config.status:1759: creating avr/lib/avrxmega4/Makefile config.status:1759: creating avr/lib/avrxmega4/atxmega64a3/Makefile config.status:1759: creating avr/lib/avrxmega4/atxmega64a3u/Makefile config.status:1759: creating avr/lib/avrxmega4/atxmega64a4u/Makefile config.status:1759: creating avr/lib/avrxmega4/atxmega64b1/Makefile config.status:1759: creating avr/lib/avrxmega4/atxmega64b3/Makefile config.status:1759: creating avr/lib/avrxmega4/atxmega64c3/Makefile config.status:1759: creating avr/lib/avrxmega4/atxmega64d3/Makefile config.status:1759: creating avr/lib/avrxmega4/atxmega64d4/Makefile config.status:1759: creating avr/lib/avrxmega5/Makefile config.status:1759: creating avr/lib/avrxmega5/atxmega64a1/Makefile config.status:1759: creating avr/lib/avrxmega5/atxmega64a1u/Makefile config.status:1759: creating avr/lib/avrxmega6/Makefile config.status:1759: creating avr/lib/avrxmega6/atxmega128a3/Makefile config.status:1759: creating avr/lib/avrxmega6/atxmega128a3u/Makefile config.status:1759: creating avr/lib/avrxmega6/atxmega128b1/Makefile config.status:1759: creating avr/lib/avrxmega6/atxmega128b3/Makefile config.status:1759: creating avr/lib/avrxmega6/atxmega128c3/Makefile config.status:1759: creating avr/lib/avrxmega6/atxmega128d3/Makefile config.status:1759: creating avr/lib/avrxmega6/atxmega128d4/Makefile config.status:1759: creating avr/lib/avrxmega6/atxmega192a3/Makefile config.status:1759: creating avr/lib/avrxmega6/atxmega192a3u/Makefile config.status:1759: creating avr/lib/avrxmega6/atxmega192c3/Makefile config.status:1759: creating avr/lib/avrxmega6/atxmega192d3/Makefile config.status:1759: creating avr/lib/avrxmega6/atxmega256a3/Makefile config.status:1759: creating avr/lib/avrxmega6/atxmega256a3u/Makefile config.status:1759: creating avr/lib/avrxmega6/atxmega256a3b/Makefile config.status:1759: creating avr/lib/avrxmega6/atxmega256a3bu/Makefile config.status:1759: creating avr/lib/avrxmega6/atxmega256c3/Makefile config.status:1759: creating avr/lib/avrxmega6/atxmega256d3/Makefile config.status:1759: creating avr/lib/avrxmega6/atxmega384c3/Makefile config.status:1759: creating avr/lib/avrxmega6/atxmega384d3/Makefile config.status:1759: creating avr/lib/avrxmega7/Makefile config.status:1759: creating avr/lib/avrxmega7/atxmega128a1/Makefile config.status:1759: creating avr/lib/avrxmega7/atxmega128a1u/Makefile config.status:1759: creating avr/lib/avrxmega7/atxmega128a4u/Makefile config.status:1759: creating avr/lib/avrtiny/Makefile config.status:1759: creating avr/lib/avrtiny/attiny4/Makefile config.status:1759: creating avr/lib/avrtiny/attiny5/Makefile config.status:1759: creating avr/lib/avrtiny/attiny9/Makefile config.status:1759: creating avr/lib/avrtiny/attiny10/Makefile config.status:1759: creating avr/lib/avrtiny/attiny20/Makefile config.status:1759: creating avr/lib/avrtiny/attiny40/Makefile config.status:1759: creating config.h config.status:1988: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CCASFLAGS_set= ac_cv_env_CCASFLAGS_value= ac_cv_env_CCAS_set= ac_cv_env_CCAS_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-unknown-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=avr ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_host=avr-unknown-none ac_cv_objext=o ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=avr-ar ac_cv_prog_AS=avr-as ac_cv_prog_AWK=gawk ac_cv_prog_CC=avr-gcc ac_cv_prog_RANLIB=avr-ranlib ac_cv_prog_STRIP=avr-strip ac_cv_prog_cc_c89=no ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes am_cv_CCAS_dependencies_compiler_type=gcc3 am_cv_CC_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} "/home/nick/Desktop/nickfolder/documents/projects/in-progress/project 5f - CGRB Sensor System/soil sensor/software/avr-libc rebuild/avr-libc/missing" aclocal-1.14' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AR='avr-ar' AS='avr-as' ASDEBUG='' AUTOCONF='${SHELL} "/home/nick/Desktop/nickfolder/documents/projects/in-progress/project 5f - CGRB Sensor System/soil sensor/software/avr-libc rebuild/avr-libc/missing" autoconf' AUTOHEADER='${SHELL} "/home/nick/Desktop/nickfolder/documents/projects/in-progress/project 5f - CGRB Sensor System/soil sensor/software/avr-libc rebuild/avr-libc/missing" autoheader' AUTOMAKE='${SHELL} "/home/nick/Desktop/nickfolder/documents/projects/in-progress/project 5f - CGRB Sensor System/soil sensor/software/avr-libc rebuild/avr-libc/missing" automake-1.14' AVR_LIBC_MAJOR='1' AVR_LIBC_MINOR='8' AVR_LIBC_RELDATE='20111229' AVR_LIBC_REVISION='0' AVR_LIBC_USER_MANUAL='avr-libc-user-manual-1.8.0svn' AVR_LIBC_VERSION='1.8.0svn' AVR_LIBC_VERSION_NUMERIC='10800' AWK='gawk' CC='avr-gcc' CCAS='avr-gcc' CCASDEPMODE='depmode=gcc3' CCASFLAGS='' CCDEPMODE='depmode=gcc3' CDEBUG='' CFLAGS='' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DOCSDIR='' DOC_INST_DIR='${DESTDIR}${datadir}/doc/avr-libc-$(VERSION)' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' FNO_JUMP_TABLES='-fno-jump-tables' HAS_DELAY_CYCLES='1' HAS_at43usb320_FALSE='#' HAS_at43usb320_TRUE='' HAS_at43usb355_FALSE='#' HAS_at43usb355_TRUE='' HAS_at76c711_FALSE='#' HAS_at76c711_TRUE='' HAS_at86rf401_FALSE='#' HAS_at86rf401_TRUE='' HAS_at90c8534_FALSE='#' HAS_at90c8534_TRUE='' HAS_at90can128_FALSE='#' HAS_at90can128_TRUE='' HAS_at90can32_FALSE='#' HAS_at90can32_TRUE='' HAS_at90can64_FALSE='#' HAS_at90can64_TRUE='' HAS_at90pwm161_FALSE='#' HAS_at90pwm161_TRUE='' HAS_at90pwm1_FALSE='#' HAS_at90pwm1_TRUE='' HAS_at90pwm216_FALSE='#' HAS_at90pwm216_TRUE='' HAS_at90pwm2_FALSE='#' HAS_at90pwm2_TRUE='' HAS_at90pwm2b_FALSE='#' HAS_at90pwm2b_TRUE='' HAS_at90pwm316_FALSE='#' HAS_at90pwm316_TRUE='' HAS_at90pwm3_FALSE='#' HAS_at90pwm3_TRUE='' HAS_at90pwm3b_FALSE='#' HAS_at90pwm3b_TRUE='' HAS_at90pwm81_FALSE='#' HAS_at90pwm81_TRUE='' HAS_at90s1200_FALSE='#' HAS_at90s1200_TRUE='' HAS_at90s2313_FALSE='#' HAS_at90s2313_TRUE='' HAS_at90s2323_FALSE='#' HAS_at90s2323_TRUE='' HAS_at90s2333_FALSE='#' HAS_at90s2333_TRUE='' HAS_at90s2343_FALSE='#' HAS_at90s2343_TRUE='' HAS_at90s4414_FALSE='#' HAS_at90s4414_TRUE='' HAS_at90s4433_FALSE='#' HAS_at90s4433_TRUE='' HAS_at90s4434_FALSE='#' HAS_at90s4434_TRUE='' HAS_at90s8515_FALSE='#' HAS_at90s8515_TRUE='' HAS_at90s8535_FALSE='#' HAS_at90s8535_TRUE='' HAS_at90scr100_FALSE='#' HAS_at90scr100_TRUE='' HAS_at90usb1286_FALSE='#' HAS_at90usb1286_TRUE='' HAS_at90usb1287_FALSE='#' HAS_at90usb1287_TRUE='' HAS_at90usb162_FALSE='#' HAS_at90usb162_TRUE='' HAS_at90usb646_FALSE='#' HAS_at90usb646_TRUE='' HAS_at90usb647_FALSE='#' HAS_at90usb647_TRUE='' HAS_at90usb82_FALSE='#' HAS_at90usb82_TRUE='' HAS_at94k_FALSE='#' HAS_at94k_TRUE='' HAS_ata5272_FALSE='#' HAS_ata5272_TRUE='' HAS_ata5505_FALSE='#' HAS_ata5505_TRUE='' HAS_ata5702m322_FALSE='#' HAS_ata5702m322_TRUE='' HAS_ata5782_FALSE='#' HAS_ata5782_TRUE='' HAS_ata5790_FALSE='#' HAS_ata5790_TRUE='' HAS_ata5790n_FALSE='#' HAS_ata5790n_TRUE='' HAS_ata5795_FALSE='#' HAS_ata5795_TRUE='' HAS_ata5831_FALSE='#' HAS_ata5831_TRUE='' HAS_ata6285_FALSE='#' HAS_ata6285_TRUE='' HAS_ata6286_FALSE='#' HAS_ata6286_TRUE='' HAS_ata6289_FALSE='#' HAS_ata6289_TRUE='' HAS_ata6612c_FALSE='#' HAS_ata6612c_TRUE='' HAS_ata6613c_FALSE='#' HAS_ata6613c_TRUE='' HAS_ata6614q_FALSE='#' HAS_ata6614q_TRUE='' HAS_ata6616c_FALSE='#' HAS_ata6616c_TRUE='' HAS_ata6617c_FALSE='#' HAS_ata6617c_TRUE='' HAS_ata664251_FALSE='#' HAS_ata664251_TRUE='' HAS_atmega103_FALSE='#' HAS_atmega103_TRUE='' HAS_atmega1280_FALSE='#' HAS_atmega1280_TRUE='' HAS_atmega1281_FALSE='#' HAS_atmega1281_TRUE='' HAS_atmega1284_FALSE='#' HAS_atmega1284_TRUE='' HAS_atmega1284p_FALSE='#' HAS_atmega1284p_TRUE='' HAS_atmega1284rfr2_FALSE='#' HAS_atmega1284rfr2_TRUE='' HAS_atmega128_FALSE='#' HAS_atmega128_TRUE='' HAS_atmega128a_FALSE='#' HAS_atmega128a_TRUE='' HAS_atmega128rfa1_FALSE='#' HAS_atmega128rfa1_TRUE='' HAS_atmega128rfr2_FALSE='#' HAS_atmega128rfr2_TRUE='' HAS_atmega161_FALSE='#' HAS_atmega161_TRUE='' HAS_atmega162_FALSE='#' HAS_atmega162_TRUE='' HAS_atmega163_FALSE='#' HAS_atmega163_TRUE='' HAS_atmega164a_FALSE='#' HAS_atmega164a_TRUE='' HAS_atmega164p_FALSE='#' HAS_atmega164p_TRUE='' HAS_atmega164pa_FALSE='#' HAS_atmega164pa_TRUE='' HAS_atmega165_FALSE='#' HAS_atmega165_TRUE='' HAS_atmega165a_FALSE='#' HAS_atmega165a_TRUE='' HAS_atmega165p_FALSE='#' HAS_atmega165p_TRUE='' HAS_atmega165pa_FALSE='#' HAS_atmega165pa_TRUE='' HAS_atmega168_FALSE='#' HAS_atmega168_TRUE='' HAS_atmega168a_FALSE='#' HAS_atmega168a_TRUE='' HAS_atmega168p_FALSE='#' HAS_atmega168p_TRUE='' HAS_atmega168pa_FALSE='#' HAS_atmega168pa_TRUE='' HAS_atmega168pb_FALSE='#' HAS_atmega168pb_TRUE='' HAS_atmega169_FALSE='#' HAS_atmega169_TRUE='' HAS_atmega169a_FALSE='#' HAS_atmega169a_TRUE='' HAS_atmega169p_FALSE='#' HAS_atmega169p_TRUE='' HAS_atmega169pa_FALSE='#' HAS_atmega169pa_TRUE='' HAS_atmega16_FALSE='#' HAS_atmega16_TRUE='' HAS_atmega16a_FALSE='#' HAS_atmega16a_TRUE='' HAS_atmega16hva2_FALSE='#' HAS_atmega16hva2_TRUE='' HAS_atmega16hva_FALSE='#' HAS_atmega16hva_TRUE='' HAS_atmega16hvb_FALSE='#' HAS_atmega16hvb_TRUE='' HAS_atmega16hvbrevb_FALSE='#' HAS_atmega16hvbrevb_TRUE='' HAS_atmega16m1_FALSE='#' HAS_atmega16m1_TRUE='' HAS_atmega16u2_FALSE='#' HAS_atmega16u2_TRUE='' HAS_atmega16u4_FALSE='#' HAS_atmega16u4_TRUE='' HAS_atmega2560_FALSE='#' HAS_atmega2560_TRUE='' HAS_atmega2561_FALSE='#' HAS_atmega2561_TRUE='' HAS_atmega2564rfr2_FALSE='#' HAS_atmega2564rfr2_TRUE='' HAS_atmega256rfr2_FALSE='#' HAS_atmega256rfr2_TRUE='' HAS_atmega323_FALSE='#' HAS_atmega323_TRUE='' HAS_atmega324a_FALSE='#' HAS_atmega324a_TRUE='' HAS_atmega324p_FALSE='#' HAS_atmega324p_TRUE='' HAS_atmega324pa_FALSE='#' HAS_atmega324pa_TRUE='' HAS_atmega3250_FALSE='#' HAS_atmega3250_TRUE='' HAS_atmega3250a_FALSE='#' HAS_atmega3250a_TRUE='' HAS_atmega3250p_FALSE='#' HAS_atmega3250p_TRUE='' HAS_atmega3250pa_FALSE='#' HAS_atmega3250pa_TRUE='' HAS_atmega325_FALSE='#' HAS_atmega325_TRUE='' HAS_atmega325a_FALSE='#' HAS_atmega325a_TRUE='' HAS_atmega325p_FALSE='#' HAS_atmega325p_TRUE='' HAS_atmega325pa_FALSE='#' HAS_atmega325pa_TRUE='' HAS_atmega328_FALSE='#' HAS_atmega328_TRUE='' HAS_atmega328p_FALSE='#' HAS_atmega328p_TRUE='' HAS_atmega3290_FALSE='#' HAS_atmega3290_TRUE='' HAS_atmega3290a_FALSE='#' HAS_atmega3290a_TRUE='' HAS_atmega3290p_FALSE='#' HAS_atmega3290p_TRUE='' HAS_atmega3290pa_FALSE='#' HAS_atmega3290pa_TRUE='' HAS_atmega329_FALSE='#' HAS_atmega329_TRUE='' HAS_atmega329a_FALSE='#' HAS_atmega329a_TRUE='' HAS_atmega329p_FALSE='#' HAS_atmega329p_TRUE='' HAS_atmega329pa_FALSE='#' HAS_atmega329pa_TRUE='' HAS_atmega32_FALSE='#' HAS_atmega32_TRUE='' HAS_atmega32a_FALSE='#' HAS_atmega32a_TRUE='' HAS_atmega32c1_FALSE='#' HAS_atmega32c1_TRUE='' HAS_atmega32hvb_FALSE='#' HAS_atmega32hvb_TRUE='' HAS_atmega32hvbrevb_FALSE='#' HAS_atmega32hvbrevb_TRUE='' HAS_atmega32m1_FALSE='#' HAS_atmega32m1_TRUE='' HAS_atmega32u2_FALSE='#' HAS_atmega32u2_TRUE='' HAS_atmega32u4_FALSE='#' HAS_atmega32u4_TRUE='' HAS_atmega32u6_FALSE='#' HAS_atmega32u6_TRUE='' HAS_atmega406_FALSE='#' HAS_atmega406_TRUE='' HAS_atmega48_FALSE='#' HAS_atmega48_TRUE='' HAS_atmega48a_FALSE='#' HAS_atmega48a_TRUE='' HAS_atmega48p_FALSE='#' HAS_atmega48p_TRUE='' HAS_atmega48pa_FALSE='#' HAS_atmega48pa_TRUE='' HAS_atmega48pb_FALSE='#' HAS_atmega48pb_TRUE='' HAS_atmega640_FALSE='#' HAS_atmega640_TRUE='' HAS_atmega644_FALSE='#' HAS_atmega644_TRUE='' HAS_atmega644a_FALSE='#' HAS_atmega644a_TRUE='' HAS_atmega644p_FALSE='#' HAS_atmega644p_TRUE='' HAS_atmega644pa_FALSE='#' HAS_atmega644pa_TRUE='' HAS_atmega644rfr2_FALSE='#' HAS_atmega644rfr2_TRUE='' HAS_atmega6450_FALSE='#' HAS_atmega6450_TRUE='' HAS_atmega6450a_FALSE='#' HAS_atmega6450a_TRUE='' HAS_atmega6450p_FALSE='#' HAS_atmega6450p_TRUE='' HAS_atmega645_FALSE='#' HAS_atmega645_TRUE='' HAS_atmega645a_FALSE='#' HAS_atmega645a_TRUE='' HAS_atmega645p_FALSE='#' HAS_atmega645p_TRUE='' HAS_atmega6490_FALSE='#' HAS_atmega6490_TRUE='' HAS_atmega6490a_FALSE='#' HAS_atmega6490a_TRUE='' HAS_atmega6490p_FALSE='#' HAS_atmega6490p_TRUE='' HAS_atmega649_FALSE='#' HAS_atmega649_TRUE='' HAS_atmega649a_FALSE='#' HAS_atmega649a_TRUE='' HAS_atmega649p_FALSE='#' HAS_atmega649p_TRUE='' HAS_atmega64_FALSE='#' HAS_atmega64_TRUE='' HAS_atmega64a_FALSE='#' HAS_atmega64a_TRUE='' HAS_atmega64c1_FALSE='#' HAS_atmega64c1_TRUE='' HAS_atmega64hve2_FALSE='#' HAS_atmega64hve2_TRUE='' HAS_atmega64hve_FALSE='#' HAS_atmega64hve_TRUE='' HAS_atmega64m1_FALSE='#' HAS_atmega64m1_TRUE='' HAS_atmega64rfr2_FALSE='#' HAS_atmega64rfr2_TRUE='' HAS_atmega8515_FALSE='#' HAS_atmega8515_TRUE='' HAS_atmega8535_FALSE='#' HAS_atmega8535_TRUE='' HAS_atmega88_FALSE='#' HAS_atmega88_TRUE='' HAS_atmega88a_FALSE='#' HAS_atmega88a_TRUE='' HAS_atmega88p_FALSE='#' HAS_atmega88p_TRUE='' HAS_atmega88pa_FALSE='#' HAS_atmega88pa_TRUE='' HAS_atmega88pb_FALSE='#' HAS_atmega88pb_TRUE='' HAS_atmega8_FALSE='#' HAS_atmega8_TRUE='' HAS_atmega8a_FALSE='#' HAS_atmega8a_TRUE='' HAS_atmega8hva_FALSE='#' HAS_atmega8hva_TRUE='' HAS_atmega8u2_FALSE='#' HAS_atmega8u2_TRUE='' HAS_attiny10_FALSE='#' HAS_attiny10_TRUE='' HAS_attiny11_FALSE='#' HAS_attiny11_TRUE='' HAS_attiny12_FALSE='#' HAS_attiny12_TRUE='' HAS_attiny13_FALSE='#' HAS_attiny13_TRUE='' HAS_attiny13a_FALSE='#' HAS_attiny13a_TRUE='' HAS_attiny15_FALSE='#' HAS_attiny15_TRUE='' HAS_attiny1634_FALSE='#' HAS_attiny1634_TRUE='' HAS_attiny167_FALSE='#' HAS_attiny167_TRUE='' HAS_attiny20_FALSE='#' HAS_attiny20_TRUE='' HAS_attiny22_FALSE='#' HAS_attiny22_TRUE='' HAS_attiny2313_FALSE='#' HAS_attiny2313_TRUE='' HAS_attiny2313a_FALSE='#' HAS_attiny2313a_TRUE='' HAS_attiny24_FALSE='#' HAS_attiny24_TRUE='' HAS_attiny24a_FALSE='#' HAS_attiny24a_TRUE='' HAS_attiny25_FALSE='#' HAS_attiny25_TRUE='' HAS_attiny261_FALSE='#' HAS_attiny261_TRUE='' HAS_attiny261a_FALSE='#' HAS_attiny261a_TRUE='' HAS_attiny26_FALSE='#' HAS_attiny26_TRUE='' HAS_attiny28_FALSE='#' HAS_attiny28_TRUE='' HAS_attiny40_FALSE='#' HAS_attiny40_TRUE='' HAS_attiny4313_FALSE='#' HAS_attiny4313_TRUE='' HAS_attiny43u_FALSE='#' HAS_attiny43u_TRUE='' HAS_attiny441_FALSE='#' HAS_attiny441_TRUE='' HAS_attiny44_FALSE='#' HAS_attiny44_TRUE='' HAS_attiny44a_FALSE='#' HAS_attiny44a_TRUE='' HAS_attiny45_FALSE='#' HAS_attiny45_TRUE='' HAS_attiny461_FALSE='#' HAS_attiny461_TRUE='' HAS_attiny461a_FALSE='#' HAS_attiny461a_TRUE='' HAS_attiny48_FALSE='#' HAS_attiny48_TRUE='' HAS_attiny4_FALSE='#' HAS_attiny4_TRUE='' HAS_attiny5_FALSE='#' HAS_attiny5_TRUE='' HAS_attiny828_FALSE='#' HAS_attiny828_TRUE='' HAS_attiny841_FALSE='#' HAS_attiny841_TRUE='' HAS_attiny84_FALSE='#' HAS_attiny84_TRUE='' HAS_attiny84a_FALSE='#' HAS_attiny84a_TRUE='' HAS_attiny85_FALSE='#' HAS_attiny85_TRUE='' HAS_attiny861_FALSE='#' HAS_attiny861_TRUE='' HAS_attiny861a_FALSE='#' HAS_attiny861a_TRUE='' HAS_attiny87_FALSE='#' HAS_attiny87_TRUE='' HAS_attiny88_FALSE='#' HAS_attiny88_TRUE='' HAS_attiny9_FALSE='#' HAS_attiny9_TRUE='' HAS_atxmega128a1_FALSE='#' HAS_atxmega128a1_TRUE='' HAS_atxmega128a1u_FALSE='#' HAS_atxmega128a1u_TRUE='' HAS_atxmega128a3_FALSE='#' HAS_atxmega128a3_TRUE='' HAS_atxmega128a3u_FALSE='#' HAS_atxmega128a3u_TRUE='' HAS_atxmega128a4u_FALSE='#' HAS_atxmega128a4u_TRUE='' HAS_atxmega128b1_FALSE='#' HAS_atxmega128b1_TRUE='' HAS_atxmega128b3_FALSE='#' HAS_atxmega128b3_TRUE='' HAS_atxmega128c3_FALSE='#' HAS_atxmega128c3_TRUE='' HAS_atxmega128d3_FALSE='#' HAS_atxmega128d3_TRUE='' HAS_atxmega128d4_FALSE='#' HAS_atxmega128d4_TRUE='' HAS_atxmega16a4_FALSE='#' HAS_atxmega16a4_TRUE='' HAS_atxmega16a4u_FALSE='#' HAS_atxmega16a4u_TRUE='' HAS_atxmega16c4_FALSE='#' HAS_atxmega16c4_TRUE='' HAS_atxmega16d4_FALSE='#' HAS_atxmega16d4_TRUE='' HAS_atxmega16e5_FALSE='#' HAS_atxmega16e5_TRUE='' HAS_atxmega192a3_FALSE='#' HAS_atxmega192a3_TRUE='' HAS_atxmega192a3u_FALSE='#' HAS_atxmega192a3u_TRUE='' HAS_atxmega192c3_FALSE='#' HAS_atxmega192c3_TRUE='' HAS_atxmega192d3_FALSE='#' HAS_atxmega192d3_TRUE='' HAS_atxmega256a3_FALSE='#' HAS_atxmega256a3_TRUE='' HAS_atxmega256a3b_FALSE='#' HAS_atxmega256a3b_TRUE='' HAS_atxmega256a3bu_FALSE='#' HAS_atxmega256a3bu_TRUE='' HAS_atxmega256a3u_FALSE='#' HAS_atxmega256a3u_TRUE='' HAS_atxmega256c3_FALSE='#' HAS_atxmega256c3_TRUE='' HAS_atxmega256d3_FALSE='#' HAS_atxmega256d3_TRUE='' HAS_atxmega32a4_FALSE='#' HAS_atxmega32a4_TRUE='' HAS_atxmega32a4u_FALSE='#' HAS_atxmega32a4u_TRUE='' HAS_atxmega32c3_FALSE='#' HAS_atxmega32c3_TRUE='' HAS_atxmega32c4_FALSE='#' HAS_atxmega32c4_TRUE='' HAS_atxmega32d3_FALSE='#' HAS_atxmega32d3_TRUE='' HAS_atxmega32d4_FALSE='#' HAS_atxmega32d4_TRUE='' HAS_atxmega32e5_FALSE='#' HAS_atxmega32e5_TRUE='' HAS_atxmega384c3_FALSE='#' HAS_atxmega384c3_TRUE='' HAS_atxmega384d3_FALSE='#' HAS_atxmega384d3_TRUE='' HAS_atxmega64a1_FALSE='#' HAS_atxmega64a1_TRUE='' HAS_atxmega64a1u_FALSE='#' HAS_atxmega64a1u_TRUE='' HAS_atxmega64a3_FALSE='#' HAS_atxmega64a3_TRUE='' HAS_atxmega64a3u_FALSE='#' HAS_atxmega64a3u_TRUE='' HAS_atxmega64a4u_FALSE='#' HAS_atxmega64a4u_TRUE='' HAS_atxmega64b1_FALSE='#' HAS_atxmega64b1_TRUE='' HAS_atxmega64b3_FALSE='#' HAS_atxmega64b3_TRUE='' HAS_atxmega64c3_FALSE='#' HAS_atxmega64c3_TRUE='' HAS_atxmega64d3_FALSE='#' HAS_atxmega64d3_TRUE='' HAS_atxmega64d4_FALSE='#' HAS_atxmega64d4_TRUE='' HAS_atxmega8e5_FALSE='#' HAS_atxmega8e5_TRUE='' HAS_avr1_FALSE='#' HAS_avr1_TRUE='' HAS_avr25_FALSE='#' HAS_avr25_TRUE='' HAS_avr2_FALSE='#' HAS_avr2_TRUE='' HAS_avr31_FALSE='#' HAS_avr31_TRUE='' HAS_avr35_FALSE='#' HAS_avr35_TRUE='' HAS_avr3_FALSE='#' HAS_avr3_TRUE='' HAS_avr4_FALSE='#' HAS_avr4_TRUE='' HAS_avr51_FALSE='#' HAS_avr51_TRUE='' HAS_avr5_FALSE='#' HAS_avr5_TRUE='' HAS_avr6_FALSE='#' HAS_avr6_TRUE='' HAS_avrtiny_FALSE='#' HAS_avrtiny_TRUE='' HAS_avrxmega2_FALSE='#' HAS_avrxmega2_TRUE='' HAS_avrxmega4_FALSE='#' HAS_avrxmega4_TRUE='' HAS_avrxmega5_FALSE='#' HAS_avrxmega5_TRUE='' HAS_avrxmega6_FALSE='#' HAS_avrxmega6_TRUE='' HAS_avrxmega7_FALSE='#' HAS_avrxmega7_TRUE='' HAS_m3000_FALSE='#' HAS_m3000_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_DOX_HTML='install-dox-html' INSTALL_DOX_MAN='install-dox-man' INSTALL_DOX_PDF='install-dox-pdf' INSTALL_DOX_XML='install-dox-xml' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} "/home/nick/Desktop/nickfolder/documents/projects/in-progress/project 5f - CGRB Sensor System/soil sensor/software/avr-libc rebuild/avr-libc/missing" makeinfo' MKDIR_P='/bin/mkdir -p' OBJEXT='o' PACKAGE='avr-libc' PACKAGE_BUGREPORT='avr-libc-dev@nongnu.org' PACKAGE_NAME='avr-libc' PACKAGE_STRING='avr-libc 1.8.0svn' PACKAGE_TARNAME='avr-libc' PACKAGE_URL='' PACKAGE_VERSION='1.8.0svn' PATH_SEPARATOR=':' PNGTOPNM='pngtopnm' PNMTOPNG='pnmtopng' RANLIB='avr-ranlib' SET_MAKE='' SHELL='/bin/bash' STRIP='avr-strip' TARGET_DOX_HTML='dox-html' TARGET_DOX_PDF='dox-pdf' TARGET_DOX_XML='dox-xml' VERSION='1.8.0svn' ac_ct_CC='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCCAS_FALSE='#' am__fastdepCCAS_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='x86_64-unknown-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='avr-unknown-none' host_alias='avr' host_cpu='avr' host_os='none' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} '\''/home/nick/Desktop/nickfolder/documents/projects/in-progress/project 5f - CGRB Sensor System/soil sensor/software/avr-libc rebuild/avr-libc/install-sh'\''' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "avr-libc" #define PACKAGE_TARNAME "avr-libc" #define PACKAGE_VERSION "1.8.0svn" #define PACKAGE_STRING "avr-libc 1.8.0svn" #define PACKAGE_BUGREPORT "avr-libc-dev@nongnu.org" #define PACKAGE_URL "" #define PACKAGE "avr-libc" #define VERSION "1.8.0svn" configure: exit 0