Development

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Mono port to ARM

    5 answers - 693 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Hello!
    Truly great news about that port - I was wondering when I will be able
    to use mono for mobile developemnt - and here it is :)
    But I have also some questions about that port:
    - what S support is included in mono I abstraction layer? Linux
    only, I suppose (so we can expect packages for openZaurus/familiar :)?
    ),
    - what about GTK# support? Can one use normal gtk# widgeds and they
    will be handeled properly on small displays (most often 320x240)?
    - does that port run on StrongARM CPUs as well as on ARM?
    Thanks in advance for any info,
    Best regards,
    ukasz Pitkowski
    Mono-list maillist - Mono-list (AT) lists (DOT) ximian.com
  • No.1 | | 183 bytes | |

    Hi,
    Sun, 2005-09-11 at 13:12 +0200, piontec wrote:
    - does that port run on StrongARM CPUs as well as on ARM?
    26 or 32 bit versions of the SA?
    TTFN
    Paul
  • No.2 | | 918 bytes | |

    Hello,

    Truly great news about that port - I was wondering when I will be able
    to use mono for mobile developemnt - and here it is :)
    But I have also some questions about that port:
    - what S support is included in mono I abstraction layer? Linux
    only, I suppose (so we can expect packages for openZaurus/familiar :)?
    ),
    - what about GTK# support? Can one use normal gtk# widgeds and they
    will be handeled properly on small displays (most often 320x240)?

    It should work, but for small devices you might want to look into
    trimming down Gtk# to the minimal set of APIs required for it.

    This could be doing by hacking Gtk# to support different profiles, or
    even better by creating the linking tool that trims down libraries (the
    tool we have discussed in the context of Cecil).

    Miguel

    Mono-list maillist - Mono-list (AT) lists (DOT) ximian.com
  • No.3 | | 1292 bytes | |

    Is this the mkbundle tool?
    Message
    From: "Miguel de Icaza" <miguel (AT) ximian (DOT) com>
    To: <piontec (AT) gmail (DOT) com>
    Cc: "Mono list" <mono-list (AT) lists (DOT) ximian.com>
    Sent: Sunday, September 11, 2005 3:37 PM
    Subject: Re: [Mono-list] Mono port to ARM

    Hello,

    Truly great news about that port - I was wondering when I will be able
    to use mono for mobile developemnt - and here it is :)
    But I have also some questions about that port:
    - what S support is included in mono I abstraction layer? Linux
    only, I suppose (so we can expect packages for openZaurus/familiar :)?
    ),
    - what about GTK# support? Can one use normal gtk# widgeds and they
    will be handeled properly on small displays (most often 320x240)?

    It should work, but for small devices you might want to look into
    trimming down Gtk# to the minimal set of APIs required for it.

    This could be doing by hacking Gtk# to support different profiles, or
    even better by creating the linking tool that trims down libraries (the
    tool we have discussed in the context of Cecil).

    Miguel

    Mono-list maillist - Mono-list (AT) lists (DOT) ximian.com

    Mono-list maillist - Mono-list (AT) lists (DOT) ximian.com
  • No.4 | | 1332 bytes | |

    Is this the mkbundle tool?

    No, mkbundle merely embeds the runtime and the libraries.

    The linker reduces the size of the libraries.

    Message
    From: "Miguel de Icaza" <miguel (AT) ximian (DOT) com>
    To: <piontec (AT) gmail (DOT) com>
    Cc: "Mono list" <mono-list (AT) lists (DOT) ximian.com>
    Sent: Sunday, September 11, 2005 3:37 PM
    Subject: Re: [Mono-list] Mono port to ARM

    Hello,

    Truly great news about that port - I was wondering when I will be able
    to use mono for mobile developemnt - and here it is :)
    But I have also some questions about that port:
    - what S support is included in mono I abstraction layer? Linux
    only, I suppose (so we can expect packages for openZaurus/familiar :)?
    ),
    - what about GTK# support? Can one use normal gtk# widgeds and they
    will be handeled properly on small displays (most often 320x240)?

    It should work, but for small devices you might want to look into
    trimming down Gtk# to the minimal set of APIs required for it.

    This could be doing by hacking Gtk# to support different profiles, or
    even better by creating the linking tool that trims down libraries (the
    tool we have discussed in the context of Cecil).

    Miguel

    Mono-list maillist - Mono-list (AT) lists (DOT) ximian.com
  • No.5 | | 1432 bytes | |

    09/11/05 piontec wrote:
    Truly great news about that port - I was wondering when I will be able
    to use mono for mobile developemnt - and here it is :)
    But I have also some questions about that port:
    - what S support is included in mono I abstraction layer? Linux
    only, I suppose (so we can expect packages for openZaurus/familiar :)?
    ),

    The ARM port has been tested on the Debian ARM port (both little and big
    endian). The Mono I layer is basically the same as the Win32 one: if it
    has any relation to WinCE/PocketPC, such a port should be mostly
    trivial.
    - what about GTK# support? Can one use normal gtk# widgeds and they
    will be handeled properly on small displays (most often 320x240)?

    Gtk# works on Mono ARM: the size of the widgets has nothing to do with
    the Mono port, just configure Gtk+ to use a small font, set yourself the
    size of the windows etc.
    - does that port run on StrongARM CPUs as well as on ARM?

    It has been tested on armv5, but it should also work on armv4 (which I
    think includes StrongARM) and of course any later version.
    Currently only the FPA FP model is implemented (this is what is used by
    the Linux ABI): in the future soft-float and VFP could be implemented as
    well (note the Linux kernel emulates FPA hw if not present).
    If people want me to do more testing for specific processors, send me
    the hardware;-)

    lupus

Re: Mono port to ARM


max 4000 letters.
Your nickname that display:
In order to stop the spam: 5 + 4 =
QUESTION ON "Development"

EMSDN.COM