multiple SDKs on the same sbox
multiple SDKs on the same sbox
Re: multiple SDKs on the same sbox
2009-02-16 07:08 UTC
On Sun, Feb 15, 2009 at 05:17:12PM -0800, Daniel Monteiro wrote:
> Hello folks,
> long time since my last email here. I've been silently developing my
> games for Maemo,but now here I am with a new question regarding
> Freemantle:
>
> Can I have Freemantle and Gregalle in the same sbox?
This used to work with older SDK versions, see
http://inz.fi/blog/2007/10/22/multi-target-development-for-maemo/
I haven't tried Fremantle yet.
Marius Gedminas
--
Think different? I'd be happy if most people would just think...
> Hello folks,
> long time since my last email here. I've been silently developing my
> games for Maemo,but now here I am with a new question regarding
> Freemantle:
>
> Can I have Freemantle and Gregalle in the same sbox?
This used to work with older SDK versions, see
http://inz.fi/blog/2007/10/22/multi-target-development-for-maemo/
I haven't tried Fremantle yet.
Marius Gedminas
--
Think different? I'd be happy if most people would just think...
Re: multiple SDKs on the same sbox
2009-02-16 07:57 UTC
ext Marius Gedminas wrote:
> On Sun, Feb 15, 2009 at 05:17:12PM -0800, Daniel Monteiro wrote:
>> Hello folks,
>> long time since my last email here. I've been silently developing my
>> games for Maemo,but now here I am with a new question regarding
>> Freemantle:
>>
>> Can I have Freemantle and Gregalle in the same sbox?
>
> This used to work with older SDK versions, see
> http://inz.fi/blog/2007/10/22/multi-target-development-for-maemo/
You might want to have a look at the beta release of the Maemo SDK+
based in Scratchbox2: http://maemo-sdk.garage.maemo.org/
--
Quim Gil
open source advocate
Maemo Software @ Nokia
> On Sun, Feb 15, 2009 at 05:17:12PM -0800, Daniel Monteiro wrote:
>> Hello folks,
>> long time since my last email here. I've been silently developing my
>> games for Maemo,but now here I am with a new question regarding
>> Freemantle:
>>
>> Can I have Freemantle and Gregalle in the same sbox?
>
> This used to work with older SDK versions, see
> http://inz.fi/blog/2007/10/22/multi-target-development-for-maemo/
You might want to have a look at the beta release of the Maemo SDK+
based in Scratchbox2: http://maemo-sdk.garage.maemo.org/
--
Quim Gil
open source advocate
Maemo Software @ Nokia
Re: multiple SDKs on the same sbox
2009-02-16 08:26 UTC
Hi,
Gil Quim (Nokia-D/Helsinki) wrote:
>> On Sun, Feb 15, 2009 at 05:17:12PM -0800, Daniel Monteiro wrote:
>>> Hello folks,
>>> long time since my last email here. I've been silently developing my
>>> games for Maemo,but now here I am with a new question regarding
>>> Freemantle:
>>>
>>> Can I have Freemantle and Gregalle in the same sbox?
>> This used to work with older SDK versions, see
>> http://inz.fi/blog/2007/10/22/multi-target-development-for-maemo/
>
> You might want to have a look at the beta release of the Maemo SDK+
> based in Scratchbox2: http://maemo-sdk.garage.maemo.org/
SB2 is necessary only if one wants to develop for two different
targets *at the same time*. Fremantle SDK supports just fine
doing development both for Fremantle and Diablo, just not at
the same time[1].
[1] in SB1, one can have only one target selected at the time
in the whole system (changed by "sb-conf select <targetname>").
target = set of specific rootstrap (root file system), toolchain,
qemu and scratchbox devkits versions enabled.
- Eero
Gil Quim (Nokia-D/Helsinki) wrote:
>> On Sun, Feb 15, 2009 at 05:17:12PM -0800, Daniel Monteiro wrote:
>>> Hello folks,
>>> long time since my last email here. I've been silently developing my
>>> games for Maemo,but now here I am with a new question regarding
>>> Freemantle:
>>>
>>> Can I have Freemantle and Gregalle in the same sbox?
>> This used to work with older SDK versions, see
>> http://inz.fi/blog/2007/10/22/multi-target-development-for-maemo/
>
> You might want to have a look at the beta release of the Maemo SDK+
> based in Scratchbox2: http://maemo-sdk.garage.maemo.org/
SB2 is necessary only if one wants to develop for two different
targets *at the same time*. Fremantle SDK supports just fine
doing development both for Fremantle and Diablo, just not at
the same time[1].
[1] in SB1, one can have only one target selected at the time
in the whole system (changed by "sb-conf select <targetname>").
target = set of specific rootstrap (root file system), toolchain,
qemu and scratchbox devkits versions enabled.
- Eero
Re: multiple SDKs on the same sbox
2009-02-16 10:57 UTC
On Mon, Feb 16, 2009 at 3:17 AM, Daniel Monteiro
<daniel_on_go@yahoo.com.br> wrote:
> Hello folks,
> long time since my last email here. I've been silently developing my games
> for Maemo,but now here I am with a new question regarding Freemantle:
>
> Can I have Freemantle and Gregalle in the same sbox?
> Does gregalle run on the same sbox version required for Freemantle? Or does
> freemantle run on sbox 1.04?
Yes, it's possible I've written a script that setups different targets
at the same time. I've cleaned it up (removed Nokia internal stuff)
and put it here:
http://gist.github.com/65120
Except I don't know the url of the Fremantle rootstraps.
Cheers.
--
Felipe Contreras
<daniel_on_go@yahoo.com.br> wrote:
> Hello folks,
> long time since my last email here. I've been silently developing my games
> for Maemo,but now here I am with a new question regarding Freemantle:
>
> Can I have Freemantle and Gregalle in the same sbox?
> Does gregalle run on the same sbox version required for Freemantle? Or does
> freemantle run on sbox 1.04?
Yes, it's possible I've written a script that setups different targets
at the same time. I've cleaned it up (removed Nokia internal stuff)
and put it here:
http://gist.github.com/65120
Except I don't know the url of the Fremantle rootstraps.
Cheers.
--
Felipe Contreras
Re: multiple SDKs on the same sbox
2009-02-16 11:35 UTC
On Mon, Feb 16, 2009 at 12:57 PM, Felipe Contreras
<felipe.contreras@gmail.com> wrote:
> Yes, it's possible I've written a script that setups different targets
> at the same time. I've cleaned it up (removed Nokia internal stuff)
> and put it here:
> http://gist.github.com/65120
Yeah, that script sets multiple targets but doesn't really allow using
them at the same time, right?
--
Ville M. Vainio
http://tinyurl.com/vainio
<felipe.contreras@gmail.com> wrote:
> Yes, it's possible I've written a script that setups different targets
> at the same time. I've cleaned it up (removed Nokia internal stuff)
> and put it here:
> http://gist.github.com/65120
Yeah, that script sets multiple targets but doesn't really allow using
them at the same time, right?
--
Ville M. Vainio
http://tinyurl.com/vainio
Re: multiple SDKs on the same sbox
2009-02-16 14:36 UTC
Using SB1, there's no way you can have multiple targets simultaneously.
You have to close all your scratchbox sessions to change your target.
You can have multiple target and use them the same time if you have
multiple scratchboxes. That way you can have different versions of the
same toolchains, devkits, etc... if your targets have version specific
needs.
Regards,
Jussi
ext Ville M. Vainio wrote:
> On Mon, Feb 16, 2009 at 12:57 PM, Felipe Contreras
> <felipe.contreras@gmail.com> wrote:
>
>> Yes, it's possible I've written a script that setups different targets
>> at the same time. I've cleaned it up (removed Nokia internal stuff)
>> and put it here:
>> http://gist.github.com/65120
>
> Yeah, that script sets multiple targets but doesn't really allow using
> them at the same time, right?
>
> --
> Ville M. Vainio
> http://tinyurl.com/vainio
You have to close all your scratchbox sessions to change your target.
You can have multiple target and use them the same time if you have
multiple scratchboxes. That way you can have different versions of the
same toolchains, devkits, etc... if your targets have version specific
needs.
Regards,
Jussi
ext Ville M. Vainio wrote:
> On Mon, Feb 16, 2009 at 12:57 PM, Felipe Contreras
> <felipe.contreras@gmail.com> wrote:
>
>> Yes, it's possible I've written a script that setups different targets
>> at the same time. I've cleaned it up (removed Nokia internal stuff)
>> and put it here:
>> http://gist.github.com/65120
>
> Yeah, that script sets multiple targets but doesn't really allow using
> them at the same time, right?
>
> --
> Ville M. Vainio
> http://tinyurl.com/vainio
long time since my last email here. I've been silently developing my games for Maemo,but now here I am with a new question regarding Freemantle:
Can I have Freemantle and Gregalle in the same sbox?
Does gregalle run on the same sbox version required for Freemantle? Or does freemantle run on sbox 1.04?
[]s
Daniel Monteiro
========================================
|_|0|_|Linux Registered User #424188
|_|_|0|http://corporatedrones.wordpress.com|http://nomadsoul.wordpress.com
|0|0|0|http://angstron.garage.maemo.org|http://www.sf.net/projects/bzk
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
========================================
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com