| The Following User Says Thank You to Figure07 For This Useful Post: | ||
|
|
2009-03-09
, 08:10
|
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#2
|
| The Following User Says Thank You to pycage For This Useful Post: | ||
|
|
2009-03-09
, 10:59
|
|
Posts: 8 |
Thanked: 1 time |
Joined on Feb 2009
|
#3
|

|
|
2009-03-09
, 11:10
|
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#4
|
/home/username/scratchbox is wrong. Scratchbox must be unzipped to /scratchbox.
|
|
2009-03-17
, 02:03
|
|
|
Posts: 100 |
Thanked: 13 times |
Joined on Mar 2008
|
#5
|
./maemo-sdk-install_4.0.sh
This script will install maemo SDK 4.0 chinook release to your computer.
Install options
Do not download or install Nokia EUSA binaries (no)
Force remove of existing targets (no)
Alternative sources.list ('')
Target configuration for armel (CHINOOK_ARMEL)
compiler=cs2005q3.2-glibc2.5-arm
devkits=perl:debian-etch:maemo3-tools:cputransp
cputransp=qemu-arm-0.8.2-sb2
Target configuration for i386 (CHINOOK_X86)
compiler=cs2005q3.2-glibc2.5-i386
devkits=perl:debian-etch:maemo3-tools
Checking for prerequisites
--------------------------
wget tool in path... /usr/bin/wget
Checking for dpkg tool in path... /usr/bin/dpkg
Running outside of scratchbox... yes
Script not run as user root... yes
Scratchbox installation found... yes
Scratchbox home directory... yes
Scratchbox sb-conf tool... yes
Scratchbox user's bind mount... yes
Scratchbox user's /dev set up... yes
Scratchbox home directory... yes
Scratchbox login... yes
Scratchbox login executable... yes
Scratchbox sb-conf tool works... yes
Scratchbox version requirement met... yes
Scratchbox CPU transparency method for ARMEL is present... yes
Scratchbox toolchains... no
E: Toolchain cs2005q3.2-glibc2.5-arm required for 'CHINOOK_ARMEL' target.
E: Toolchain cs2005q3.2-glibc2.5-i386 required for 'CHINOOK_X86' target.
E: Please complete scratchbox installation first.
E: Specify an alternative installation path using '-s PATH' option.
|
|
2009-03-18
, 12:09
|
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#6
|
|
|
2009-03-18
, 12:36
|
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#7
|
Yep - - or do as I did (because I didn't have room on the root (/) filesystem): Unzip it somewhere else, and just make a symlink to it in /
dd if=/dev/zero of=/media/hdd/Scratchbox.fs bs=1024 count=3000000 mkfs.ext3 /media/hdd/Scratchbox.fs
mkdir /scratchbox mount -o loop -t ext3 /media/hdd/Scratchbox.fs /scratchbox
i have just downloaded the packages mentioned in http://tablets-dev.nokia.com/4.1/INSTALL.txt for my PC OpenSuSe.
I followed the manual download rather than the script installation. These are the steps i had followed to get Scratchbox.
- i got the required packages from Scratch packages site.http://scratchbox.org/download/files...eases/apophis/
- I unzipped all the packages to my folder /home/username/scratchbox/
- Now to get maemo sdk, i got the script from http://repository.maemo.org/stable/d...install_4.1.sh and executed the script
Could somebody help me out with this....Regards
Figure07