toolchain-script with live-cd
Erich Dachleger
edachleger at yahoo.com
Thu Sep 12 15:35:09 CEST 2013
________________________________
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:
cp -rp /root/dublin/install /root/copyfolder
tar cf name.tar copyfolder && bzip2 name.tar
Then copy name.tar.bz2 onto the live-cd and unpack it. Then
mv copyfolder dublin
The compilation errors disappeared after doing
export LD_LIBRARY_PATH=/usr/local/lib and installing libmpc-dev
Regards
//erich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/baseband-devel/attachments/20130912/0696bb7c/attachment.html>
More information about the baseband-devel
mailing list