Re: Problems running Maemo 5 on Ubuntu 9.04 i386

2009-08-31 Thread Amit Sethi
Hi ,
  I would recommend you read this[1] page.It can be very helpful for
some of the issues that are usual on scratchbox's  initial installation.



[1]http://wiki.maemo.org/Q%26A_-_SDK_and_Scratchbox




-- 
A-M-I-T S|S
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Problems running Maemo 5 on Ubuntu 9.04 i386

2009-08-31 Thread daniel wilms
Hi Fabio,

and one general additional comment about the different targets. Please 
use the armel target *only* for the cross-compiling. Please do all the 
application testing and so on in the X86 target.


Cheers Daniel

ext Fabio Rotondo wrote:
> Henrik Hedberg wrote:
>   
>> daniel wilms wrote:
>> 
>
> Hi Henrik and daniel,
>
>   
>>And for the _both_ targets: FREMANTLE_X86 and FREMANTLE_ARMEL? It
>> seems that you may have omitted the X86 target when installing
>> nokia-binaries.
>> 
>
> I have actually omitted to install binaries for both targets.
> Now the system works :-)
>
> All I can say is that the wiki is not clear at all about the "double"
> installation needs. ;-)
>
> Thanks you all.
>
> Ciao,
> Fabio
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>   

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Problems running Maemo 5 on Ubuntu 9.04 i386

2009-08-31 Thread Andrea Grandi
Hi,

2009/8/31 Fabio Rotondo :
> All I can say is that the wiki is not clear at all about the "double"
> installation needs. ;-)

ARM is the architecture used by Maemo devices (like N900).
x86 is your usual architecture. It's quite safe to use x86 to do all
the development, but you need the ARM one to build the final package.

-- 
Andrea Grandi
email: a.grandi [AT] gmail [DOT] com
website: http://www.andreagrandi.it
PGP Key: http://www.andreagrandi.it/pgp_key.asc
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Problems running Maemo 5 on Ubuntu 9.04 i386

2009-08-31 Thread Fabio Rotondo
Henrik Hedberg wrote:
> daniel wilms wrote:

Hi Henrik and daniel,

>And for the _both_ targets: FREMANTLE_X86 and FREMANTLE_ARMEL? It
> seems that you may have omitted the X86 target when installing
> nokia-binaries.

I have actually omitted to install binaries for both targets.
Now the system works :-)

All I can say is that the wiki is not clear at all about the "double"
installation needs. ;-)

Thanks you all.

Ciao,
Fabio
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Problems running Maemo 5 on Ubuntu 9.04 i386

2009-08-31 Thread Henrik Hedberg
daniel wilms wrote:

> have you installed the nokia-binaries? For more information have a look 
> at the last point of the installation instructions [1].

And for the _both_ targets: FREMANTLE_X86 and FREMANTLE_ARMEL? It
seems that you may have omitted the X86 target when installing
nokia-binaries.

> ext Fabio Rotondo wrote:
>> Hi everyone,
>>
>> sorry for posting this "too newbie" question on this list. I googled for
>> a while before doing so and also browsed the bugzilla at maemo.org, with
>> no success.
>>
>> I have installed maemo as described here:
>>
>> http://maemo.org/development/sdks/maemo_5_beta_2_sdk_installation/
>>
>> everything worked out fine, without any install error, but when I try
>> the following line:
>>
>> [sbox-FREMANTLE_X86: ~] > af-sb-init.sh start
>>
>> I get:
>>
>> bash: af-sb-init.sh: command not found
>>
>> I have browsed my scratchbox system and found the script only in:
>>
>> ./targets/FREMANTLE_ARMEL/usr/bin/af-sb-init.sh
>>
>> So what am I missing? Before you ask, I have also installed the nokia
>> binaries packages.

Henrik

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Problems running Maemo 5 on Ubuntu 9.04 i386

2009-08-31 Thread daniel wilms
ups, sorry. I have overread the last comment :) but have you installed 
the nokia binaries in both targets if you just find it in the armel 
target?!?

cheers daniel


ext Fabio Rotondo wrote:
> Hi everyone,
>
> sorry for posting this "too newbie" question on this list. I googled for
> a while before doing so and also browsed the bugzilla at maemo.org, with
> no success.
>
> I have installed maemo as described here:
>
> http://maemo.org/development/sdks/maemo_5_beta_2_sdk_installation/
>
> everything worked out fine, without any install error, but when I try
> the following line:
>
> [sbox-FREMANTLE_X86: ~] > af-sb-init.sh start
>
> I get:
>
> bash: af-sb-init.sh: command not found
>
> I have browsed my scratchbox system and found the script only in:
>
> ./targets/FREMANTLE_ARMEL/usr/bin/af-sb-init.sh
>
> So what am I missing? Before you ask, I have also installed the nokia
> binaries packages.
>
> Please, help me startup with Maemo development!! :-)
>
> Ciao,
> Fabio
>
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>   

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Problems running Maemo 5 on Ubuntu 9.04 i386

2009-08-31 Thread daniel wilms
Hi Fabio,

have you installed the nokia-binaries? For more information have a look 
at the last point of the installation instructions [1].

[1] 
http://maemo.org/development/sdks/maemo_5_beta_2_sdk_installation/#32bitinstall

cheers daniel

ext Fabio Rotondo wrote:
> Hi everyone,
>
> sorry for posting this "too newbie" question on this list. I googled for
> a while before doing so and also browsed the bugzilla at maemo.org, with
> no success.
>
> I have installed maemo as described here:
>
> http://maemo.org/development/sdks/maemo_5_beta_2_sdk_installation/
>
> everything worked out fine, without any install error, but when I try
> the following line:
>
> [sbox-FREMANTLE_X86: ~] > af-sb-init.sh start
>
> I get:
>
> bash: af-sb-init.sh: command not found
>
> I have browsed my scratchbox system and found the script only in:
>
> ./targets/FREMANTLE_ARMEL/usr/bin/af-sb-init.sh
>
> So what am I missing? Before you ask, I have also installed the nokia
> binaries packages.
>
> Please, help me startup with Maemo development!! :-)
>
> Ciao,
> Fabio
>
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>   

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Problems running Maemo 5 on Ubuntu 9.04 i386

2009-08-31 Thread Fabio Rotondo
Hi everyone,

sorry for posting this "too newbie" question on this list. I googled for
a while before doing so and also browsed the bugzilla at maemo.org, with
no success.

I have installed maemo as described here:

http://maemo.org/development/sdks/maemo_5_beta_2_sdk_installation/

everything worked out fine, without any install error, but when I try
the following line:

[sbox-FREMANTLE_X86: ~] > af-sb-init.sh start

I get:

bash: af-sb-init.sh: command not found

I have browsed my scratchbox system and found the script only in:

./targets/FREMANTLE_ARMEL/usr/bin/af-sb-init.sh

So what am I missing? Before you ask, I have also installed the nokia
binaries packages.

Please, help me startup with Maemo development!! :-)

Ciao,
Fabio

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers