<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hello,</div>

<div>no solution for Manjaro Linux but a workaround.</div>

<div> </div>

<div>Build a Virtual Maschine:</div>

<div><br/>
Install Ubuntu 16.10</div>

<div>
<div>sudo apt-get update</div>

<div>sudo apt-get upgrade -y</div>

<div>reboot</div>

<div>sudo apt-get install gcc-arm-none-eabi git libtool shtool autoconf pkg-config make gcc libtalloc2 libtalloc-dev libpcsclite1 libpcsclite-dev</div>

<div><br/>
git clone https://github.com/osmocom/osmocom-bb</div>

<div>git clone https://github.com/osmocom/libosmocore</div>

<div><br/>
cd libosmocore</div>

<div>autoreconf -i</div>

<div>./configure</div>

<div>make</div>

<div>sudo make install</div>

<div> </div>

<div>cd ../osmocom-bb/src</div>

<div>make</div>

<div> </div>

<div>cd target/firmware</div>

<div> </div>

<div>$ find . -name *.bin<br/>
./board/gta0x/hello_world.highram.bin<br/>
./board/gta0x/compal_dsp_dump.highram.bin<br/>
./board/gta0x/rssi.highram.bin<br/>
./board/gta0x/layer1.highram.bin<br/>
./board/gta0x/loader.highram.bin<br/>
./board/compal_e88/hello_world.highram.bin<br/>
./board/compal_e88/hello_world.e88flash.bin<br/>
./board/compal_e88/layer1.e88flash.bin<br/>
./board/compal_e88/layer1.e88loader.bin<br/>
./board/compal_e88/compal_dsp_dump.highram.bin<br/>
./board/compal_e88/layer1.compalram.bin<br/>
./board/compal_e88/rssi.highram.bin<br/>
./board/compal_e88/compal_dsp_dump.e88loader.bin<br/>
./board/compal_e88/hello_world.e88loader.bin<br/>
./board/compal_e88/compal_dsp_dump.compalram.bin<br/>
./board/compal_e88/layer1.highram.bin<br/>
./board/compal_e88/loader.compalram.bin<br/>
./board/compal_e88/compal_dsp_dump.e88flash.bin<br/>
./board/compal_e88/hello_world.compalram.bin<br/>
./board/compal_e88/rssi.e88flash.bin<br/>
./board/compal_e88/loader.highram.bin<br/>
./board/compal_e88/rssi.e88loader.bin<br/>
./board/compal_e99/hello_world.highram.bin<br/>
./board/compal_e99/compal_dsp_dump.highram.bin<br/>
./board/compal_e99/layer1.compalram.bin<br/>
./board/compal_e99/rssi.highram.bin<br/>
./board/compal_e99/compal_dsp_dump.compalram.bin<br/>
./board/compal_e99/layer1.highram.bin<br/>
./board/compal_e99/loader.compalram.bin<br/>
./board/compal_e99/hello_world.compalram.bin<br/>
./board/compal_e99/loader.highram.bin<br/>
./board/pirelli_dpl10/hello_world.highram.bin<br/>
./board/pirelli_dpl10/compal_dsp_dump.highram.bin<br/>
./board/pirelli_dpl10/rssi.highram.bin<br/>
./board/pirelli_dpl10/layer1.highram.bin<br/>
./board/pirelli_dpl10/loader.highram.bin<br/>
./board/se_j100/hello_world.highram.bin<br/>
./board/se_j100/compal_dsp_dump.highram.bin<br/>
./board/se_j100/layer1.compalram.bin<br/>
./board/se_j100/rssi.highram.bin<br/>
./board/se_j100/compal_dsp_dump.compalram.bin<br/>
./board/se_j100/layer1.highram.bin<br/>
./board/se_j100/loader.compalram.bin<br/>
./board/se_j100/hello_world.compalram.bin<br/>
./board/se_j100/loader.highram.bin<br/>
./board/compal_e86/hello_world.highram.bin<br/>
./board/compal_e86/compal_dsp_dump.highram.bin<br/>
./board/compal_e86/layer1.compalram.bin<br/>
./board/compal_e86/rssi.highram.bin<br/>
./board/compal_e86/compal_dsp_dump.compalram.bin<br/>
./board/compal_e86/layer1.highram.bin<br/>
./board/compal_e86/loader.compalram.bin<br/>
./board/compal_e86/hello_world.compalram.bin<br/>
./board/compal_e86/loader.highram.bin</div>

<div> </div>
</div>

<div> 
<div> 
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Gesendet:</b> Donnerstag, 16. Februar 2017 um 12:28 Uhr<br/>
<b>Von:</b> "Harald Welte" <laforge@gnumonks.org><br/>
<b>An:</b> "Dennis Schneck" <dennisschneck@web.de><br/>
<b>Cc:</b> baseband-devel@lists.osmocom.org<br/>
<b>Betreff:</b> Re: Re: Re: Compile error - osmocom-bb | No package 'libosmocore' found but libosmocore is installed</div>

<div name="quoted-content">Hi Dennis,<br/>
<br/>
On Thu, Feb 16, 2017 at 08:39:16AM +0100, Dennis Schneck wrote:<br/>
> >It seems like your pkgconfig installation/configuration is broken. Are<br/>
> >you sure that /usr/local/lib/pkgconfig is included in your PKGCONFIG<br/>
> >search path? To me it seems the .pc files of libosmocore are installed<br/>
> >there but your sytem configuration never attempts to look for .pc files<br/>
> >there.<br/>
><br/>
> $ ls -la /usr/local/lib/pkgconfig/<br/>
<br/>
this is a list of the files in the directory, which doesn't say anything<br/>
about your pkgconfig configuration/environment variables.<br/>
<br/>
> >Have you used pkgconfig successfully with other libraries installed in<br/>
> >/usr/local/* before?<br/>
><br/>
> nothing installed before<br/>
<br/>
Well, I suggest you make sure your PKGCONFIG_PATH includes the above<br/>
directory :)<br/>
<br/>
--<br/>
- Harald Welte <laforge@gnumonks.org> <a href="http://laforge.gnumonks.org/" target="_blank">http://laforge.gnumonks.org/</a><br/>
============================================================================<br/>
"Privacy in residential applications is a desirable marketing option."<br/>
(ETSI EN 300 175-7 Ch. A6)</div>
</div>
</div>
</div></div></body></html>