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.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ ../configure --prefix=/usr/lib/avr --build=x86_64-linux-gnu --host=avr ## --------- ## ## Platform. ## ## --------- ## hostname = nick-laptop uname -m = x86_64 uname -r = 4.2.0-41-generic uname -s = Linux uname -v = #48~14.04.1-Ubuntu SMP Fri Jun 24 17:09:15 UTC 2016 /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:2398: checking build system type configure:2412: result: x86_64-pc-linux-gnu configure:2432: checking host system type configure:2445: result: avr-unknown-none configure:2469: checking if configuring for cross compile configure:2489: result: yes configure:2493: checking if target host is avr configure:2497: result: yes configure:2537: checking for a BSD-compatible install configure:2605: result: /usr/bin/install -c configure:2616: checking whether build environment is sane configure:2671: result: yes configure:2730: checking for avr-strip configure:2746: found /usr/bin/avr-strip configure:2757: result: avr-strip configure:2822: checking for a thread-safe mkdir -p configure:2861: result: /bin/mkdir -p configure:2868: checking for gawk configure:2884: found /usr/bin/gawk configure:2895: result: gawk configure:2906: checking whether make sets $(MAKE) configure:2928: result: yes configure:2957: checking whether make supports nested variables configure:2974: result: yes configure:3118: checking for avr-gcc configure:3145: result: avr-gcc configure:3414: checking for C compiler version configure:3423: 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:3434: $? = 0 configure:3423: 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:3434: $? = 0 configure:3423: avr-gcc -V >&5 avr-gcc: error: unrecognized command line option '-V' avr-gcc: fatal error: no input files compilation terminated. configure:3434: $? = 1 configure:3423: avr-gcc -qversion >&5 avr-gcc: error: unrecognized command line option '-qversion' avr-gcc: fatal error: no input files compilation terminated. configure:3434: $? = 1 configure:3454: 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:3458: $? = 1 configure:3671: checking whether we are cross compiling configure:3709: result: yes configure:3713: checking for suffix of object files configure:3735: avr-gcc -c conftest.c >&5 configure:3739: $? = 0 configure:3760: result: o configure:3764: checking whether we are using the GNU C compiler configure:3783: avr-gcc -c conftest.c >&5 configure:3783: $? = 0 configure:3792: result: yes configure:3801: checking whether avr-gcc accepts -g configure:3821: avr-gcc -c -g conftest.c >&5 configure:3821: $? = 0 configure:3862: result: yes configure:3879: checking for avr-gcc option to accept ISO C89 configure:3942: avr-gcc -c conftest.c >&5 conftest.c:12:19: fatal error: stdio.h: No such file or directory #include ^ compilation terminated. configure:3942: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "avr-libc" | #define PACKAGE_TARNAME "avr-libc" | #define PACKAGE_VERSION "1.8.1" | #define PACKAGE_STRING "avr-libc 1.8.1" | #define PACKAGE_BUGREPORT "avr-libc-dev@nongnu.org" | #define PACKAGE_URL "" | #define PACKAGE "avr-libc" | #define VERSION "1.8.1" | /* 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:3942: avr-gcc -qlanglvl=extc89 -c conftest.c >&5 avr-gcc: error: unrecognized command line option '-qlanglvl=extc89' configure:3942: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "avr-libc" | #define PACKAGE_TARNAME "avr-libc" | #define PACKAGE_VERSION "1.8.1" | #define PACKAGE_STRING "avr-libc 1.8.1" | #define PACKAGE_BUGREPORT "avr-libc-dev@nongnu.org" | #define PACKAGE_URL "" | #define PACKAGE "avr-libc" | #define VERSION "1.8.1" | /* 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:3942: avr-gcc -qlanglvl=ansi -c conftest.c >&5 avr-gcc: error: unrecognized command line option '-qlanglvl=ansi' configure:3942: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "avr-libc" | #define PACKAGE_TARNAME "avr-libc" | #define PACKAGE_VERSION "1.8.1" | #define PACKAGE_STRING "avr-libc 1.8.1" | #define PACKAGE_BUGREPORT "avr-libc-dev@nongnu.org" | #define PACKAGE_URL "" | #define PACKAGE "avr-libc" | #define VERSION "1.8.1" | /* 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:3942: avr-gcc -std -c conftest.c >&5 avr-gcc: error: unrecognized command line option '-std' configure:3942: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "avr-libc" | #define PACKAGE_TARNAME "avr-libc" | #define PACKAGE_VERSION "1.8.1" | #define PACKAGE_STRING "avr-libc 1.8.1" | #define PACKAGE_BUGREPORT "avr-libc-dev@nongnu.org" | #define PACKAGE_URL "" | #define PACKAGE "avr-libc" | #define VERSION "1.8.1" | /* 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:3942: 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:3942: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "avr-libc" | #define PACKAGE_TARNAME "avr-libc" | #define PACKAGE_VERSION "1.8.1" | #define PACKAGE_STRING "avr-libc 1.8.1" | #define PACKAGE_BUGREPORT "avr-libc-dev@nongnu.org" | #define PACKAGE_URL "" | #define PACKAGE "avr-libc" | #define VERSION "1.8.1" | /* 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:3942: 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:3942: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "avr-libc" | #define PACKAGE_TARNAME "avr-libc" | #define PACKAGE_VERSION "1.8.1" | #define PACKAGE_STRING "avr-libc 1.8.1" | #define PACKAGE_BUGREPORT "avr-libc-dev@nongnu.org" | #define PACKAGE_URL "" | #define PACKAGE "avr-libc" | #define VERSION "1.8.1" | /* 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:3942: avr-gcc -Xc -D__EXTENSIONS__ -c conftest.c >&5 avr-gcc: error: unrecognized command line option '-Xc' configure:3942: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "avr-libc" | #define PACKAGE_TARNAME "avr-libc" | #define PACKAGE_VERSION "1.8.1" | #define PACKAGE_STRING "avr-libc 1.8.1" | #define PACKAGE_BUGREPORT "avr-libc-dev@nongnu.org" | #define PACKAGE_URL "" | #define PACKAGE "avr-libc" | #define VERSION "1.8.1" | /* 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:3958: result: unsupported configure:3980: checking whether avr-gcc understands -c and -o together configure:4002: avr-gcc -c conftest.c -o conftest2.o configure:4005: $? = 0 configure:4002: avr-gcc -c conftest.c -o conftest2.o configure:4005: $? = 0 configure:4017: result: yes configure:4045: checking for style of include used by make configure:4073: result: GNU configure:4099: checking dependency style of avr-gcc configure:4210: result: gcc3 configure:4228: checking for avr-as configure:4244: found /usr/bin/avr-as configure:4255: result: avr-as configure:4326: checking dependency style of avr-gcc configure:4435: result: gcc3 configure:4453: checking for avr-ranlib configure:4469: found /usr/bin/avr-ranlib configure:4480: result: avr-ranlib configure:4545: checking for avr-ar configure:4561: found /usr/bin/avr-ar configure:4572: result: avr-ar configure:4655: checking whether ln -s works configure:4659: result: yes configure:4666: checking whether make sets $(MAKE) configure:4688: result: yes configure:4756: checking for doxygen configure:4764: result: yes configure:4767: Enabling PDF docs configure:4773: Enabling HTML docs configure:4779: Enabling man pages configure:4793: checking for pngtopnm configure:4797: result: yes configure:4805: checking for pnmtopng configure:4809: result: yes configure:4882: checking whether avr-gcc supports -mno-tablejump configure:4888: avr-gcc -c -mno-tablejump conftest.c >&5 avr-gcc: error: unrecognized command line option '-mno-tablejump' configure:4888: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "avr-libc" | #define PACKAGE_TARNAME "avr-libc" | #define PACKAGE_VERSION "1.8.1" | #define PACKAGE_STRING "avr-libc 1.8.1" | #define PACKAGE_BUGREPORT "avr-libc-dev@nongnu.org" | #define PACKAGE_URL "" | #define PACKAGE "avr-libc" | #define VERSION "1.8.1" | /* end confdefs.h. */ | configure:4899: result: no configure:4910: checking whether avr-gcc supports -fno-jump-tables configure:4916: avr-gcc -c -fno-jump-tables conftest.c >&5 configure:4916: $? = 0 configure:4927: result: yes configure:4935: checking whether avr-gcc supports __builtin_avr_delay_cycles configure:4948: result: yes configure:5121: checking if avr-gcc has support for avr25 configure:5127: avr-gcc -c -mmcu=avr25 conftest.c >&5 configure:5127: $? = 0 configure:5138: result: yes configure:5158: checking if avr-gcc has support for ata5272 configure:5164: avr-gcc -c -mmcu=ata5272 conftest.c >&5 configure:5164: $? = 0 configure:5175: result: yes configure:5195: checking if avr-gcc has support for attiny13 configure:5201: avr-gcc -c -mmcu=attiny13 conftest.c >&5 configure:5201: $? = 0 configure:5212: result: yes configure:5232: checking if avr-gcc has support for attiny13a configure:5238: avr-gcc -c -mmcu=attiny13a conftest.c >&5 configure:5238: $? = 0 configure:5249: result: yes configure:5269: checking if avr-gcc has support for attiny2313 configure:5275: avr-gcc -c -mmcu=attiny2313 conftest.c >&5 configure:5275: $? = 0 configure:5286: result: yes configure:5306: checking if avr-gcc has support for attiny2313a configure:5312: avr-gcc -c -mmcu=attiny2313a conftest.c >&5 configure:5312: $? = 0 configure:5323: result: yes configure:5343: checking if avr-gcc has support for attiny24 configure:5349: avr-gcc -c -mmcu=attiny24 conftest.c >&5 configure:5349: $? = 0 configure:5360: result: yes configure:5380: checking if avr-gcc has support for attiny24a configure:5386: avr-gcc -c -mmcu=attiny24a conftest.c >&5 configure:5386: $? = 0 configure:5397: result: yes configure:5417: checking if avr-gcc has support for attiny25 configure:5423: avr-gcc -c -mmcu=attiny25 conftest.c >&5 configure:5423: $? = 0 configure:5434: result: yes configure:5454: checking if avr-gcc has support for attiny261 configure:5460: avr-gcc -c -mmcu=attiny261 conftest.c >&5 configure:5460: $? = 0 configure:5471: result: yes configure:5491: checking if avr-gcc has support for attiny261a configure:5497: avr-gcc -c -mmcu=attiny261a conftest.c >&5 configure:5497: $? = 0 configure:5508: result: yes configure:5528: checking if avr-gcc has support for attiny43u configure:5534: avr-gcc -c -mmcu=attiny43u conftest.c >&5 configure:5534: $? = 0 configure:5545: result: yes configure:5565: checking if avr-gcc has support for attiny4313 configure:5571: avr-gcc -c -mmcu=attiny4313 conftest.c >&5 configure:5571: $? = 0 configure:5582: result: yes configure:5602: checking if avr-gcc has support for attiny44 configure:5608: avr-gcc -c -mmcu=attiny44 conftest.c >&5 configure:5608: $? = 0 configure:5619: result: yes configure:5639: checking if avr-gcc has support for attiny44a configure:5645: avr-gcc -c -mmcu=attiny44a conftest.c >&5 configure:5645: $? = 0 configure:5656: result: yes configure:5676: checking if avr-gcc has support for attiny45 configure:5682: avr-gcc -c -mmcu=attiny45 conftest.c >&5 configure:5682: $? = 0 configure:5693: result: yes configure:5713: checking if avr-gcc has support for attiny461 configure:5719: avr-gcc -c -mmcu=attiny461 conftest.c >&5 configure:5719: $? = 0 configure:5730: result: yes configure:5750: checking if avr-gcc has support for attiny461a configure:5756: avr-gcc -c -mmcu=attiny461a conftest.c >&5 configure:5756: $? = 0 configure:5767: result: yes configure:5787: checking if avr-gcc has support for attiny48 configure:5793: avr-gcc -c -mmcu=attiny48 conftest.c >&5 configure:5793: $? = 0 configure:5804: result: yes configure:5824: checking if avr-gcc has support for attiny828 configure:5830: avr-gcc -c -mmcu=attiny828 conftest.c >&5 configure:5830: $? = 0 configure:5841: result: yes configure:5861: checking if avr-gcc has support for attiny84 configure:5867: avr-gcc -c -mmcu=attiny84 conftest.c >&5 configure:5867: $? = 0 configure:5878: result: yes configure:5898: checking if avr-gcc has support for attiny84a configure:5904: avr-gcc -c -mmcu=attiny84a conftest.c >&5 configure:5904: $? = 0 configure:5915: result: yes configure:5935: checking if avr-gcc has support for attiny85 configure:5941: avr-gcc -c -mmcu=attiny85 conftest.c >&5 configure:5941: $? = 0 configure:5952: result: yes configure:5972: checking if avr-gcc has support for attiny861 configure:5978: avr-gcc -c -mmcu=attiny861 conftest.c >&5 configure:5978: $? = 0 configure:5989: result: yes configure:6009: checking if avr-gcc has support for attiny861a configure:6015: avr-gcc -c -mmcu=attiny861a conftest.c >&5 configure:6015: $? = 0 configure:6026: result: yes configure:6046: checking if avr-gcc has support for attiny87 configure:6052: avr-gcc -c -mmcu=attiny87 conftest.c >&5 configure:6052: $? = 0 configure:6063: result: yes configure:6083: checking if avr-gcc has support for attiny88 configure:6089: avr-gcc -c -mmcu=attiny88 conftest.c >&5 configure:6089: $? = 0 configure:6100: result: yes configure:6120: checking if avr-gcc has support for at86rf401 configure:6126: avr-gcc -c -mmcu=at86rf401 conftest.c >&5 configure:6126: $? = 0 configure:6137: result: yes configure:6193: checking if avr-gcc has support for avr31 configure:6199: avr-gcc -c -mmcu=avr31 conftest.c >&5 configure:6199: $? = 0 configure:6210: result: yes configure:6241: checking if avr-gcc has support for avr35 configure:6247: avr-gcc -c -mmcu=avr35 conftest.c >&5 configure:6247: $? = 0 configure:6258: result: yes configure:6278: checking if avr-gcc has support for at90usb82 configure:6284: avr-gcc -c -mmcu=at90usb82 conftest.c >&5 configure:6284: $? = 0 configure:6295: result: yes configure:6315: checking if avr-gcc has support for at90usb162 configure:6321: avr-gcc -c -mmcu=at90usb162 conftest.c >&5 configure:6321: $? = 0 configure:6332: result: yes configure:6352: checking if avr-gcc has support for ata5505 configure:6358: avr-gcc -c -mmcu=ata5505 conftest.c >&5 configure:6358: $? = 0 configure:6369: result: yes configure:6389: checking if avr-gcc has support for atmega8u2 configure:6395: avr-gcc -c -mmcu=atmega8u2 conftest.c >&5 configure:6395: $? = 0 configure:6406: result: yes configure:6426: checking if avr-gcc has support for atmega16u2 configure:6432: avr-gcc -c -mmcu=atmega16u2 conftest.c >&5 configure:6432: $? = 0 configure:6443: result: yes configure:6463: checking if avr-gcc has support for atmega32u2 configure:6469: avr-gcc -c -mmcu=atmega32u2 conftest.c >&5 configure:6469: $? = 0 configure:6480: result: yes configure:6500: checking if avr-gcc has support for attiny167 configure:6506: avr-gcc -c -mmcu=attiny167 conftest.c >&5 configure:6506: $? = 0 configure:6517: result: yes configure:6537: checking if avr-gcc has support for attiny1634 configure:6543: avr-gcc -c -mmcu=attiny1634 conftest.c >&5 configure:6543: $? = 0 configure:6554: result: yes configure:6609: checking if avr-gcc has support for ata6285 configure:6615: avr-gcc -c -mmcu=ata6285 conftest.c >&5 configure:6615: $? = 0 configure:6626: result: yes configure:6646: checking if avr-gcc has support for ata6286 configure:6652: avr-gcc -c -mmcu=ata6286 conftest.c >&5 configure:6652: $? = 0 configure:6663: result: yes configure:6683: checking if avr-gcc has support for ata6289 configure:6689: avr-gcc -c -mmcu=ata6289 conftest.c >&5 configure:6689: $? = 0 configure:6700: result: yes configure:6720: checking if avr-gcc has support for atmega8a configure:6726: avr-gcc -c -mmcu=atmega8a conftest.c >&5 configure:6726: $? = 0 configure:6737: result: yes configure:6757: checking if avr-gcc has support for atmega48 configure:6763: avr-gcc -c -mmcu=atmega48 conftest.c >&5 configure:6763: $? = 0 configure:6774: result: yes configure:6794: checking if avr-gcc has support for atmega48a configure:6800: avr-gcc -c -mmcu=atmega48a conftest.c >&5 configure:6800: $? = 0 configure:6811: result: yes configure:6831: checking if avr-gcc has support for atmega48pa configure:6837: avr-gcc -c -mmcu=atmega48pa conftest.c >&5 configure:6837: $? = 0 configure:6848: result: yes configure:6868: checking if avr-gcc has support for atmega48p configure:6874: avr-gcc -c -mmcu=atmega48p conftest.c >&5 configure:6874: $? = 0 configure:6885: result: yes configure:6905: checking if avr-gcc has support for atmega88 configure:6911: avr-gcc -c -mmcu=atmega88 conftest.c >&5 configure:6911: $? = 0 configure:6922: result: yes configure:6942: checking if avr-gcc has support for atmega88a configure:6948: avr-gcc -c -mmcu=atmega88a conftest.c >&5 configure:6948: $? = 0 configure:6959: result: yes configure:6979: checking if avr-gcc has support for atmega88p configure:6985: avr-gcc -c -mmcu=atmega88p conftest.c >&5 configure:6985: $? = 0 configure:6996: result: yes configure:7016: checking if avr-gcc has support for atmega88pa configure:7022: avr-gcc -c -mmcu=atmega88pa conftest.c >&5 configure:7022: $? = 0 configure:7033: result: yes configure:7053: checking if avr-gcc has support for atmega8hva configure:7059: avr-gcc -c -mmcu=atmega8hva conftest.c >&5 configure:7059: $? = 0 configure:7070: result: yes configure:7090: checking if avr-gcc has support for at90pwm1 configure:7096: avr-gcc -c -mmcu=at90pwm1 conftest.c >&5 configure:7096: $? = 0 configure:7107: result: yes configure:7127: checking if avr-gcc has support for at90pwm2 configure:7133: avr-gcc -c -mmcu=at90pwm2 conftest.c >&5 configure:7133: $? = 0 configure:7144: result: yes configure:7164: checking if avr-gcc has support for at90pwm2b configure:7170: avr-gcc -c -mmcu=at90pwm2b conftest.c >&5 configure:7170: $? = 0 configure:7181: result: yes configure:7201: checking if avr-gcc has support for at90pwm3 configure:7207: avr-gcc -c -mmcu=at90pwm3 conftest.c >&5 configure:7207: $? = 0 configure:7218: result: yes configure:7238: checking if avr-gcc has support for at90pwm3b configure:7244: avr-gcc -c -mmcu=at90pwm3b conftest.c >&5 configure:7244: $? = 0 configure:7255: result: yes configure:7275: checking if avr-gcc has support for at90pwm81 configure:7281: avr-gcc -c -mmcu=at90pwm81 conftest.c >&5 configure:7281: $? = 0 configure:7292: result: yes configure:7323: checking if avr-gcc has support for at90can32 configure:7329: avr-gcc -c -mmcu=at90can32 conftest.c >&5 configure:7329: $? = 0 configure:7340: result: yes configure:7360: checking if avr-gcc has support for at90can64 configure:7366: avr-gcc -c -mmcu=at90can64 conftest.c >&5 configure:7366: $? = 0 configure:7377: result: yes configure:7397: checking if avr-gcc has support for at90scr100 configure:7403: avr-gcc -c -mmcu=at90scr100 conftest.c >&5 configure:7403: $? = 0 configure:7414: result: yes configure:7434: checking if avr-gcc has support for at90usb646 configure:7440: avr-gcc -c -mmcu=at90usb646 conftest.c >&5 configure:7440: $? = 0 configure:7451: result: yes configure:7471: checking if avr-gcc has support for at90usb647 configure:7477: avr-gcc -c -mmcu=at90usb647 conftest.c >&5 configure:7477: $? = 0 configure:7488: result: yes configure:7508: checking if avr-gcc has support for at90pwm316 configure:7514: avr-gcc -c -mmcu=at90pwm316 conftest.c >&5 configure:7514: $? = 0 configure:7525: result: yes configure:7545: checking if avr-gcc has support for at90pwm216 configure:7551: avr-gcc -c -mmcu=at90pwm216 conftest.c >&5 configure:7551: $? = 0 configure:7562: result: yes configure:7582: checking if avr-gcc has support for at90pwm161 configure:7588: avr-gcc -c -mmcu=at90pwm161 conftest.c >&5 configure:7588: $? = 0 configure:7599: result: yes configure:7619: checking if avr-gcc has support for at94k configure:7625: avr-gcc -c -mmcu=at94k conftest.c >&5 configure:7625: $? = 0 configure:7636: result: yes configure:7656: checking if avr-gcc has support for ata5790 configure:7662: avr-gcc -c -mmcu=ata5790 conftest.c >&5 configure:7662: $? = 0 configure:7673: result: yes configure:7693: checking if avr-gcc has support for ata5795 configure:7699: avr-gcc -c -mmcu=ata5795 conftest.c >&5 configure:7699: $? = 0 configure:7710: result: yes configure:7730: checking if avr-gcc has support for atmega16 configure:7736: avr-gcc -c -mmcu=atmega16 conftest.c >&5 configure:7736: $? = 0 configure:7747: result: yes configure:7767: checking if avr-gcc has support for atmega16a configure:7773: avr-gcc -c -mmcu=atmega16a conftest.c >&5 configure:7773: $? = 0 configure:7784: result: yes configure:7804: checking if avr-gcc has support for atmega161 configure:7810: avr-gcc -c -mmcu=atmega161 conftest.c >&5 configure:7810: $? = 0 configure:7821: result: yes configure:7841: checking if avr-gcc has support for atmega162 configure:7847: avr-gcc -c -mmcu=atmega162 conftest.c >&5 configure:7847: $? = 0 configure:7858: result: yes configure:7878: checking if avr-gcc has support for atmega163 configure:7884: avr-gcc -c -mmcu=atmega163 conftest.c >&5 configure:7884: $? = 0 configure:7895: result: yes configure:7915: checking if avr-gcc has support for atmega164a configure:7921: avr-gcc -c -mmcu=atmega164a conftest.c >&5 configure:7921: $? = 0 configure:7932: result: yes configure:7952: checking if avr-gcc has support for atmega164p configure:7958: avr-gcc -c -mmcu=atmega164p conftest.c >&5 configure:7958: $? = 0 configure:7969: result: yes configure:7989: checking if avr-gcc has support for atmega164pa configure:7995: avr-gcc -c -mmcu=atmega164pa conftest.c >&5 configure:7995: $? = 0 configure:8006: result: yes configure:8026: checking if avr-gcc has support for atmega165 configure:8032: avr-gcc -c -mmcu=atmega165 conftest.c >&5 configure:8032: $? = 0 configure:8043: result: yes configure:8063: checking if avr-gcc has support for atmega165a configure:8069: avr-gcc -c -mmcu=atmega165a conftest.c >&5 configure:8069: $? = 0 configure:8080: result: yes configure:8100: checking if avr-gcc has support for atmega165p configure:8106: avr-gcc -c -mmcu=atmega165p conftest.c >&5 configure:8106: $? = 0 configure:8117: result: yes configure:8137: checking if avr-gcc has support for atmega165pa configure:8143: avr-gcc -c -mmcu=atmega165pa conftest.c >&5 configure:8143: $? = 0 configure:8154: result: yes configure:8174: checking if avr-gcc has support for atmega168 configure:8180: avr-gcc -c -mmcu=atmega168 conftest.c >&5 configure:8180: $? = 0 configure:8191: result: yes configure:8211: checking if avr-gcc has support for atmega168a configure:8217: avr-gcc -c -mmcu=atmega168a conftest.c >&5 configure:8217: $? = 0 configure:8228: result: yes configure:8248: checking if avr-gcc has support for atmega168p configure:8254: avr-gcc -c -mmcu=atmega168p conftest.c >&5 configure:8254: $? = 0 configure:8265: result: yes configure:8285: checking if avr-gcc has support for atmega168pa configure:8291: avr-gcc -c -mmcu=atmega168pa conftest.c >&5 configure:8291: $? = 0 configure:8302: result: yes configure:8322: checking if avr-gcc has support for atmega169 configure:8328: avr-gcc -c -mmcu=atmega169 conftest.c >&5 configure:8328: $? = 0 configure:8339: result: yes configure:8359: checking if avr-gcc has support for atmega169a configure:8365: avr-gcc -c -mmcu=atmega169a conftest.c >&5 configure:8365: $? = 0 configure:8376: result: yes configure:8396: checking if avr-gcc has support for atmega169p configure:8402: avr-gcc -c -mmcu=atmega169p conftest.c >&5 configure:8402: $? = 0 configure:8413: result: yes configure:8433: checking if avr-gcc has support for atmega169pa configure:8439: avr-gcc -c -mmcu=atmega169pa conftest.c >&5 configure:8439: $? = 0 configure:8450: result: yes configure:8470: checking if avr-gcc has support for atmega16hva configure:8476: avr-gcc -c -mmcu=atmega16hva conftest.c >&5 configure:8476: $? = 0 configure:8487: result: yes configure:8507: checking if avr-gcc has support for atmega16hva2 configure:8513: avr-gcc -c -mmcu=atmega16hva2 conftest.c >&5 configure:8513: $? = 0 configure:8524: result: yes configure:8544: checking if avr-gcc has support for atmega16hvb configure:8550: avr-gcc -c -mmcu=atmega16hvb conftest.c >&5 configure:8550: $? = 0 configure:8561: result: yes configure:8581: checking if avr-gcc has support for atmega16hvbrevb configure:8587: avr-gcc -c -mmcu=atmega16hvbrevb conftest.c >&5 configure:8587: $? = 0 configure:8598: result: yes configure:8618: checking if avr-gcc has support for atmega16m1 configure:8624: avr-gcc -c -mmcu=atmega16m1 conftest.c >&5 configure:8624: $? = 0 configure:8635: result: yes configure:8655: checking if avr-gcc has support for atmega16u4 configure:8661: avr-gcc -c -mmcu=atmega16u4 conftest.c >&5 configure:8661: $? = 0 configure:8672: result: yes configure:8692: checking if avr-gcc has support for atmega32 configure:8698: avr-gcc -c -mmcu=atmega32 conftest.c >&5 configure:8698: $? = 0 configure:8709: result: yes configure:8729: checking if avr-gcc has support for atmega32a configure:8735: avr-gcc -c -mmcu=atmega32a conftest.c >&5 configure:8735: $? = 0 configure:8746: result: yes configure:8766: checking if avr-gcc has support for atmega323 configure:8772: avr-gcc -c -mmcu=atmega323 conftest.c >&5 configure:8772: $? = 0 configure:8783: result: yes configure:8803: checking if avr-gcc has support for atmega324a configure:8809: avr-gcc -c -mmcu=atmega324a conftest.c >&5 configure:8809: $? = 0 configure:8820: result: yes configure:8840: checking if avr-gcc has support for atmega324p configure:8846: avr-gcc -c -mmcu=atmega324p conftest.c >&5 configure:8846: $? = 0 configure:8857: result: yes configure:8877: checking if avr-gcc has support for atmega324pa configure:8883: avr-gcc -c -mmcu=atmega324pa conftest.c >&5 configure:8883: $? = 0 configure:8894: result: yes configure:8914: checking if avr-gcc has support for atmega325 configure:8920: avr-gcc -c -mmcu=atmega325 conftest.c >&5 configure:8920: $? = 0 configure:8931: result: yes configure:8951: checking if avr-gcc has support for atmega325a configure:8957: avr-gcc -c -mmcu=atmega325a conftest.c >&5 configure:8957: $? = 0 configure:8968: result: yes configure:8988: checking if avr-gcc has support for atmega325p configure:8994: avr-gcc -c -mmcu=atmega325p conftest.c >&5 configure:8994: $? = 0 configure:9005: result: yes configure:9025: checking if avr-gcc has support for atmega325pa configure:9031: avr-gcc -c -mmcu=atmega325pa conftest.c >&5 configure:9031: $? = 0 configure:9042: result: yes configure:9062: checking if avr-gcc has support for atmega3250 configure:9068: avr-gcc -c -mmcu=atmega3250 conftest.c >&5 configure:9068: $? = 0 configure:9079: result: yes configure:9099: checking if avr-gcc has support for atmega3250a configure:9105: avr-gcc -c -mmcu=atmega3250a conftest.c >&5 configure:9105: $? = 0 configure:9116: result: yes configure:9136: checking if avr-gcc has support for atmega3250p configure:9142: avr-gcc -c -mmcu=atmega3250p conftest.c >&5 configure:9142: $? = 0 configure:9153: result: yes configure:9173: checking if avr-gcc has support for atmega3250pa configure:9179: avr-gcc -c -mmcu=atmega3250pa conftest.c >&5 configure:9179: $? = 0 configure:9190: result: yes configure:9210: checking if avr-gcc has support for atmega328 configure:9216: avr-gcc -c -mmcu=atmega328 conftest.c >&5 configure:9216: $? = 0 configure:9227: result: yes configure:9247: checking if avr-gcc has support for atmega328p configure:9253: avr-gcc -c -mmcu=atmega328p conftest.c >&5 configure:9253: $? = 0 configure:9264: result: yes configure:9284: checking if avr-gcc has support for atmega329 configure:9290: avr-gcc -c -mmcu=atmega329 conftest.c >&5 configure:9290: $? = 0 configure:9301: result: yes configure:9321: checking if avr-gcc has support for atmega329a configure:9327: avr-gcc -c -mmcu=atmega329a conftest.c >&5 configure:9327: $? = 0 configure:9338: result: yes configure:9358: checking if avr-gcc has support for atmega329p configure:9364: avr-gcc -c -mmcu=atmega329p conftest.c >&5 configure:9364: $? = 0 configure:9375: result: yes configure:9395: checking if avr-gcc has support for atmega329pa configure:9401: avr-gcc -c -mmcu=atmega329pa conftest.c >&5 configure:9401: $? = 0 configure:9412: result: yes configure:9432: checking if avr-gcc has support for atmega3290 configure:9438: avr-gcc -c -mmcu=atmega3290 conftest.c >&5 configure:9438: $? = 0 configure:9449: result: yes configure:9469: checking if avr-gcc has support for atmega3290a configure:9475: avr-gcc -c -mmcu=atmega3290a conftest.c >&5 configure:9475: $? = 0 configure:9486: result: yes configure:9506: checking if avr-gcc has support for atmega3290p configure:9512: avr-gcc -c -mmcu=atmega3290p conftest.c >&5 configure:9512: $? = 0 configure:9523: result: yes configure:9543: checking if avr-gcc has support for atmega3290pa configure:9549: avr-gcc -c -mmcu=atmega3290pa conftest.c >&5 configure:9549: $? = 0 configure:9560: result: yes configure:9580: checking if avr-gcc has support for atmega32c1 configure:9586: avr-gcc -c -mmcu=atmega32c1 conftest.c >&5 configure:9586: $? = 0 configure:9597: result: yes configure:9617: checking if avr-gcc has support for atmega32hvb configure:9623: avr-gcc -c -mmcu=atmega32hvb conftest.c >&5 configure:9623: $? = 0 configure:9634: result: yes configure:9654: checking if avr-gcc has support for atmega32hvbrevb configure:9660: avr-gcc -c -mmcu=atmega32hvbrevb conftest.c >&5 configure:9660: $? = 0 configure:9671: result: yes configure:9691: checking if avr-gcc has support for atmega32m1 configure:9697: avr-gcc -c -mmcu=atmega32m1 conftest.c >&5 configure:9697: $? = 0 configure:9708: result: yes configure:9728: checking if avr-gcc has support for atmega32u4 configure:9734: avr-gcc -c -mmcu=atmega32u4 conftest.c >&5 configure:9734: $? = 0 configure:9745: result: yes configure:9765: checking if avr-gcc has support for atmega32u6 configure:9771: avr-gcc -c -mmcu=atmega32u6 conftest.c >&5 configure:9771: $? = 0 configure:9782: result: yes configure:9802: checking if avr-gcc has support for atmega406 configure:9808: avr-gcc -c -mmcu=atmega406 conftest.c >&5 configure:9808: $? = 0 configure:9819: result: yes configure:9839: checking if avr-gcc has support for atmega644rfr2 configure:9845: avr-gcc -c -mmcu=atmega644rfr2 conftest.c >&5 configure:9845: $? = 0 configure:9856: result: yes configure:9876: checking if avr-gcc has support for atmega64rfr2 configure:9882: avr-gcc -c -mmcu=atmega64rfr2 conftest.c >&5 configure:9882: $? = 0 configure:9893: result: yes configure:9913: checking if avr-gcc has support for atmega64 configure:9919: avr-gcc -c -mmcu=atmega64 conftest.c >&5 configure:9919: $? = 0 configure:9930: result: yes configure:9950: checking if avr-gcc has support for atmega64a configure:9956: avr-gcc -c -mmcu=atmega64a conftest.c >&5 configure:9956: $? = 0 configure:9967: result: yes configure:9987: checking if avr-gcc has support for atmega640 configure:9993: avr-gcc -c -mmcu=atmega640 conftest.c >&5 configure:9993: $? = 0 configure:10004: result: yes configure:10024: checking if avr-gcc has support for atmega644 configure:10030: avr-gcc -c -mmcu=atmega644 conftest.c >&5 configure:10030: $? = 0 configure:10041: result: yes configure:10061: checking if avr-gcc has support for atmega644a configure:10067: avr-gcc -c -mmcu=atmega644a conftest.c >&5 configure:10067: $? = 0 configure:10078: result: yes configure:10098: checking if avr-gcc has support for atmega644p configure:10104: avr-gcc -c -mmcu=atmega644p conftest.c >&5 configure:10104: $? = 0 configure:10115: result: yes configure:10135: checking if avr-gcc has support for atmega644pa configure:10141: avr-gcc -c -mmcu=atmega644pa conftest.c >&5 configure:10141: $? = 0 configure:10152: result: yes configure:10172: checking if avr-gcc has support for atmega645 configure:10178: avr-gcc -c -mmcu=atmega645 conftest.c >&5 configure:10178: $? = 0 configure:10189: result: yes configure:10209: checking if avr-gcc has support for atmega645a configure:10215: avr-gcc -c -mmcu=atmega645a conftest.c >&5 configure:10215: $? = 0 configure:10226: result: yes configure:10246: checking if avr-gcc has support for atmega645p configure:10252: avr-gcc -c -mmcu=atmega645p conftest.c >&5 configure:10252: $? = 0 configure:10263: result: yes configure:10283: checking if avr-gcc has support for atmega6450 configure:10289: avr-gcc -c -mmcu=atmega6450 conftest.c >&5 configure:10289: $? = 0 configure:10300: result: yes configure:10320: checking if avr-gcc has support for atmega6450a configure:10326: avr-gcc -c -mmcu=atmega6450a conftest.c >&5 configure:10326: $? = 0 configure:10337: result: yes configure:10357: checking if avr-gcc has support for atmega6450p configure:10363: avr-gcc -c -mmcu=atmega6450p conftest.c >&5 configure:10363: $? = 0 configure:10374: result: yes configure:10394: checking if avr-gcc has support for atmega649 configure:10400: avr-gcc -c -mmcu=atmega649 conftest.c >&5 configure:10400: $? = 0 configure:10411: result: yes configure:10431: checking if avr-gcc has support for atmega649a configure:10437: avr-gcc -c -mmcu=atmega649a conftest.c >&5 configure:10437: $? = 0 configure:10448: result: yes configure:10468: checking if avr-gcc has support for atmega649p configure:10474: avr-gcc -c -mmcu=atmega649p conftest.c >&5 configure:10474: $? = 0 configure:10485: result: yes configure:10505: checking if avr-gcc has support for atmega6490 configure:10511: avr-gcc -c -mmcu=atmega6490 conftest.c >&5 configure:10511: $? = 0 configure:10522: result: yes configure:10542: checking if avr-gcc has support for atmega6490a configure:10548: avr-gcc -c -mmcu=atmega6490a conftest.c >&5 configure:10548: $? = 0 configure:10559: result: yes configure:10579: checking if avr-gcc has support for atmega6490p configure:10585: avr-gcc -c -mmcu=atmega6490p conftest.c >&5 configure:10585: $? = 0 configure:10596: result: yes configure:10616: checking if avr-gcc has support for atmega64c1 configure:10622: avr-gcc -c -mmcu=atmega64c1 conftest.c >&5 configure:10622: $? = 0 configure:10633: result: yes configure:10653: checking if avr-gcc has support for atmega64hve configure:10659: avr-gcc -c -mmcu=atmega64hve conftest.c >&5 configure:10659: $? = 0 configure:10670: result: yes configure:10690: checking if avr-gcc has support for atmega64m1 configure:10696: avr-gcc -c -mmcu=atmega64m1 conftest.c >&5 configure:10696: $? = 0 configure:10707: result: yes configure:10727: checking if avr-gcc has support for atmega128rfa1 configure:10733: avr-gcc -c -mmcu=atmega128rfa1 conftest.c >&5 configure:10733: $? = 0 configure:10744: result: yes configure:10764: checking if avr-gcc has support for m3000 configure:10770: avr-gcc -c -mmcu=m3000 conftest.c >&5 configure:10770: $? = 0 configure:10781: result: yes configure:10804: checking if avr-gcc has support for avr51 configure:10810: avr-gcc -c -mmcu=avr51 conftest.c >&5 configure:10810: $? = 0 configure:10821: result: yes configure:10850: checking if avr-gcc has support for atmega128a configure:10856: avr-gcc -c -mmcu=atmega128a conftest.c >&5 configure:10856: $? = 0 configure:10867: result: yes configure:10887: checking if avr-gcc has support for atmega1280 configure:10893: avr-gcc -c -mmcu=atmega1280 conftest.c >&5 configure:10893: $? = 0 configure:10904: result: yes configure:10924: checking if avr-gcc has support for atmega1281 configure:10930: avr-gcc -c -mmcu=atmega1281 conftest.c >&5 configure:10930: $? = 0 configure:10941: result: yes configure:10961: checking if avr-gcc has support for atmega1284 configure:10967: avr-gcc -c -mmcu=atmega1284 conftest.c >&5 configure:10967: $? = 0 configure:10978: result: yes configure:10998: checking if avr-gcc has support for atmega1284p configure:11004: avr-gcc -c -mmcu=atmega1284p conftest.c >&5 configure:11004: $? = 0 configure:11015: result: yes configure:11035: checking if avr-gcc has support for at90can128 configure:11041: avr-gcc -c -mmcu=at90can128 conftest.c >&5 configure:11041: $? = 0 configure:11052: result: yes configure:11072: checking if avr-gcc has support for at90usb1286 configure:11078: avr-gcc -c -mmcu=at90usb1286 conftest.c >&5 configure:11078: $? = 0 configure:11089: result: yes configure:11109: checking if avr-gcc has support for at90usb1287 configure:11115: avr-gcc -c -mmcu=at90usb1287 conftest.c >&5 configure:11115: $? = 0 configure:11126: result: yes configure:11146: checking if avr-gcc has support for atmega1284rfr2 configure:11152: avr-gcc -c -mmcu=atmega1284rfr2 conftest.c >&5 configure:11152: $? = 0 configure:11163: result: yes configure:11183: checking if avr-gcc has support for atmega128rfr2 configure:11189: avr-gcc -c -mmcu=atmega128rfr2 conftest.c >&5 configure:11189: $? = 0 configure:11200: result: yes configure:11222: checking if avr-gcc has support for avr6 configure:11228: avr-gcc -c -mmcu=avr6 conftest.c >&5 configure:11228: $? = 0 configure:11239: result: yes configure:11259: checking if avr-gcc has support for atmega2560 configure:11265: avr-gcc -c -mmcu=atmega2560 conftest.c >&5 configure:11265: $? = 0 configure:11276: result: yes configure:11296: checking if avr-gcc has support for atmega2561 configure:11302: avr-gcc -c -mmcu=atmega2561 conftest.c >&5 configure:11302: $? = 0 configure:11313: result: yes configure:11333: checking if avr-gcc has support for atmega2564rfr2 configure:11339: avr-gcc -c -mmcu=atmega2564rfr2 conftest.c >&5 configure:11339: $? = 0 configure:11350: result: yes configure:11370: checking if avr-gcc has support for atmega256rfr2 configure:11376: avr-gcc -c -mmcu=atmega256rfr2 conftest.c >&5 configure:11376: $? = 0 configure:11387: result: yes configure:11409: checking if avr-gcc has support for avrxmega2 configure:11415: avr-gcc -c -mmcu=avrxmega2 conftest.c >&5 configure:11415: $? = 0 configure:11426: result: yes configure:11446: checking if avr-gcc has support for atxmega16a4 configure:11452: avr-gcc -c -mmcu=atxmega16a4 conftest.c >&5 configure:11452: $? = 0 configure:11463: result: yes configure:11483: checking if avr-gcc has support for atxmega16a4u configure:11489: avr-gcc -c -mmcu=atxmega16a4u conftest.c >&5 configure:11489: $? = 0 configure:11500: result: yes configure:11520: checking if avr-gcc has support for atxmega16c4 configure:11526: avr-gcc -c -mmcu=atxmega16c4 conftest.c >&5 configure:11526: $? = 0 configure:11537: result: yes configure:11557: checking if avr-gcc has support for atxmega16d4 configure:11563: avr-gcc -c -mmcu=atxmega16d4 conftest.c >&5 configure:11563: $? = 0 configure:11574: result: yes configure:11594: checking if avr-gcc has support for atxmega32a4 configure:11600: avr-gcc -c -mmcu=atxmega32a4 conftest.c >&5 configure:11600: $? = 0 configure:11611: result: yes configure:11631: checking if avr-gcc has support for atxmega32a4u configure:11637: avr-gcc -c -mmcu=atxmega32a4u conftest.c >&5 configure:11637: $? = 0 configure:11648: result: yes configure:11668: checking if avr-gcc has support for atxmega32c4 configure:11674: avr-gcc -c -mmcu=atxmega32c4 conftest.c >&5 configure:11674: $? = 0 configure:11685: result: yes configure:11705: checking if avr-gcc has support for atxmega32d4 configure:11711: avr-gcc -c -mmcu=atxmega32d4 conftest.c >&5 configure:11711: $? = 0 configure:11722: result: yes configure:11744: checking if avr-gcc has support for avrxmega4 configure:11750: avr-gcc -c -mmcu=avrxmega4 conftest.c >&5 configure:11750: $? = 0 configure:11761: result: yes configure:11781: checking if avr-gcc has support for atxmega64a3 configure:11787: avr-gcc -c -mmcu=atxmega64a3 conftest.c >&5 configure:11787: $? = 0 configure:11798: result: yes configure:11818: checking if avr-gcc has support for atxmega64a3u configure:11824: avr-gcc -c -mmcu=atxmega64a3u conftest.c >&5 configure:11824: $? = 0 configure:11835: result: yes configure:11855: checking if avr-gcc has support for atxmega64a4u configure:11861: avr-gcc -c -mmcu=atxmega64a4u conftest.c >&5 configure:11861: $? = 0 configure:11872: result: yes configure:11892: checking if avr-gcc has support for atxmega64b1 configure:11898: avr-gcc -c -mmcu=atxmega64b1 conftest.c >&5 configure:11898: $? = 0 configure:11909: result: yes configure:11929: checking if avr-gcc has support for atxmega64b3 configure:11935: avr-gcc -c -mmcu=atxmega64b3 conftest.c >&5 configure:11935: $? = 0 configure:11946: result: yes configure:11966: checking if avr-gcc has support for atxmega64c3 configure:11972: avr-gcc -c -mmcu=atxmega64c3 conftest.c >&5 configure:11972: $? = 0 configure:11983: result: yes configure:12003: checking if avr-gcc has support for atxmega64d3 configure:12009: avr-gcc -c -mmcu=atxmega64d3 conftest.c >&5 configure:12009: $? = 0 configure:12020: result: yes configure:12040: checking if avr-gcc has support for atxmega64d4 configure:12046: avr-gcc -c -mmcu=atxmega64d4 conftest.c >&5 configure:12046: $? = 0 configure:12057: result: yes configure:12079: checking if avr-gcc has support for avrxmega5 configure:12085: avr-gcc -c -mmcu=avrxmega5 conftest.c >&5 configure:12085: $? = 0 configure:12096: result: yes configure:12116: checking if avr-gcc has support for atxmega64a1 configure:12122: avr-gcc -c -mmcu=atxmega64a1 conftest.c >&5 configure:12122: $? = 0 configure:12133: result: yes configure:12153: checking if avr-gcc has support for atxmega64a1u configure:12159: avr-gcc -c -mmcu=atxmega64a1u conftest.c >&5 configure:12159: $? = 0 configure:12170: result: yes configure:12192: checking if avr-gcc has support for avrxmega6 configure:12198: avr-gcc -c -mmcu=avrxmega6 conftest.c >&5 configure:12198: $? = 0 configure:12209: result: yes configure:12229: checking if avr-gcc has support for atxmega128a3 configure:12235: avr-gcc -c -mmcu=atxmega128a3 conftest.c >&5 configure:12235: $? = 0 configure:12246: result: yes configure:12266: checking if avr-gcc has support for atxmega128a3u configure:12272: avr-gcc -c -mmcu=atxmega128a3u conftest.c >&5 configure:12272: $? = 0 configure:12283: result: yes configure:12303: checking if avr-gcc has support for atxmega128b1 configure:12309: avr-gcc -c -mmcu=atxmega128b1 conftest.c >&5 configure:12309: $? = 0 configure:12320: result: yes configure:12340: checking if avr-gcc has support for atxmega128b3 configure:12346: avr-gcc -c -mmcu=atxmega128b3 conftest.c >&5 configure:12346: $? = 0 configure:12357: result: yes configure:12377: checking if avr-gcc has support for atxmega128c3 configure:12383: avr-gcc -c -mmcu=atxmega128c3 conftest.c >&5 configure:12383: $? = 0 configure:12394: result: yes configure:12414: checking if avr-gcc has support for atxmega128d3 configure:12420: avr-gcc -c -mmcu=atxmega128d3 conftest.c >&5 configure:12420: $? = 0 configure:12431: result: yes configure:12451: checking if avr-gcc has support for atxmega128d4 configure:12457: avr-gcc -c -mmcu=atxmega128d4 conftest.c >&5 configure:12457: $? = 0 configure:12468: result: yes configure:12488: checking if avr-gcc has support for atxmega192a3 configure:12494: avr-gcc -c -mmcu=atxmega192a3 conftest.c >&5 configure:12494: $? = 0 configure:12505: result: yes configure:12525: checking if avr-gcc has support for atxmega192a3u configure:12531: avr-gcc -c -mmcu=atxmega192a3u conftest.c >&5 configure:12531: $? = 0 configure:12542: result: yes configure:12562: checking if avr-gcc has support for atxmega192c3 configure:12568: avr-gcc -c -mmcu=atxmega192c3 conftest.c >&5 configure:12568: $? = 0 configure:12579: result: yes configure:12599: checking if avr-gcc has support for atxmega192d3 configure:12605: avr-gcc -c -mmcu=atxmega192d3 conftest.c >&5 configure:12605: $? = 0 configure:12616: result: yes configure:12636: checking if avr-gcc has support for atxmega256a3 configure:12642: avr-gcc -c -mmcu=atxmega256a3 conftest.c >&5 configure:12642: $? = 0 configure:12653: result: yes configure:12673: checking if avr-gcc has support for atxmega256a3u configure:12679: avr-gcc -c -mmcu=atxmega256a3u conftest.c >&5 configure:12679: $? = 0 configure:12690: result: yes configure:12710: checking if avr-gcc has support for atxmega256a3b configure:12716: avr-gcc -c -mmcu=atxmega256a3b conftest.c >&5 configure:12716: $? = 0 configure:12727: result: yes configure:12747: checking if avr-gcc has support for atxmega256a3bu configure:12753: avr-gcc -c -mmcu=atxmega256a3bu conftest.c >&5 configure:12753: $? = 0 configure:12764: result: yes configure:12784: checking if avr-gcc has support for atxmega256c3 configure:12790: avr-gcc -c -mmcu=atxmega256c3 conftest.c >&5 configure:12790: $? = 0 configure:12801: result: yes configure:12821: checking if avr-gcc has support for atxmega256d3 configure:12827: avr-gcc -c -mmcu=atxmega256d3 conftest.c >&5 configure:12827: $? = 0 configure:12838: result: yes configure:12858: checking if avr-gcc has support for atxmega384c3 configure:12864: avr-gcc -c -mmcu=atxmega384c3 conftest.c >&5 configure:12864: $? = 0 configure:12875: result: yes configure:12895: checking if avr-gcc has support for atxmega384d3 configure:12901: avr-gcc -c -mmcu=atxmega384d3 conftest.c >&5 configure:12901: $? = 0 configure:12912: result: yes configure:12933: checking if avr-gcc has support for avrxmega7 configure:12939: avr-gcc -c -mmcu=avrxmega7 conftest.c >&5 configure:12939: $? = 0 configure:12950: result: yes configure:12970: checking if avr-gcc has support for atxmega128a1 configure:12976: avr-gcc -c -mmcu=atxmega128a1 conftest.c >&5 configure:12976: $? = 0 configure:12987: result: yes configure:13007: checking if avr-gcc has support for atxmega128a1u configure:13013: avr-gcc -c -mmcu=atxmega128a1u conftest.c >&5 configure:13013: $? = 0 configure:13024: result: yes configure:13044: checking if avr-gcc has support for atxmega128a4u configure:13050: avr-gcc -c -mmcu=atxmega128a4u conftest.c >&5 configure:13050: $? = 0 configure:13061: result: yes configure:13083: checking if avr-gcc has support for avrtiny configure:13089: avr-gcc -c -mmcu=avrtiny conftest.c >&5 configure:13089: $? = 0 configure:13100: result: yes configure:13120: checking if avr-gcc has support for attiny4 configure:13126: avr-gcc -c -mmcu=attiny4 conftest.c >&5 configure:13126: $? = 0 configure:13137: result: yes configure:13157: checking if avr-gcc has support for attiny5 configure:13163: avr-gcc -c -mmcu=attiny5 conftest.c >&5 configure:13163: $? = 0 configure:13174: result: yes configure:13194: checking if avr-gcc has support for attiny9 configure:13200: avr-gcc -c -mmcu=attiny9 conftest.c >&5 configure:13200: $? = 0 configure:13211: result: yes configure:13231: checking if avr-gcc has support for attiny10 configure:13237: avr-gcc -c -mmcu=attiny10 conftest.c >&5 configure:13237: $? = 0 configure:13248: result: yes configure:13268: checking if avr-gcc has support for attiny20 configure:13274: avr-gcc -c -mmcu=attiny20 conftest.c >&5 configure:13274: $? = 0 configure:13285: result: yes configure:13305: checking if avr-gcc has support for attiny40 configure:13311: avr-gcc -c -mmcu=attiny40 conftest.c >&5 configure:13311: $? = 0 configure:13322: result: yes configure:13524: checking that generated files are newer than configure configure:13530: result: done configure:14553: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by avr-libc config.status 1.8.1, 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:1691: creating Makefile config.status:1691: creating avr-libc.spec config.status:1691: creating avr/Makefile config.status:1691: creating avr/lib/Makefile config.status:1691: creating common/Makefile config.status:1691: creating crt1/Makefile config.status:1691: creating crt1/iosym/Makefile config.status:1691: creating doc/Makefile config.status:1691: creating doc/api/Makefile config.status:1691: creating doc/examples/Makefile config.status:1691: creating include/Makefile config.status:1691: creating include/avr/Makefile config.status:1691: creating include/avr/builtins.h config.status:1691: creating include/compat/Makefile config.status:1691: creating include/util/Makefile config.status:1691: creating include/util/delay.h config.status:1691: creating include/sys/Makefile config.status:1691: creating libc/Makefile config.status:1691: creating libc/misc/Makefile config.status:1691: creating libc/pmstring/Makefile config.status:1691: creating libc/stdio/Makefile config.status:1691: creating libc/stdlib/Makefile config.status:1691: creating libc/string/Makefile config.status:1691: creating libc/time/Makefile config.status:1691: creating libm/Makefile config.status:1691: creating libm/fplib/Makefile config.status:1691: creating scripts/Makefile config.status:1691: creating devtools/Makefile config.status:1691: creating avr/lib/avr2/Makefile config.status:1691: creating avr/lib/avr2/at90s1200/Makefile config.status:1691: creating avr/lib/avr2/at90s2313/Makefile config.status:1691: creating avr/lib/avr2/at90s2323/Makefile config.status:1691: creating avr/lib/avr2/at90s2333/Makefile config.status:1691: creating avr/lib/avr2/at90s2343/Makefile config.status:1691: creating avr/lib/avr2/at90s4414/Makefile config.status:1691: creating avr/lib/avr2/at90s4433/Makefile config.status:1691: creating avr/lib/avr2/at90s4434/Makefile config.status:1691: creating avr/lib/avr2/at90s8515/Makefile config.status:1691: creating avr/lib/avr2/at90c8534/Makefile config.status:1691: creating avr/lib/avr2/at90s8535/Makefile config.status:1691: creating avr/lib/avr2/attiny11/Makefile config.status:1691: creating avr/lib/avr2/attiny12/Makefile config.status:1691: creating avr/lib/avr2/attiny13/Makefile config.status:1691: creating avr/lib/avr2/attiny15/Makefile config.status:1691: creating avr/lib/avr2/attiny22/Makefile config.status:1691: creating avr/lib/avr2/attiny24/Makefile config.status:1691: creating avr/lib/avr2/attiny25/Makefile config.status:1691: creating avr/lib/avr2/attiny26/Makefile config.status:1691: creating avr/lib/avr2/attiny261/Makefile config.status:1691: creating avr/lib/avr2/attiny28/Makefile config.status:1691: creating avr/lib/avr2/attiny44/Makefile config.status:1691: creating avr/lib/avr2/attiny45/Makefile config.status:1691: creating avr/lib/avr2/attiny461/Makefile config.status:1691: creating avr/lib/avr2/attiny84/Makefile config.status:1691: creating avr/lib/avr2/attiny85/Makefile config.status:1691: creating avr/lib/avr2/attiny861/Makefile config.status:1691: creating avr/lib/avr2/attiny2313/Makefile config.status:1691: creating avr/lib/avr2/at86rf401/Makefile config.status:1691: creating avr/lib/avr2/tiny-stack/Makefile config.status:1691: creating avr/lib/avr2/tiny-stack/at90s2313/Makefile config.status:1691: creating avr/lib/avr2/tiny-stack/at90s2323/Makefile config.status:1691: creating avr/lib/avr2/tiny-stack/at90s2333/Makefile config.status:1691: creating avr/lib/avr2/tiny-stack/at90s2343/Makefile config.status:1691: creating avr/lib/avr2/tiny-stack/at90s4433/Makefile config.status:1691: creating avr/lib/avr2/tiny-stack/attiny22/Makefile config.status:1691: creating avr/lib/avr2/tiny-stack/attiny26/Makefile config.status:1691: creating avr/lib/avr25/Makefile config.status:1691: creating avr/lib/avr25/at86rf401/Makefile config.status:1691: creating avr/lib/avr25/ata5272/Makefile config.status:1691: creating avr/lib/avr25/attiny13/Makefile config.status:1691: creating avr/lib/avr25/attiny13a/Makefile config.status:1691: creating avr/lib/avr25/attiny2313/Makefile config.status:1691: creating avr/lib/avr25/attiny2313a/Makefile config.status:1691: creating avr/lib/avr25/attiny24/Makefile config.status:1691: creating avr/lib/avr25/attiny24a/Makefile config.status:1691: creating avr/lib/avr25/attiny25/Makefile config.status:1691: creating avr/lib/avr25/attiny261/Makefile config.status:1691: creating avr/lib/avr25/attiny261a/Makefile config.status:1691: creating avr/lib/avr25/attiny4313/Makefile config.status:1691: creating avr/lib/avr25/attiny43u/Makefile config.status:1691: creating avr/lib/avr25/attiny44/Makefile config.status:1691: creating avr/lib/avr25/attiny44a/Makefile config.status:1691: creating avr/lib/avr25/attiny45/Makefile config.status:1691: creating avr/lib/avr25/attiny461/Makefile config.status:1691: creating avr/lib/avr25/attiny461a/Makefile config.status:1691: creating avr/lib/avr25/attiny48/Makefile config.status:1691: creating avr/lib/avr25/attiny828/Makefile config.status:1691: creating avr/lib/avr25/attiny84/Makefile config.status:1691: creating avr/lib/avr25/attiny84a/Makefile config.status:1691: creating avr/lib/avr25/attiny85/Makefile config.status:1691: creating avr/lib/avr25/attiny861/Makefile config.status:1691: creating avr/lib/avr25/attiny861a/Makefile config.status:1691: creating avr/lib/avr25/attiny87/Makefile config.status:1691: creating avr/lib/avr25/attiny88/Makefile config.status:1691: creating avr/lib/avr25/tiny-stack/Makefile config.status:1691: creating avr/lib/avr25/tiny-stack/attiny13/Makefile config.status:1691: creating avr/lib/avr25/tiny-stack/attiny13a/Makefile config.status:1691: creating avr/lib/avr25/tiny-stack/attiny2313/Makefile config.status:1691: creating avr/lib/avr25/tiny-stack/attiny2313a/Makefile config.status:1691: creating avr/lib/avr25/tiny-stack/attiny24/Makefile config.status:1691: creating avr/lib/avr25/tiny-stack/attiny24a/Makefile config.status:1691: creating avr/lib/avr25/tiny-stack/attiny25/Makefile config.status:1691: creating avr/lib/avr25/tiny-stack/attiny261/Makefile config.status:1691: creating avr/lib/avr25/tiny-stack/attiny261a/Makefile config.status:1691: creating avr/lib/avr3/Makefile config.status:1691: creating avr/lib/avr3/atmega103/Makefile config.status:1691: creating avr/lib/avr3/at43usb320/Makefile config.status:1691: creating avr/lib/avr3/at43usb355/Makefile config.status:1691: creating avr/lib/avr3/at76c711/Makefile config.status:1691: creating avr/lib/avr3/at90usb82/Makefile config.status:1691: creating avr/lib/avr3/at90usb162/Makefile config.status:1691: creating avr/lib/avr31/Makefile config.status:1691: creating avr/lib/avr31/atmega103/Makefile config.status:1691: creating avr/lib/avr31/at43usb320/Makefile config.status:1691: creating avr/lib/avr35/Makefile config.status:1691: creating avr/lib/avr35/at90usb82/Makefile config.status:1691: creating avr/lib/avr35/at90usb162/Makefile config.status:1691: creating avr/lib/avr35/ata5505/Makefile config.status:1691: creating avr/lib/avr35/atmega8u2/Makefile config.status:1691: creating avr/lib/avr35/atmega16u2/Makefile config.status:1691: creating avr/lib/avr35/atmega32u2/Makefile config.status:1691: creating avr/lib/avr35/attiny167/Makefile config.status:1691: creating avr/lib/avr35/attiny1634/Makefile config.status:1691: creating avr/lib/avr4/Makefile config.status:1691: creating avr/lib/avr4/ata6285/Makefile config.status:1691: creating avr/lib/avr4/ata6286/Makefile config.status:1691: creating avr/lib/avr4/ata6289/Makefile config.status:1691: creating avr/lib/avr4/atmega48/Makefile config.status:1691: creating avr/lib/avr4/atmega48a/Makefile config.status:1691: creating avr/lib/avr4/atmega48pa/Makefile config.status:1691: creating avr/lib/avr4/atmega48p/Makefile config.status:1691: creating avr/lib/avr4/atmega8/Makefile config.status:1691: creating avr/lib/avr4/atmega8a/Makefile config.status:1691: creating avr/lib/avr4/atmega88/Makefile config.status:1691: creating avr/lib/avr4/atmega88a/Makefile config.status:1691: creating avr/lib/avr4/atmega88p/Makefile config.status:1691: creating avr/lib/avr4/atmega88pa/Makefile config.status:1691: creating avr/lib/avr4/atmega8515/Makefile config.status:1691: creating avr/lib/avr4/atmega8535/Makefile config.status:1691: creating avr/lib/avr4/atmega8hva/Makefile config.status:1691: creating avr/lib/avr4/at90pwm1/Makefile config.status:1691: creating avr/lib/avr4/at90pwm2/Makefile config.status:1691: creating avr/lib/avr4/at90pwm2b/Makefile config.status:1691: creating avr/lib/avr4/at90pwm3/Makefile config.status:1691: creating avr/lib/avr4/at90pwm3b/Makefile config.status:1691: creating avr/lib/avr4/at90pwm81/Makefile config.status:1691: creating avr/lib/avr5/Makefile config.status:1691: creating avr/lib/avr5/at90can32/Makefile config.status:1691: creating avr/lib/avr5/at90can64/Makefile config.status:1691: creating avr/lib/avr5/at90can128/Makefile config.status:1691: creating avr/lib/avr5/at90pwm216/Makefile config.status:1691: creating avr/lib/avr5/at90pwm316/Makefile config.status:1691: creating avr/lib/avr5/at90pwm161/Makefile config.status:1691: creating avr/lib/avr5/at90scr100/Makefile config.status:1691: creating avr/lib/avr5/at90usb646/Makefile config.status:1691: creating avr/lib/avr5/at90usb647/Makefile config.status:1691: creating avr/lib/avr5/at90usb1286/Makefile config.status:1691: creating avr/lib/avr5/at90usb1287/Makefile config.status:1691: creating avr/lib/avr5/at94k/Makefile config.status:1691: creating avr/lib/avr5/ata5790/Makefile config.status:1691: creating avr/lib/avr5/ata5795/Makefile config.status:1691: creating avr/lib/avr5/atmega16/Makefile config.status:1691: creating avr/lib/avr5/atmega16a/Makefile config.status:1691: creating avr/lib/avr5/atmega161/Makefile config.status:1691: creating avr/lib/avr5/atmega162/Makefile config.status:1691: creating avr/lib/avr5/atmega163/Makefile config.status:1691: creating avr/lib/avr5/atmega164a/Makefile config.status:1691: creating avr/lib/avr5/atmega164p/Makefile config.status:1691: creating avr/lib/avr5/atmega164pa/Makefile config.status:1691: creating avr/lib/avr5/atmega165/Makefile config.status:1691: creating avr/lib/avr5/atmega165a/Makefile config.status:1691: creating avr/lib/avr5/atmega165p/Makefile config.status:1691: creating avr/lib/avr5/atmega165pa/Makefile config.status:1691: creating avr/lib/avr5/atmega168/Makefile config.status:1691: creating avr/lib/avr5/atmega168a/Makefile config.status:1691: creating avr/lib/avr5/atmega168p/Makefile config.status:1691: creating avr/lib/avr5/atmega168pa/Makefile config.status:1691: creating avr/lib/avr5/atmega169/Makefile config.status:1691: creating avr/lib/avr5/atmega169a/Makefile config.status:1691: creating avr/lib/avr5/atmega169p/Makefile config.status:1691: creating avr/lib/avr5/atmega169pa/Makefile config.status:1691: creating avr/lib/avr5/atmega16hva/Makefile config.status:1691: creating avr/lib/avr5/atmega16hva2/Makefile config.status:1691: creating avr/lib/avr5/atmega16hvb/Makefile config.status:1691: creating avr/lib/avr5/atmega16hvbrevb/Makefile config.status:1691: creating avr/lib/avr5/atmega16m1/Makefile config.status:1691: creating avr/lib/avr5/atmega16u4/Makefile config.status:1691: creating avr/lib/avr5/atmega32/Makefile config.status:1691: creating avr/lib/avr5/atmega32a/Makefile config.status:1691: creating avr/lib/avr5/atmega323/Makefile config.status:1691: creating avr/lib/avr5/atmega324a/Makefile config.status:1691: creating avr/lib/avr5/atmega324p/Makefile config.status:1691: creating avr/lib/avr5/atmega324pa/Makefile config.status:1691: creating avr/lib/avr5/atmega325/Makefile config.status:1691: creating avr/lib/avr5/atmega325a/Makefile config.status:1691: creating avr/lib/avr5/atmega325p/Makefile config.status:1691: creating avr/lib/avr5/atmega325pa/Makefile config.status:1691: creating avr/lib/avr5/atmega3250/Makefile config.status:1691: creating avr/lib/avr5/atmega3250a/Makefile config.status:1691: creating avr/lib/avr5/atmega3250p/Makefile config.status:1691: creating avr/lib/avr5/atmega3250pa/Makefile config.status:1691: creating avr/lib/avr5/atmega328/Makefile config.status:1691: creating avr/lib/avr5/atmega328p/Makefile config.status:1691: creating avr/lib/avr5/atmega329/Makefile config.status:1691: creating avr/lib/avr5/atmega329a/Makefile config.status:1691: creating avr/lib/avr5/atmega329p/Makefile config.status:1691: creating avr/lib/avr5/atmega329pa/Makefile config.status:1691: creating avr/lib/avr5/atmega3290/Makefile config.status:1691: creating avr/lib/avr5/atmega3290a/Makefile config.status:1691: creating avr/lib/avr5/atmega3290p/Makefile config.status:1691: creating avr/lib/avr5/atmega3290pa/Makefile config.status:1691: creating avr/lib/avr5/atmega32c1/Makefile config.status:1691: creating avr/lib/avr5/atmega32hvb/Makefile config.status:1691: creating avr/lib/avr5/atmega32hvbrevb/Makefile config.status:1691: creating avr/lib/avr5/atmega32m1/Makefile config.status:1691: creating avr/lib/avr5/atmega32u4/Makefile config.status:1691: creating avr/lib/avr5/atmega32u6/Makefile config.status:1691: creating avr/lib/avr5/atmega406/Makefile config.status:1691: creating avr/lib/avr5/atmega64rfr2/Makefile config.status:1691: creating avr/lib/avr5/atmega644rfr2/Makefile config.status:1691: creating avr/lib/avr5/atmega64/Makefile config.status:1691: creating avr/lib/avr5/atmega64a/Makefile config.status:1691: creating avr/lib/avr5/atmega640/Makefile config.status:1691: creating avr/lib/avr5/atmega644/Makefile config.status:1691: creating avr/lib/avr5/atmega644a/Makefile config.status:1691: creating avr/lib/avr5/atmega644p/Makefile config.status:1691: creating avr/lib/avr5/atmega644pa/Makefile config.status:1691: creating avr/lib/avr5/atmega645/Makefile config.status:1691: creating avr/lib/avr5/atmega645a/Makefile config.status:1691: creating avr/lib/avr5/atmega645p/Makefile config.status:1691: creating avr/lib/avr5/atmega6450/Makefile config.status:1691: creating avr/lib/avr5/atmega6450a/Makefile config.status:1691: creating avr/lib/avr5/atmega6450p/Makefile config.status:1691: creating avr/lib/avr5/atmega649/Makefile config.status:1691: creating avr/lib/avr5/atmega649a/Makefile config.status:1691: creating avr/lib/avr5/atmega649p/Makefile config.status:1691: creating avr/lib/avr5/atmega6490/Makefile config.status:1691: creating avr/lib/avr5/atmega6490a/Makefile config.status:1691: creating avr/lib/avr5/atmega6490p/Makefile config.status:1691: creating avr/lib/avr5/atmega64c1/Makefile config.status:1691: creating avr/lib/avr5/atmega64hve/Makefile config.status:1691: creating avr/lib/avr5/atmega64m1/Makefile config.status:1691: creating avr/lib/avr5/atmega128/Makefile config.status:1691: creating avr/lib/avr5/atmega1280/Makefile config.status:1691: creating avr/lib/avr5/atmega1281/Makefile config.status:1691: creating avr/lib/avr5/atmega1284p/Makefile config.status:1691: creating avr/lib/avr5/atmega128rfa1/Makefile config.status:1691: creating avr/lib/avr5/m3000/Makefile config.status:1691: creating avr/lib/avr51/Makefile config.status:1691: creating avr/lib/avr51/atmega128/Makefile config.status:1691: creating avr/lib/avr51/atmega128a/Makefile config.status:1691: creating avr/lib/avr51/atmega1280/Makefile config.status:1691: creating avr/lib/avr51/atmega1281/Makefile config.status:1691: creating avr/lib/avr51/atmega1284/Makefile config.status:1691: creating avr/lib/avr51/atmega1284p/Makefile config.status:1691: creating avr/lib/avr51/atmega128rfa1/Makefile config.status:1691: creating avr/lib/avr51/atmega128rfr2/Makefile config.status:1691: creating avr/lib/avr51/atmega1284rfr2/Makefile config.status:1691: creating avr/lib/avr51/at90can128/Makefile config.status:1691: creating avr/lib/avr51/at90usb1286/Makefile config.status:1691: creating avr/lib/avr51/at90usb1287/Makefile config.status:1691: creating avr/lib/avr6/Makefile config.status:1691: creating avr/lib/avr6/atmega2560/Makefile config.status:1691: creating avr/lib/avr6/atmega2561/Makefile config.status:1691: creating avr/lib/avr6/atmega256rfr2/Makefile config.status:1691: creating avr/lib/avr6/atmega2564rfr2/Makefile config.status:1691: creating avr/lib/avrxmega2/Makefile config.status:1691: creating avr/lib/avrxmega2/atxmega16a4/Makefile config.status:1691: creating avr/lib/avrxmega2/atxmega16a4u/Makefile config.status:1691: creating avr/lib/avrxmega2/atxmega16c4/Makefile config.status:1691: creating avr/lib/avrxmega2/atxmega16d4/Makefile config.status:1691: creating avr/lib/avrxmega2/atxmega32a4/Makefile config.status:1691: creating avr/lib/avrxmega2/atxmega32a4u/Makefile config.status:1691: creating avr/lib/avrxmega2/atxmega32c4/Makefile config.status:1691: creating avr/lib/avrxmega2/atxmega32d4/Makefile config.status:1691: creating avr/lib/avrxmega4/Makefile config.status:1691: creating avr/lib/avrxmega4/atxmega64a3/Makefile config.status:1691: creating avr/lib/avrxmega4/atxmega64a3u/Makefile config.status:1691: creating avr/lib/avrxmega4/atxmega64a4u/Makefile config.status:1691: creating avr/lib/avrxmega4/atxmega64b1/Makefile config.status:1691: creating avr/lib/avrxmega4/atxmega64b3/Makefile config.status:1691: creating avr/lib/avrxmega4/atxmega64c3/Makefile config.status:1691: creating avr/lib/avrxmega4/atxmega64d3/Makefile config.status:1691: creating avr/lib/avrxmega4/atxmega64d4/Makefile config.status:1691: creating avr/lib/avrxmega5/Makefile config.status:1691: creating avr/lib/avrxmega5/atxmega64a1/Makefile config.status:1691: creating avr/lib/avrxmega5/atxmega64a1u/Makefile config.status:1691: creating avr/lib/avrxmega6/Makefile config.status:1691: creating avr/lib/avrxmega6/atxmega128a3/Makefile config.status:1691: creating avr/lib/avrxmega6/atxmega128a3u/Makefile config.status:1691: creating avr/lib/avrxmega6/atxmega128b1/Makefile config.status:1691: creating avr/lib/avrxmega6/atxmega128b3/Makefile config.status:1691: creating avr/lib/avrxmega6/atxmega128c3/Makefile config.status:1691: creating avr/lib/avrxmega6/atxmega128d3/Makefile config.status:1691: creating avr/lib/avrxmega6/atxmega128d4/Makefile config.status:1691: creating avr/lib/avrxmega6/atxmega192a3/Makefile config.status:1691: creating avr/lib/avrxmega6/atxmega192a3u/Makefile config.status:1691: creating avr/lib/avrxmega6/atxmega192c3/Makefile config.status:1691: creating avr/lib/avrxmega6/atxmega192d3/Makefile config.status:1691: creating avr/lib/avrxmega6/atxmega256a3/Makefile config.status:1691: creating avr/lib/avrxmega6/atxmega256a3u/Makefile config.status:1691: creating avr/lib/avrxmega6/atxmega256a3b/Makefile config.status:1691: creating avr/lib/avrxmega6/atxmega256a3bu/Makefile config.status:1691: creating avr/lib/avrxmega6/atxmega256c3/Makefile config.status:1691: creating avr/lib/avrxmega6/atxmega256d3/Makefile config.status:1691: creating avr/lib/avrxmega6/atxmega384c3/Makefile config.status:1691: creating avr/lib/avrxmega6/atxmega384d3/Makefile config.status:1691: creating avr/lib/avrxmega7/Makefile config.status:1691: creating avr/lib/avrxmega7/atxmega128a1/Makefile config.status:1691: creating avr/lib/avrxmega7/atxmega128a1u/Makefile config.status:1691: creating avr/lib/avrxmega7/atxmega128a4u/Makefile config.status:1691: creating avr/lib/avrtiny/Makefile config.status:1691: creating avr/lib/avrtiny/attiny4/Makefile config.status:1691: creating avr/lib/avrtiny/attiny5/Makefile config.status:1691: creating avr/lib/avrtiny/attiny9/Makefile config.status:1691: creating avr/lib/avrtiny/attiny10/Makefile config.status:1691: creating avr/lib/avrtiny/attiny20/Makefile config.status:1691: creating avr/lib/avrtiny/attiny40/Makefile config.status:1691: creating config.h config.status:1905: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-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=set ac_cv_env_CC_value=avr-gcc 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-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/avr-libc-1.8.1/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/avr-libc-1.8.1/missing autoconf' AUTOHEADER='${SHELL} /home/nick/avr-libc-1.8.1/missing autoheader' AUTOMAKE='${SHELL} /home/nick/avr-libc-1.8.1/missing automake-1.14' AVR_LIBC_MAJOR='1' AVR_LIBC_MINOR='8' AVR_LIBC_RELDATE='20140811' AVR_LIBC_REVISION='1' AVR_LIBC_USER_MANUAL='avr-libc-user-manual-1.8.1' AVR_LIBC_VERSION='1.8.1' AVR_LIBC_VERSION_NUMERIC='10801' 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_ata5790_FALSE='#' HAS_ata5790_TRUE='' HAS_ata5795_FALSE='#' HAS_ata5795_TRUE='' HAS_ata6285_FALSE='#' HAS_ata6285_TRUE='' HAS_ata6286_FALSE='#' HAS_ata6286_TRUE='' HAS_ata6289_FALSE='#' HAS_ata6289_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_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_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_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_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_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_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_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_atxmega32c4_FALSE='#' HAS_atxmega32c4_TRUE='' HAS_atxmega32d4_FALSE='#' HAS_atxmega32d4_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_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_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /home/nick/avr-libc-1.8.1/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.1' PACKAGE_TARNAME='avr-libc' PACKAGE_URL='' PACKAGE_VERSION='1.8.1' 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' VERSION='1.8.1' 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=' -I$(srcdir)' 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-pc-linux-gnu' build_alias='x86_64-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' 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/avr-libc-1.8.1/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/lib/avr' 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.1" #define PACKAGE_STRING "avr-libc 1.8.1" #define PACKAGE_BUGREPORT "avr-libc-dev@nongnu.org" #define PACKAGE_URL "" #define PACKAGE "avr-libc" #define VERSION "1.8.1" configure: exit 0