Using Scratchbox

1. Creating a Scratchbox Target

To create a Scratchbox target for ARM and select it as your compilation target:

[sbox-PC: ~] > sbox-config --list-compilers [sbox-PC: ~] > sbox-config --create-target=ARM --compiler-name=[one of the ARM compilers] [sbox-PC: ~] > sbox-config --select-target=ARM [sbox-ARM: ~] > sbox-config --copy-clibrary

Then setup CPU transparency to work between Scratchbox and your ARM device. After you've done that, your target should be ready.

Related usage documentation

CPU Transparency
Sbrsh Readme
Building Debian packages with Scratchbox