$ git clone git://git.osmocom.org/osmocom-bb.git Cloning into 'osmocom-bb'... remote: Counting objects: 17997, done. remote: Compressing objects: 100% (6379/6379), done. remote: Total 17997 (delta 12508), reused 15562 (delta 10711) Receiving objects: 100% (17997/17997), 3.09 MiB | 121 KiB/s, done. Resolving deltas: 100% (12508/12508), done. $ cd osmocom-bb $ cd src $ make cd shared/libosmocore && autoreconf -i libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' configure.ac:16: installing './config.guess' configure.ac:16: installing './config.sub' configure.ac:5: installing './install-sh' configure.ac:5: installing './missing' src/Makefile.am: installing './depcomp' mkdir shared/libosmocore/build-target cd shared/libosmocore/build-target && ../configure \ --host=arm-elf --enable-embedded --disable-shared \ --disable-tests ac_cv_header_sys_select_h=no \ --disable-tests ac_cv_header_sys_socket_h=no \ CFLAGS="-Os -ffunction-sections -I/home/Administrator/osmocom-bb/src/target/firmware/include -nostartfiles -nodefaultlibs" configure: WARNING: unrecognized options: --disable-tests, --disable-tests configure: WARNING: if you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arm-elf-strip... arm-elf-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make sets $(MAKE)... (cached) yes checking for arm-elf-gcc... arm-elf-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether arm-elf-gcc accepts -g... yes checking for arm-elf-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of arm-elf-gcc... gcc3 checking build system type... i686-pc-cygwin checking host system type... arm-unknown-elf checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by arm-elf-gcc... c:/sysgcc/arm-elf/arm-elf/bin/ld.exe checking if the linker (c:/sysgcc/arm-elf/arm-elf/bin/ld.exe) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /cygdrive/c/SysGCC/arm-elf/bin/arm-elf-nm -B checking the name lister (/cygdrive/c/SysGCC/arm-elf/bin/arm-elf-nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 8192 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-cygwin file names to arm-unknown-elf format... func_convert_file_noop checking how to convert i686-pc-cygwin file names to toolchain format... func_convert_file_noop checking for c:/sysgcc/arm-elf/arm-elf/bin/ld.exe option to reload object files... -r checking for arm-elf-objdump... arm-elf-objdump checking how to recognize dependent libraries... unknown checking for arm-elf-dlltool... no checking for dlltool... dlltool configure: WARNING: using cross tools not prefixed with host triplet checking how to associate runtime and link libraries... printf %s\n checking for arm-elf-ar... arm-elf-ar checking for archiver @FILE support... @ checking for arm-elf-strip... (cached) arm-elf-strip checking for arm-elf-ranlib... arm-elf-ranlib checking command to parse /cygdrive/c/SysGCC/arm-elf/bin/arm-elf-nm -B output from arm-elf-gcc object... ok checking for sysroot... no checking for arm-elf-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... arm-elf-gcc -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... no checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... no checking for objdir... .libs checking if arm-elf-gcc supports -fno-rtti -fno-exceptions... no checking for arm-elf-gcc option to produce PIC... -fPIC -DPIC checking if arm-elf-gcc PIC flag -fPIC -DPIC works... yes checking if arm-elf-gcc static flag -static works... yes checking if arm-elf-gcc supports -c -o file.o... yes checking if arm-elf-gcc supports -c -o file.o... (cached) yes checking whether the arm-elf-gcc linker (c:/sysgcc/arm-elf/arm-elf/bin/ld.exe) supports shared libraries... yes checking dynamic linker characteristics... cygwin warning: MS-DOS style path detected: c:/sysgcc/arm-elf/bin/../lib/gcc//.\x0D Preferred POSIX equivalent is: /cygdrive/c/sysgcc/arm-elf/lib/gcc/.\x0D CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames no checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... no checking whether to build shared libraries... no checking whether to build static libraries... yes checking for ANSI C header files... (cached) yes checking execinfo.h usability... no checking execinfo.h presence... no checking for execinfo.h... no checking for sys/select.h... (cached) no checking for sys/socket.h... (cached) no checking syslog.h usability... no checking syslog.h presence... no checking for syslog.h... no checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for library containing dlopen... no checking for doxygen... /usr/bin/doxygen checking if arm-elf-gcc supports -fvisibility=hidden... yes checking whether struct tm has tm_gmtoff member... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmocore.pc config.status: creating libosmocodec.pc config.status: creating libosmovty.pc config.status: creating libosmogsm.pc config.status: creating libosmogb.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating src/vty/Makefile config.status: creating src/codec/Makefile config.status: creating src/gsm/Makefile config.status: creating src/gb/Makefile config.status: creating tests/Makefile config.status: creating utils/Makefile config.status: creating Doxyfile.core config.status: creating Doxyfile.gsm config.status: creating Doxyfile.vty config.status: creating Doxyfile.codec config.status: creating Makefile config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-tests, --disable-tests cd shared/libosmocore/build-target && make make[1]: Entering directory `/home/Administrator/osmocom-bb/src/shared/libosmocore/build-target' echo UNKNOWN > ../.version-t && mv ../.version-t ../.version make all-recursive make[2]: Entering directory `/home/Administrator/osmocom-bb/src/shared/libosmocore/build-target' Making all in include make[3]: Entering directory `/home/Administrator/osmocom-bb/src/shared/libosmocore/build-target/include' GEN osmocom/core/crc16gen.h GEN osmocom/core/crc16gen.h /bin/sh: osmocom/core/crc16gen.h: No such file or directory Makefile:612: recipe for target `osmocom/core/crc16gen.h' failed make[3]: *** [osmocom/core/crc16gen.h] Error 1 make[3]: Leaving directory `/home/Administrator/osmocom-bb/src/shared/libosmocore/build-target/include' Makefile:443: recipe for target `all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/Administrator/osmocom-bb/src/shared/libosmocore/build-target' Makefile:314: recipe for target `all' failed make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/Administrator/osmocom-bb/src/shared/libosmocore/build-target' Makefile:53: recipe for target `shared/libosmocore/build-target/src/.libs/libosmocore.a' failed make: *** [shared/libosmocore/build-target/src/.libs/libosmocore.a] Error 2