Hi guys<div>This is a question related to the compilation system of osmocom-bb. For an unknown reason, something has gone wrong with my compiled binaries, so now I would like to clean up everything as it was freshly checked out, before restarting the compilation. How can I do it? Make clean and make distclean seem not to be enough, since my compilation now fails with:</div>
<div><br></div><div><div>cd ./doc && tar cf html.tar */html</div><div>make[3]: Leaving directory `/home/dario/Projects/mobile/osmocom-bb/src/shared/libosmocore/build-target'</div><div>make[2]: Leaving directory `/home/dario/Projects/mobile/osmocom-bb/src/shared/libosmocore/build-target'</div>
<div>make[1]: Leaving directory `/home/dario/Projects/mobile/osmocom-bb/src/shared/libosmocore/build-target'</div><div>cd host/layer23 && ./configure </div><div>checking for a BSD-compatible install... /usr/bin/install -c</div>
<div>checking whether build environment is sane... yes</div><div>checking for a thread-safe mkdir -p... /bin/mkdir -p</div><div>checking for gawk... no</div><div>checking for mawk... mawk</div><div>checking whether make sets $(MAKE)... yes</div>
<div>checking whether make supports nested variables... yes</div><div>checking whether make sets $(MAKE)... (cached) yes</div><div>checking for gcc... gcc</div><div>checking whether the C compiler works... yes</div><div>checking for C compiler default output file name... a.out</div>
<div>checking for suffix of executables... </div><div>checking whether we are cross compiling... no</div><div>checking for suffix of object files... o</div><div>checking whether we are using the GNU C compiler... yes</div>
<div>checking whether gcc accepts -g... yes</div><div>checking for gcc option to accept ISO C89... none needed</div><div>checking for style of include used by make... GNU</div><div>checking dependency style of gcc... gcc3</div>
<div>checking for ranlib... ranlib</div><div>checking for pkg-config... /usr/bin/pkg-config</div><div>checking pkg-config is at least version 0.9.0... yes</div><div>checking for LIBOSMOCORE... no</div><div>configure: error: Package requirements (libosmocore) were not met:</div>
<div><br></div><div>No package 'libosmocore' found</div><div><br></div><div>Consider adjusting the PKG_CONFIG_PATH environment variable if you</div><div>installed software in a non-standard prefix.</div><div><br></div>
<div>Alternatively, you may set the environment variables LIBOSMOCORE_CFLAGS</div><div>and LIBOSMOCORE_LIBS to avoid the need to call pkg-config.</div><div>See the pkg-config man page for more details.</div><div>make: *** [host/layer23/Makefile] Error 1</div>
</div><div><br></div><div>How can I clean up everything?</div><div>Any help appreciated.</div><div>Thanks</div><div>Dario.</div>