Search found 1 match

by c4xpbv
Sun Aug 28, 2011 11:53 am
Forum: [B] Brainstorm
Topic: Setting up a native compiling toolchain
Replies: 13
Views: 31537

Re: Setting up a native compiling toolchain

Hi juuso,
Your scripts worked perfectly with a little comment:
line 37-38:

Code: Select all

#$busybox
chroot $armel_chroot /bin/bash --login
should be changed into :

Code: Select all

$busybox chroot $armel_chroot /bin/bash --login
Thanks for a nice step by step tutorial :)

Go to advanced search