Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "DSDP/Packaging/Background"

(New page: =Towards an integrated "Eclipse for Embedded" Package= With commercial vendors, Eclipse has become a de-facto standard for integrated tooling for embedded software development. Much of th...)
 
(Who is interested or could help out?)
Line 36: Line 36:
 
* Software, component vendors
 
* Software, component vendors
 
* Sign up your name here:
 
* Sign up your name here:
** [[User:MOberhuber|Martin Oberhuber]], Wind River
+
** [[User:Martin.oberhuber.windriver.com|Martin Oberhuber]], Wind River
 
** Doug Gaff, Wind River
 
** Doug Gaff, Wind River
  

Revision as of 09:07, 5 June 2008

Towards an integrated "Eclipse for Embedded" Package

With commercial vendors, Eclipse has become a de-facto standard for integrated tooling for embedded software development. Much of these commercial solutions is bsed on the DSDP projects. But while the DSDP projects provide an impressive collection of features, it's hard to assemble them to a complete, working environment.

A single, integrated Open Source package for device software development built on top of the DSDP projects is still missing. What's holding us off from creating a DSDP package similar to what the EPP Project already provides for Java Devleopment, C/C++ Development, JEE Development and Reporting?

We've had a discussion about this with lots of people from the Community at the EclipseCon 2008 DSDP BoF Session, and some of the more interesting results of this discussion were:

What is the target audience?

  • Everybody dealing with embedded technology, who doesn't want or cannot purchase a commercial solution:
    • Silicon vendors who'd like to give access to their stuff for free
    • Students - getting them acquainted with embedded technology easily
    • Embedded Runtime Component vendors - who need an embedded host and tooling for their specific components to run, demo and evaluate on

What should be in an Eclipse for Embedded Package?

  • Embedded Development can be separated in two, mostly mutually exclusive, areas and some generaly interesting related technology:
  • Embedded tooling typically needs to be highly configurable -- different configurations based on desired target architecture and runtime components. We'd ultimately need an installer that can select and download the desired stuff only, packed in a nice UI. Could P2 be an option?

Licensing and Distribution Questions

  • Embedded Development needs compilers and debuggers, which are typically in Open Source under GPL. The licensing incompatibility with the EPL forbids a single package like EPP hosted from Eclipse.org -- what are the alternatives?
    • Creating a package like Wascana (CDT for Windows) on SourceForge, probably with P2 technology
    • Other packagers - Cloudsmith has been discussed as an alternative

Who is interested or could help out?

  • Silicon vendors: might even give away simple hardware boards for free, because they are interested in drawing people to their technology
  • Software, component vendors
  • Sign up your name here:

How could we make it happen?

  • A concrete plan should start with two simple self-contained packages:
    • DSDP for Java package - MTJ, eRCP and related stuff, probably Android as Emulator
    • DSDP for Native package - CDT, TM, DD, NAB, TML, QEMU, gcc, gdb - preconfigured for one specific target platform that comes pre-installed in QEMU
  • From that point on, we can gather more Community and work on more configurable packages or improved installers

Time Plan

  • Summer 2008 - Gather Community, Clarify requirements, work on first steps
  • Fall 2008 - Have a first package available (likely on Sourceforge)

Other open questions

Back to the top