<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:10pt"><div><span><br></span></div><div><br></div>  <div style="font-family: times new roman, new york, times, serif; font-size: 10pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div class="y_msg_container"> <hr size="1"><font face="Arial" size="2"><b><span style="font-weight:bold;"></span></b></font>Just answering my own question to confirm that the toolchain script also can be moved to a small medium like a live cd and compile osmocom-bb. First remove the src and build directories that are inside the folder from where the osmocom-bb toolchain script was run, here called dublin and then:<br><div style="color:rgb(0, 0, 0);font-size:13.3333px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><br><font size="3">cp -rp /root/dublin/install 
 /root/copyfolder<br><br>tar cf name.tar copyfolder  && bzip2 name.tar<br><br>Then copy name.tar.bz2 onto the live-cd and unpack it. Then<br><br>mv copyfolder dublin<br><br>The compilation errors disappeared after doing<br>export LD_LIBRARY_PATH=/usr/local/lib and installing libmpc-dev<br><br>Regards<br>//erich<br></font><br><br><br></div><div style="color:rgb(0, 0, 0);font-size:13.3333px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><br></div><br><br></div> </div> </div>  </div></body></html>