Hi,
osmocom-bb configure gives me several warnings like this:
configure: WARNING: execinfo.h: present but cannot be compiled configure: WARNING: execinfo.h: check for missing prerequisite headers? configure: WARNING: execinfo.h: see the Autoconf documentation configure: WARNING: execinfo.h: section "Present But Cannot Be Compiled" configure: WARNING: execinfo.h: proceeding with the compiler's result configure: WARNING: ## ---------------------------------------- ## configure: WARNING: ## Report this to openbsc@lists.osmocom.org ## configure: WARNING: ## ---------------------------------------- ##
Probably left out from a shared libosmocore configure, in osmocom-bb/src/shared/libosmocore/configure. That's how I used the wrong list:(
I tried the link: https://git.osmocom.org/libosmocore. Clearly shows latest libosmocore tag is 0.11.0. Interesting, when I try: git clone https://git.osmocom.org/libosmocore gives me libosmocore 0.9.0.16 git clone git://git.osmocom.org/libosmocore gives me the correct libosmocore 0.11.0.12. Seems your nginx server is caching the https request some 6 months now:) Problem solved:)
TIA Nikos
On Sat, May 12, 2018 at 4:09 AM, Nikos Balkanas nbalkanas@gmail.com wrote:
Hi,
I am new to this list. I use ubuntu 14.04.02. I am trying to configure/compile latest master osmocom-bb. I ran into a few problems/questions: According to the src/README.building file, I should get the arm toolchain from gnuarm.com This should be updated, gnuarm.com doesn't have any downloads any more. Instead I installed gcc-arm-linux-gnueabi from ubuntu reps
- normal gcc seems to support x-compiling for arm CPUs. Why not use that?
- Your stock Makefile tests for CROSS_HOST against arm-elf-gcc. This
should be updated to test also against arm-linux-gnueabi-gcc from gcc-arm-linux-gnueabi package 3) configure warnings: configure: WARNING: unrecognized options: --disable-tests, --disable-tests. Should be disabled if not supported any more checking for arm-linux-gnueabi-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet Is there a problem to use the OS mt? 4) configure asks for libosmovty >= 0.10.0. libosmovty is part of libosmocore. Latest libosmocore master provides libosmovty 0.9.0.16-abc4:( These 2 should really be synchronized. Where can I find suitable libosmocore to work with latest osmocom-bb, or latest osmocom-bb that works with latest libsomocore?
TIA, Nikos