Archmobile SDK

The sdk is a set of scripts written mostly in bash whose aim is to make a easier life for the archmobile developer.

Install SDK Manually

=== Dependencies == pacman -Sy aufs2 aufs2-util

Install archmobile SDK

cd /tmp
wget http://download.tuxfamily.org/admiral0repo/arm/archmobile-2009.12.tar.bz2
sudo tar xjvf archmobile-2009.12.tar.bz2 -C /opt #ignore warnings
sudo /opt/archmobile/install [i686 | x86_64] # choose what native packages will be used

Install from AUR

You can find archmobile SDK  here

yaourt -S archmobile-dev

or

cd /tmp;wget http://aur.archlinux.org/packages/archmobile-dev/archmobile-dev.tar.gz;tar xzvf archmobile-dev*;cd archmobile-dev;makepkg -si

Usage

There are some scripts provided with the SDK that are symlinked to /sbin

makearmpkg

You can read about it in its wiki page

archmobile_enter

It is used to enter the buildsystem. No params are available.