Mobile/Build/cs2007q3: Difference between revisions
Jump to navigation
Jump to search
(New page: <code><pre> sudo echo "deb http://scratchbox.org/debian/ stable main" >> /etc/apt/source.list sudo apt-get update sudo apt-get install scratchbox-toolchain-cs2007q3-glibc2.5-arm6 sb-conf...) |
No edit summary |
||
| Line 1: | Line 1: | ||
<code><pre> | <code><pre> | ||
sudo echo "deb http://scratchbox.org/debian/ stable main" >> /etc/apt/source.list | sudo su | ||
echo "deb http://scratchbox.org/debian/ stable main" >> /etc/apt/source.list | |||
apt-get update | |||
apt-get install scratchbox-toolchain-cs2007q3-glibc2.5-arm6 | |||
exit | |||
sb-conf setup CHINOOK-ARMEL-2007 -c cs2007q3-glibc2.5-arm6 \ | sb-conf setup CHINOOK-ARMEL-2007 -c cs2007q3-glibc2.5-arm6 \ | ||
-d cputransp:debian-etch:doctools:maemo3-tools:perl \ | -d cputransp:debian-etch:doctools:maemo3-tools:perl \ | ||
Revision as of 10:51, 15 July 2008
sudo su
echo "deb http://scratchbox.org/debian/ stable main" >> /etc/apt/source.list
apt-get update
apt-get install scratchbox-toolchain-cs2007q3-glibc2.5-arm6
exit
sb-conf setup CHINOOK-ARMEL-2007 -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-2007 http://repository.maemo.org/stable/4.0.1/armel/maemo-sdk-rootstrap_4.0.1_armel.tgz
sb-conf install CHINOOK-ARMEL-2007 -cedFGS
scratchbox wget http://people.mozilla.com/~vladimir/misc/execstack.armel
scratchbox chmod a+x execstack.armel
scratchbox mv fakeroot execstack.armel /usr/bin/execstack
scratchbox -d /lib execstack -c `find . -name \*.so.\* -type f`
scratchbox -d /usr/lib execstack -c `find . -name \*.so.\* -type f`
scratchbox fakeroot echo "deb http://repository.maemo.org/extras-devel chinook free non-free" >> /etc/apt/sources.list
scratchbox fakeroot echo "deb file:/home/$USER/maemo-sdk-nokia-binaries_4.0.1 chinook explicit" >> /etc/apt/sources.list
scratchbox fakeroot apt-get install libgtk2.0-dev libxaw7-dev libfreetype6-dev libxi-dev libhildonmime-dev libosso-dev libidl-dev