|
|
(22 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
− | You can easily setup cross compile tool chain with svn and bitbake.
| |
− | Pull svn-trunk from
| |
| | | |
− | svn co https://samygo.svn.sourceforge.net/svnroot/samygo/trunk samygo-svn
| |
− |
| |
− | after pull, you can enter samygo-svn/
| |
− |
| |
− | cd samygo-svn
| |
− |
| |
− | than use make command.
| |
− |
| |
− | make -f Makefile-SELP-SamyGO
| |
− |
| |
− | If you compile the tools on parallel, you can edit Makefile-SELP-SamyGO and uncomment this line. integer after -j will indicate your parallel build count.
| |
− | # echo 'PARALLEL_MAKE = "-j 3"' >> $@
| |
− | After enter the directory of the source and build environment of bitbake
| |
− |
| |
− | cd source
| |
− | source ./source.env
| |
− |
| |
− | Than you can build a toolchain with this command:
| |
− |
| |
− | bitbake task-samsung-toolchain
| |
− |
| |
− | Bitbake could complain about not installed packages like "help2man". "diffstat". You needed to install them also.
| |
− | After compilation of all tools. Your environment is ready at your source/tmp directory.
| |