176
edits
Line 142: | Line 142: | ||
*scratchbox-devkit-perl | *scratchbox-devkit-perl | ||
*scratchbox-devkit-apt-https | *scratchbox-devkit-apt-https | ||
... and then, you have to create compilation targets in scratchbox. For example, to create an ARM compilation target for the DIABLO SDK, do the following : | |||
<pre> | |||
sudo /scratchbox/sbin/sbox_adduser $USER yes | |||
############################################## | |||
## restart your X server with CTRL-ALT-BACKSPC | |||
############################################## | |||
/scratchbox/login | |||
sb-conf setup DIABLO_ARMEL -c cs2007q3-glibc2.5-arm6 \ | |||
-d cputransp:debian-etch:doctools:maemo3-tools:perl \ | |||
-t /scratchbox/devkits/cputransp/bin/qemu-arm-cvs-m | |||
sb-conf rootstrap CHINOOK_ARMEL /<path_do_downloaded_rootstrap>/maemo-sdk-rootstrap_4.0.1_armel.tgz | |||
sb-conf install CHINOOK_ARMEL -cedFGS | |||
sb-conf select CHINOOK_ARMEL | |||
</pre> | |||
=== Pulling the electrolysis project === | === Pulling the electrolysis project === |
edits