Hello guys:<br>  <br>        In order to participate in OSMOCOM-BB project, I have buy the old moto C118 and made the T191 cable by myself.<br>But when I run "make" in ****/src/osmocom-bb/src directory, the error info is below:<br>
<br>alexander@Foundation:~/src/osmocom-bb/src$ make<br>cd shared/libosmocore/build-target && ../configure \<br>            --host=arm-elf-linux --disable-vty --enable-panic-infloop \<br>            --disable-shared --disable-talloc --disable-tests \<br>
        CC="arm-elf-gcc" CFLAGS="-Os -ffunction-sections -I../../../../target/firmware/include"<br>configure: WARNING: If you wanted to set the --build type, don't use --host.<br>    If a cross compiler is detected then cross compile mode will be used.<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether build environment is sane... yes<br>checking for arm-elf-linux-strip... no<br>checking for strip... strip<br>checking for a thread-safe mkdir -p... /bin/mkdir -p<br>
checking for gawk... gawk<br>checking whether make sets $(MAKE)... yes<br>checking whether make sets $(MAKE)... (cached) yes<br>checking for arm-elf-linux-gcc... arm-elf-gcc<br>checking whether the C compiler works... no<br>
configure: error: in `/home/alexander/src/osmocom-bb/src/shared/libosmocore/build-target':<br>configure: error: C compiler cannot create executables<br>See `config.log' for more details.<br>make: *** [shared/libosmocore/build-target/Makefile] Error 77<br>
<br>After my investigating on this issue,   I think I must build my own arm-elf-linux-gcc,  am I right?<br><br>I want to know how the experienced person handle this scenario? Please answer my questions!<br><br>Thanks!<br>
<br>alexander Xu<br><br>