Results 1 to 3 of 3

Thread: Ice porting on Freescale Imx35

  1. #1
    piccinini is offline Registered User
    Name: Enrico Piccinini
    Organization: Egicon
    Project: Robotics
    Join Date
    Feb 2010
    Posts
    20

    Ice porting on Freescale Imx35

    Hi,

    I'm evaluating the possibility to port ice on an embedded linux running on freescale imx35 (instead of using orbit2 that is already boundled in the LTIB system).

    • What are the packages that I need to cross compile Ice for my target?
    • Is there any work around on this porting?
    • Do you think that is a mission impossible ?

    Thanks a lot in advance

    Enrico

  2. #2
    bernard's Avatar
    bernard is offline ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294
    Hi Enrico,

    This is certainly doable, and you won't need to cross-compile many third-party packages for your target.

    Assuming you just need Ice for C++, and possibly the IceSSL plugin, you would need on the target:
    - the bzip2 library (to support protocol compression)
    - the OpenSSL library (for the IceSSL plugin)

    Alternatively, you could consider porting Ice-E (for C++) to your target. Ice-E does not support protocol compression or SSL, and wouldn't require any third-party library on your target.

    Best regards,
    Bernard
    Last edited by bernard; 02-17-2011 at 03:55 PM.
    Bernard Normier
    ZeroC, Inc.

  3. #3
    piccinini is offline Registered User
    Name: Enrico Piccinini
    Organization: Egicon
    Project: Robotics
    Join Date
    Feb 2010
    Posts
    20
    Thank you a lot.

    I will try with E-Ice.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. porting an Ice App to IceE
    By Paul22 in forum Help Center
    Replies: 3
    Last Post: 01-04-2010, 11:54 AM
  2. Porting ICE to LabVIEW using .Net interface
    By stancilmor in forum Help Center
    Replies: 2
    Last Post: 01-28-2009, 04:19 PM
  3. Porting to Ice from Orbacus
    By amanison in forum Help Center
    Replies: 1
    Last Post: 10-20-2008, 06:17 PM
  4. Autotools Porting
    By ChrisWhite in forum Comments
    Replies: 3
    Last Post: 11-02-2006, 02:12 PM
  5. porting
    By diddek in forum Help Center
    Replies: 2
    Last Post: 10-07-2004, 10:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •