-
Notifications
You must be signed in to change notification settings - Fork 4
S2C Sandbox : Download and Install toolchain
vkebkal edited this page Jan 8, 2020
·
3 revisions
For info:
Symbol $ at line beginning mean running shell command on developer workstation.
String root@evo-sandbox:# at line beginning mean running shell command in sandbox.
Download toolchain and unpack it:
$ wget https://lab.evologics.de/share/soft/EvoLogics-sandbox/angstrom-uclibc-i686-armv5te-v2012.05-toolchain.tar.bz2 $ sudo tar -C / -xvf angstrom-uclibc-i686-armv5te-v2012.05-toolchain.tar.bz2
If toolchain does not have enough libraries, it is possible to install additional libraries to it (for example, to cross-compile sdmsh). For that download repository and unpack it:
$ wget https://lab.evologics.de/share/soft/EvoLogics-sandbox/angstrom-uclibc-i686-armv5te-v2012.05-repository.tar.bz2 $ sudo tar -C / -xvf angstrom-uclibc-i686-armv5te-v2012.05-repository.tar.bz2
To be able to install to the cross-toolchain additional libraries, you need to have right permissions.
$ sudo chown -R $USER /usr/local/oecore-i686