Re: New MSP430 stand-alone GCC version release available!
Lev Serebryakov <[email protected]> Fri, 15 May 2015 16:12:29 +0300
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.user |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 16.04.2015 19:17, DJ Delorie wrote: Sorry for huge delay in conversation :) > wget > http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/la test/exports/msp430-gcc-source.tar.bz2 > File at this URL is not stable. It will be chaneged with next release. It is bad for any packaging system. Previous releases are at URLs like http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/3_02 _03_00/exports/msp430-gcc-source.tar.bz2, but current version doesn't have such UNIQUE URL. (http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/3_0 2_04_00/exports/msp430-gcc-source.tar.bz2 is not found). Is it possible to add version into FILE NAME and has STABLE URLs for each file, which will work from release date till "forever" for future releases, please? >> (3) There are no instructions at all! >> >> ./configure --prefix=/usr/local --target=mdp430 && gmake all > > I use ./configure --prefix=... --target=msp430-elf > --enable-languages=c,c++ && make && make install > > If you're building the upstream sources, it's a bit trickier > because they're separate packages, but as long as you use > --target=msp430-elf any of the "how to build a cross compiler" > instructions should suffice. I'm trying to build release 3_02_04_00 (latest one). I have such packages installed: autoconf-2.69 automake-1.15 bash-4.3.33 bison-2.7.1 cloog-0.18.3 expat-2.1.0 gettext-0.19.4 gettext-runtime-0.19.4 gettext-tools-0.19.4 gmake-4.1 gmp-5.1.3 isl-0.14.1 m4-1.4.17 mpc-1.0.3 mpfr-3.1.2 python27-2.7.9 My "configure" (top-level) command line is: ./configure --target=msp430-elf \ --with-gmp=/usr/local \ --with-mpfr=/usr/local \ --with-mpc=/usr/local \ --with-isl=/usr/local \ --disable-isl-version-check \ --with-cloog=/usr/local \ --enable-languages=c,c++ \ --disable-nls \ --prefix=/usr/local/gcc-msp430-ti-toolchain-3.03.04.0 It works (output attached as configure.out). After that "gmake all" gives error: updating cache .././config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating dltest/Makefile config.status: creating tclConfig.sh gmake[2]: Leaving directory '/usr/home/lev/FreeBSD/ports/devel/gcc-msp430-ti-toolchain/work/sources/ tools' Makefile:860: recipe for target 'all' failed gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory '/usr/home/lev/FreeBSD/ports/devel/gcc-msp430-ti-toolchain/work/sources/ tools' Full output is attached as "gmake.out". I could easily build gcc-arm-embedded on this system with these packages installed, for example. - -- // Black Lion AKA Lev Serebryakov -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (MingW32) iQJ8BAEBCgBmBQJVVfC8XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRGOTZEMUNBMEI1RjQzMThCNjc0QjMzMEFF QUIwM0M1OEJGREM0NzhGAAoJEOqwPFi/3EePCsgP/RpZY0iQpNj33zQ1rAXAY316 fr1qi2W7STQO2sGAV9Iynmqz6ARXPgfoeENybS7As3vj1xSGKsXshq5pUNN2FxfF 75efbmPDRzNlL5wcFr9jLgceElK6hGjNzDeEeAfsHiNaqY7Og9gxpfW20Do1NMI/ y9eFQfmrksIkcjb48xWNzIK2U9YyBCGYg0DfWyWiFMA4yB6OnFlBwR15syq83Nbk VRFmCgs4CsHEOKIEYsWW1vCoJIae4achkNJAOwPu7QhbmBXW3v4DfCbZ1ZiOZE3P NkTg8kSOqWvr/lBEd/G571KbzzQqvuoRkSsD/ou7i4QlC0QYaiH8x3LxkhXZIqdk ZcpUATIIjzuSb+5w4kvQfgs8z3IciPgsxzGZke8wdn4WQKxWdWvMvVjkjchO2x9t rDIUzwVV4koU2PvcQDzqyU42hxTqa7QGQXZJOv/r7ItI9hF6wGCx1wvJ5UcrZVdK Dd2+EKHORUaHuLRFJEC+u6CTMRw5BleM+e7WUgdy4dXW3rzo6ixEj+6NO2D7V5Lb jUonewQ84Cwn4UiVOwUfLJV7KWuhdY4i6p7ZRCZn4cQU7/6EK5/uQBuwUsiksP/3 nQRorDjGkna7OL3y46Iy3k+6qQsJ1ZKasTZ/cB1ZVjXDZi1deg6rnaI8k4Q9jv+w ZEXzfhjsTYOOZJGNRKLz =SnDe -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Mspgcc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mspgcc-users
configure.out
(text/plain, 4.7 KB)
configure: loading site script /usr/ports/Templates/config.site
checking build system type... amd64-portbld-freebsd10.1
checking host system type... amd64-portbld-freebsd10.1
checking target system type... msp430-unknown-elf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for gawk... (cached) /usr/bin/awk
checking for libatomic support... no
checking for libitm support... no
checking for libsanitizer support... no
checking for libvtv support... no
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... no
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp $$f1 $$f2 16 16
checking for objdir... .libs
checking for the correct version of gmp.h... yes
checking for the correct version of mpfr.h... yes
checking for the correct version of mpc.h... yes
checking for the correct version of the gmp/mpfr/mpc libraries... yes
checking for version 0.17.0 of CLooG... no
checking for version 0.18.0 of CLooG... yes
*** This configuration is not supported in the following subdirectories:
target-libgomp target-libatomic target-libitm target-libsanitizer target-libvtv target-libbacktrace
(Any other directories should still work fine.)
checking for default BUILD_CONFIG...
checking for bison... bison -y
checking for bison... bison
checking for gm4... gm4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... no
checking for runtest... no
checking for ar... ar
checking for as... as
checking for dlltool... no
checking for ld... (cached) /usr/bin/ld
checking for lipo... no
checking for nm... nm
checking for ranlib... ranlib
checking for strip... strip
checking for windres... no
checking for windmc... no
checking for objcopy... objcopy
checking for objdump... objdump
checking for readelf... readelf
checking for msp430-elf-cc... no
checking for msp430-elf-gcc... no
checking for msp430-elf-c++... no
checking for msp430-elf-g++... no
checking for msp430-elf-cxx... no
checking for msp430-elf-gxx... no
checking for msp430-elf-gcc... no
checking for msp430-elf-gcj... no
checking for msp430-elf-gfortran... no
checking for msp430-elf-gccgo... no
checking for ar... no
checking for msp430-elf-ar... no
checking for as... no
checking for msp430-elf-as... no
checking for dlltool... no
checking for msp430-elf-dlltool... no
checking for ld... no
checking for msp430-elf-ld... no
checking for lipo... no
checking for msp430-elf-lipo... no
checking for nm... no
checking for msp430-elf-nm... no
checking for objdump... no
checking for msp430-elf-objdump... no
checking for ranlib... no
checking for msp430-elf-ranlib... no
checking for readelf... no
checking for msp430-elf-readelf... no
checking for strip... no
checking for msp430-elf-strip... no
checking for windres... no
checking for msp430-elf-windres... no
checking for windmc... no
checking for msp430-elf-windmc... no
checking where to find the target ar... just compiled
checking where to find the target as... just compiled
checking where to find the target cc... just compiled
checking where to find the target c++... just compiled
checking where to find the target c++ for libstdc++... just compiled
checking where to find the target dlltool... just compiled
checking where to find the target gcc... just compiled
checking where to find the target gcj... pre-installed
checking where to find the target gfortran... pre-installed
checking where to find the target gccgo... pre-installed
checking where to find the target ld... just compiled
checking where to find the target lipo... pre-installed
checking where to find the target nm... just compiled
checking where to find the target objdump... just compiled
checking where to find the target ranlib... just compiled
checking where to find the target readelf... just compiled
checking where to find the target strip... just compiled
checking where to find the target windres... just compiled
checking where to find the target windmc... just compiled
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
gmake.out
(text/plain, 21 KB)
gmake[1]: Entering directory '/usr/home/lev/FreeBSD/ports/devel/gcc-msp430-ti-toolchain/work/sources/tools' gmake[2]: Entering directory '/usr/home/lev/FreeBSD/ports/devel/gcc-msp430-ti-toolchain/work/sources/tools' mkdir host-amd64-portbld-freebsd10.1 mkdir host-amd64-portbld-freebsd10.1/libiberty mkdir host-amd64-portbld-freebsd10.1/intl Configuring in host-amd64-portbld-freebsd10.1/libiberty Configuring in host-amd64-portbld-freebsd10.1/intl configure: creating cache ./config.cache checking whether gmake sets $(MAKE)... configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo --split-size=5000000 checking for perl... perl yes checking for a BSD-compatible install... /usr/bin/install -c checking whether NLS is requested... no checking for msgfmt... checking build system type... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... amd64-portbld-freebsd10.1 checking host system type... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge amd64-portbld-freebsd10.1 checking for amd64-portbld-freebsd10.1-ar... ar checking for amd64-portbld-freebsd10.1-ranlib... ranlib checking whether to install libiberty headers and static library... no configure: target_header_dir = checking for amd64-portbld-freebsd10.1-gcc... cc checking for amd64-portbld-freebsd10.1-gcc... cc checking for C compiler default output file name... checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... checking for suffix of object files... yes checking whether cc accepts -g... o checking whether we are using the GNU C compiler... yes checking for cc option to accept ISO C89... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking build system type... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... amd64-portbld-freebsd10.1 checking host system type... amd64-portbld-freebsd10.1 checking for amd64-portbld-freebsd10.1-ranlib... ranlib checking for library containing strerror... no checking how to run the C preprocessor... cpp checking whether cc supports -W... none required checking how to run the C preprocessor... cpp yes checking whether cc supports -Wall... yes checking for grep that handles long lines and -e... checking whether cc supports -Wwrite-strings... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking whether cc supports -Wc++-compat... yes checking whether cc supports -Wstrict-prototypes... yes checking whether cc supports -pedantic ... yes checking whether cc understands -c and -o together... yes checking for an ANSI C-conforming const... yes checking for an ANSI C-conforming const... yes yes checking for inline... checking for inline... inline inline checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... checking for sys/types.h... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/stat.h... yes checking for sys/types.h... yes yes checking for sys/stat.h... checking for stdlib.h... yes checking for stdlib.h... yes checking for string.h... yes checking for string.h... yes yes checking for memory.h... checking for memory.h... yes checking for strings.h... yes checking for strings.h... yes checking for inttypes.h... yes yes checking for stdint.h... checking for inttypes.h... yes checking for unistd.h... yes checking for stdint.h... yes checking whether byte ordering is bigendian... yes checking for unistd.h... yes checking for off_t... no checking for a BSD-compatible install... /usr/bin/install -c checking for sys/file.h... yes checking for sys/param.h... yes yes checking for size_t... checking for limits.h... yes checking for stdlib.h... (cached) yes checking for malloc.h... no checking for string.h... (cached) yes yes checking for working alloca.h... checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for sys/time.h... no checking for alloca... yes checking for time.h... yes checking for sys/resource.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes yes checking for getpagesize... checking for sys/stat.h... (cached) yes checking for sys/mman.h... yes checking for fcntl.h... yes checking for working mmap... yes checking for alloca.h... no checking for sys/pstat.h... no yes checking whether we are using the GNU C Library 2.1 or newer... checking for sys/sysmp.h... no checking whether integer division by zero raises SIGFPE... no checking for sys/sysinfo.h... no checking for inttypes.h... no checking for machine/hal_sysinfo.h... yes checking for stdint.h... no checking for sys/table.h... yes checking for unsigned long long... no checking for sys/sysctl.h... yes checking for sys/systemcfg.h... yes checking for inttypes.h... no checking for stdint.h... (cached) yes yes checking whether the inttypes.h PRIxNN macros are broken... checking for stdio_ext.h... no checking for ld used by GCC... no checking for process.h... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... no checking for sys/prctl.h... done checking argz.h usability... no checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... no checking argz.h presence... yes checking whether errno must be declared... no checking for argz.h... no checking limits.h usability... no checking size of int... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... 4 checking for a 64-bit type... yes checking locale.h presence... uint64_t checking for intptr_t... yes checking for locale.h... yes checking nl_types.h usability... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking malloc.h usability... yes checking for uintptr_t... no checking malloc.h presence... no checking for malloc.h... no checking stddef.h usability... yes checking for ssize_t... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes yes checking for pid_t... checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for feof_unlocked... yes checking for library containing strerror... yes none required checking for fgets_unlocked... checking for asprintf... yes no checking for getc_unlocked... checking for atexit... yes yes checking for getcwd... checking for basename... yes yes checking for getegid... checking for bcmp... yes yes checking for bcopy... checking for geteuid... yes yes checking for bsearch... checking for getgid... yes yes checking for bzero... checking for getuid... yes yes checking for mempcpy... checking for calloc... no checking for munmap... yes checking for clock... yes yes checking for putenv... checking for ffs... yes checking for setenv... yes checking for getcwd... yes yes checking for setlocale... checking for getpagesize... yes yes checking for stpcpy... checking for gettimeofday... yes yes checking for strcasecmp... checking for index... yes yes checking for insque... checking for strdup... yes yes checking for memchr... checking for strtoul... yes yes checking for tsearch... checking for memcmp... yes yes checking for __argz_count... checking for memcpy... no checking for __argz_stringify... yes checking for memmem... yes no checking for __argz_next... checking for memmove... no yes checking for __fsetlocking... checking for mempcpy... no checking for iconv... no checking for memset... yes checking for iconv declaration... yes checking for mkstemps... install-shextern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for putenv... yes checking for LC_MESSAGES... yes yes checking for bison... bison checking version of bison... 2.7.12, ok checking whether NLS is requested... no checking whether to use NLS... no checking for random... checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader configure: updating cache ./config.cache yes configure: creating ./config.status checking for rename... yes checking for rindex... yes checking for setenv... config.status: creating Makefile config.status: creating config.intl yes config.status: creating config.h checking for snprintf... config.status: executing default-1 commands yes checking for sigsetmask... mkdir host-amd64-portbld-freebsd10.1/cgen Configuring in host-amd64-portbld-freebsd10.1/cgen yes checking for stpcpy... yes checking for stpncpy... yes checking for strcasecmp... configure: creating cache ./config.cache yes checking build system type... checking for strchr... amd64-portbld-freebsd10.1 checking host system type... amd64-portbld-freebsd10.1 checking target system type... msp430-unknown-elf checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for strdup... yes checking for strncasecmp... yes checking for strndup... yes checking for strnlen... yes checking for strrchr... yes checking for strstr... yes checking for strtod... yes checking for strtol... yes checking for strtoul... yes checking for strverscmp... no checking for tmpnam... yes checking for vasprintf... yes checking for vfprintf... yes checking for vprintf... yes checking for vsnprintf... yes checking for vsprintf... yes checking for waitpid... yes yes checking whether gmake sets $(MAKE)... checking for setproctitle... yes checking for working aclocal... yes checking whether alloca needs Cray hooks... no checking stack direction for C alloca... -1 checking for vfork.h... found checking for working autoconf... no checking for fork... found checking for working automake... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for _doprnt... no checking for sys_errlist... yes checking for sys_nerr... yes checking for sys_siglist... yes checking for external symbol _system_configuration... no checking for __fsetlocking... no checking for canonicalize_file_name... no checking for dup3... yes checking for getrlimit... yes checking for getrusage... yes checking for getsysinfo... no checking for gettimeofday... (cached) yes checking for on_exit... no checking for psignal... yes checking for pstat_getdynamic... no checking for pstat_getstatic... no checking for realpath... found checking for working autoheader... yes found checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking for setrlimit... configure: updating cache ./config.cache configure: creating ./config.status yes checking for sbrk... yes checking for spawnve... config.status: creating Makefile config.status: WARNING: '../.././cgen/Makefile.in' seems to ignore the --datarootdir setting config.status: creating doc/Makefile no checking for spawnvpe... config.status: WARNING: '../.././cgen/doc/Makefile.in' seems to ignore the --datarootdir setting no checking for strerror... mkdir host-amd64-portbld-freebsd10.1/dejagnu Configuring in host-amd64-portbld-freebsd10.1/dejagnu yes checking for strsignal... yes checking for sysconf... yes checking for sysctl... yes configure: creating cache ./config.cache checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... checking for sysmp... no checking for table... no checking for times... yes checking for wait3... yes checking for wait4... yes checking whether basename is declared... no checking whether ffs is declared... yes checking whether asprintf is declared... yes checking whether vasprintf is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether calloc is declared... yes checking whether getenv is declared... yes checking whether getopt is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether sbrk is declared... yes checking whether strverscmp is declared... no checking whether canonicalize_file_name must be declared... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... yes checking for working strncmp... yes yes checking for a thread-safe mkdir -p... ../.././dejagnu/install-sh -c -d checking for gawk... /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether gmake sets $(MAKE)... configure: updating cache ./config.cache (cached) yes checking for amd64-portbld-freebsd10.1-gcc... cc configure: creating ./config.status checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... config.status: creating Makefile yes checking whether cc accepts -g... config.status: creating testsuite/Makefile yes checking for cc option to accept ISO C89... config.status: creating config.h config.status: executing default commands none needed checking for style of include used by gmake... GNU checking dependency style of cc... mkdir host-amd64-portbld-freebsd10.1/tcl Configuring in host-amd64-portbld-freebsd10.1/tcl gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking for docbook2html... false checking for docbook2rtf... false checking for docbook2pdf... false checking for docbook2ps... false checking for docbook2texi... false checking for expect... no configure: error: unable to locate expect Makefile:4410: recipe for target 'configure-dejagnu' failed gmake[2]: *** [configure-dejagnu] Error 1 gmake[2]: *** Waiting for unfinished jobs.... configure: creating cache ./config.cache checking build system type... amd64-portbld-freebsd10.1 checking host system type... amd64-portbld-freebsd10.1 checking whether gmake sets $(MAKE)... yes updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile configure: configuring in unix configure: running /bin/sh '../../.././tcl/unix/configure' --prefix=/usr/local/gcc-msp430-ti-toolchain-3.03.04.00 '--cache-file=./config.cache' '--with-gnu-as' '--with-gnu-ld' '--with-newlib' '--with-gmp=/usr/local' '--with-mpfr=/usr/local' '--with-mpc=/usr/local' '--with-isl=/usr/local' '--disable-isl-version-check' '--with-cloog=/usr/local' '--with-libelf=/usr/local' '--disable-nls' '--prefix=/usr/local/gcc-msp430-ti-toolchain-3.03.04.00' '--localstatedir=/var' '--mandir=/usr/local/gcc-msp430-ti-toolchain-3.03.04.00//man' '--infodir=/usr/local/gcc-msp430-ti-toolchain-3.03.04.00/gcc-msp430-ti-toolchain-3.03.04.00/share/doc/gcc-msp430-elf/info/' '--enable-languages=c,c++,lto' '--program-transform-name=s&^&msp430-elf-&' '--disable-option-checking' '--build=amd64-portbld-freebsd10.1' '--host=amd64-portbld-freebsd10.1' '--target=msp430-elf' '--srcdir=../.././tcl' 'build_alias=amd64-portbld-freebsd10.1' 'host_alias=amd64-portbld-freebsd10.1' 'target_alias=msp430-elf' --cache-file=.././config.cache --srcdir=../../.././tcl/unix configure: loading cache .././config.cache checking whether to use symlinks for manpages... no checking compression for manpages... no checking for amd64-portbld-freebsd10.1-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking how to run the C preprocessor... cpp checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for unistd.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for building with threads... no (default) checking if the compiler understands -pipe... yes checking for required early compiler flags... none checking for 64-bit integer type... using long checking whether byte ordering is bigendian... no checking for getcwd... yes checking for opendir... yes checking for strstr... yes checking for strtol... yes checking for strtoll... yes checking for strtoull... yes checking for tmpnam... yes checking for waitpid... yes checking for strerror... yes checking for getwd... yes checking for wait3... yes checking for uname... yes checking for realpath... yes checking dirent.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking values.h usability... no checking values.h presence... no checking for values.h... no checking for limits.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/modem.h usability... no checking sys/modem.h presence... no checking for sys/modem.h... no checking termios vs. termio vs. sgtty... termios checking for fd_set in sys/types... yes checking whether struct tm is in sys/time.h or time.h... time.h checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking whether time.h and sys/time.h may both be included... yes checking for struct tm.tm_zone... yes checking for gmtime_r... yes checking for localtime_r... yes checking tm_tzadj in struct tm... no checking tm_gmtoff in struct tm... yes checking long timezone variable... no checking time_t timezone variable... no checking for struct stat.st_blksize... yes checking for fstatfs... yes checking for working memcmp... yes checking for memmove... yes checking proper strstr implementation... yes checking for strtoul... yes checking for strtod... yes checking for strtod... (cached) yes checking for Solaris2.4/Tru64 strtod bugs... ok checking for mode_t... yes checking for pid_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for socklen_t... yes checking for opendir... (cached) yes checking union wait... no checking for strncasecmp... yes checking for BSDgettimeofday... no checking for gettimeofday... yes checking for gettimeofday declaration... present checking whether char is unsigned... no checking signed char declarations... yes checking for a putenv() that copies the buffer... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking whether to use nl_langinfo... yes checking for sin... no checking for main in -lieee... no checking for main in -linet... no checking net/errno.h usability... no checking net/errno.h presence... no checking for net/errno.h... no checking for connect... yes checking for gethostbyname... yes checking how to build libraries... static checking for amd64-portbld-freebsd10.1-ranlib... ranlib checking if 64bit support is requested... no checking if 64bit Sparc VIS support is requested... no checking system version (for dynamic loading)... FreeBSD-10.1-STABLE checking for dlopen in -ldl... no checking for ar... ar checking for build with symbols... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/filio.h usability... yes checking sys/filio.h presence... yes checking for sys/filio.h... yes checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... O_NONBLOCK checking how to package libraries... standard shared library updating cache .././config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating dltest/Makefile config.status: creating tclConfig.sh gmake[2]: Leaving directory '/usr/home/lev/FreeBSD/ports/devel/gcc-msp430-ti-toolchain/work/sources/tools' Makefile:860: recipe for target 'all' failed gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory '/usr/home/lev/FreeBSD/ports/devel/gcc-msp430-ti-toolchain/work/sources/tools'