hi All,
how to create separate target in scratchbox and install Qt 4.7 there?
cheers
Wishwa
hi All,
how to create separate target in scratchbox and install Qt 4.7 there?
cheers
Wishwa
Creation of new target was discussed in this thread:
http://discussion.forum.nokia.com/fo...464-Upgrade-Qt
Installation of Qt 4.7 is trivial, and you did it already once.
Switching between targets is done with
or withCode:sb-conf select TARGET_NAME
Code:sb-menu
hi Daniil,
When I'm trying to create a new target http://discussion.forum.nokia.com/fo...464-Upgrade-Qt
it will pass message as follows
[wishwa@localhost maemo]$ ./newTargetForSbox.py arm
sb-conf: No such devkit: cputransp
sb-conf: No such target: arm-F-25-4
sb-conf: No such target: arm-F-25-4
[wishwa@localhost maemo]$
after I tried to change the target
[sbox-FREMANTLE_ARMEL: ~] > sb-conf select arm-F-25-4
sb-conf: No such target: arm-F-25-4
[sbox-FREMANTLE_ARMEL: ~] > sb-conf select arm
sb-conf: No such target: arm
[sbox-FREMANTLE_ARMEL: ~] >
cheers
~Wishwa
Last edited by wishwaa; 2010-06-24 at 11:31.
It's shell, not a python script. Do you have scratchbox-devkit-cputransp installed on your desktop?
http://www.scratchbox.org/download/f...1.0.9_i386.deb
P.S. I actually noticed that these days qemu devkit is used instead of cputransp. Try to replace occurrences of cputransp to qemu in the script.
Last edited by divanov; 2010-06-24 at 13:15.
hi Daniil,
When im tried to install libqt4-experimental-dev its give the following Error, but /etc/apt/sources.list file contains
deb http://repository.maemo.org/ fremantle/XXXXXXXXXXXXXXXXXXXXX nokia-binaries
thing is its telling Couldn't find package libqt4-experimental-dev
[sbox-arm-F-25-4: ~] > fakeroot apt-get install libqt4-experimental-dev
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package libqt4-experimental-dev
[sbox-arm-F-25-4: ~] >
also when I run ur script again in my new target it will show as follows.
./newTargetForSbox.sh arm
bash: ./newTargetForSbox.sh: Permission denied
[wishwa@localhost maemo]$ ./newTargetForSbox.sh arm
sb-conf: Target already exists: arm-F-25-4
--18:14:45-- http://repository.maemo.org/stable/5..._5.0_armel.tgz
=> `/tmp/sb-config-wishwa/maemo-sdk-rootstrap_5.0_armel.tgz'
Resolving repository.maemo.org... 222.165.168.202, 222.165.168.200
Connecting to repository.maemo.org[222.165.168.202]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 38,283,578 [application/x-gzip]
100%[===================================================================================================>] 38,283,578 197.77K/s ETA 00:00
18:17:55 (196.77 KB/s) - `/tmp/sb-config-wishwa/maemo-sdk-rootstrap_5.0_armel.tgz' saved [38283578/38283578]
Unpacking rootstrap...
SBOX_DPKG_INST_ARCH not set.
SBOX_DPKG_INST_ARCH not set.
im stuck with this issue...
thanks
~Wishwa
Last edited by divanov; 2010-06-24 at 14:37. Reason: removing private key
It's not wise to run script twice the same day without modifying target name.
libqt4-experimental-dev is located in extras-devel repository, which is not enabled by default.
i have add following entries to /etc/apt/sources.list
# Repository for Nokia Binaries, added by Maemo 5.0 SDK Installer
deb http://repository.maemo.org/ fremantle/XXXXXXXXXXXXXXXXXXXXXXXXX nokia-binaries
deb http://repository.maemo.org/extras-devel/ fremantle free non-free
but its not working![]()
Last edited by divanov; 2010-06-24 at 14:37. Reason: removing private key
As I said libqt4-experimental-dev is in extras-devel repository
http://repository.maemo.org/
hi Danill,
thing is i had compile my application on qt 4.6.2 i need to recompile it in qt 4.7.0
pls help me to resolve this out.
cheers
~Wishwa