element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Dev Tools
  • Products
  • More
Dev Tools
Forum Free Developement tools from XMOS
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Dev Tools to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 27 replies
  • Subscribers 82 subscribers
  • Views 4180 views
  • Users 0 members are here
Related

Free Developement tools from XMOS

xmos_support
xmos_support over 12 years ago

Download the latest development tools xTIMEcomposer and xSOFTip explorer for free. Check out the user forum - www.xcore.com . The Xcore community comprises experienced 3rd party users and XMOS engineering staff, and using this resource ensures that all XMOS technology users will benefit from the answer.

  • Sign in to reply
  • Cancel

Top Replies

  • Former Member
    Former Member over 11 years ago in reply to morgaine +2
    Hi, The XMOS toolchains is built around various open source tools such as gdb, LLVM, eclipse, and binutils, and standard intermediate formats such as ELF and dwarf. Source tarballs for the open source…
  • morgaine
    morgaine over 11 years ago in reply to xmos_support +1
    XMOS Support wrote: We do have public documentation for enough stuff (architecture, ABI etc.) to create a toolchain. Have a look at the following projects for more details: http://www.xcore.com/projects…
  • morgaine
    morgaine over 11 years ago in reply to johnbeetem +1
    Thanks for the improved description, John! I hope your experience helps XMOS Support to understand my reasons for asking. It's not an "information wants to be free" kind of thing at all, but a desire that…
Parents
  • morgaine
    morgaine over 11 years ago

    A short rummage around the Xcore site lead me to The XCore Open Source Project and the Xcore Github repo, which as an open source advocate, I found very encouraging.  I also noted the contributor's agreement  which goes beyond forking Github repos and allows developers to contribute more directly back to the company sources.  I see this as a sign that open source interest at Xcore is rather more substantial than the "throw code over the wall" kind of openness which is unfortunately common.

     

    Which leads me to a couple of questions:

     

    1. Is the impression I've gained above correct?
    2. Are XMOS devices fully documented so that OSHW communities can develop around these devices and create their own complete toolchains to program them?

     

    Question 2 relates to the uncomfortable situation we presently have with FPGA manufacturers, none of which provide complete programming information for their devices so that it has been impossible for the community to develop full toolchains for them.  This has effectively extinguished open source progress in that area.

     

    If the answer is "Yes" to both questions then this is going to be of interest to many.

     

    ===

     

    Addendum:  I had asked about unit availability earlier too, but the answer was right here at Farnell UK, 6 different devices all in stock!  Excellent!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • xmos_support
    xmos_support over 11 years ago in reply to morgaine

    Are XMOS devices fully documented so that OSHW communities can develop around these devices and create their own complete toolchains to program them?

     

    We do have public documentation for enough stuff (architecture, ABI etc.) to create a toolchain. Have a look at the following projects for more details:

    http://www.xcore.com/projects/gcc-xs1
    http://www.xcore.com/projects/binutils-xs1

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Problemchild
    Problemchild over 11 years ago in reply to xmos_support

    XMOS Support wrote:

     

    Are XMOS devices fully documented so that OSHW communities can develop around these devices and create their own complete toolchains to program them?

     

    We do have public documentation for enough stuff (architecture, ABI etc.) to create a toolchain. Have a look at the following projects for more details:

    http://www.xcore.com/projects/gcc-xs1
    http://www.xcore.com/projects/binutils-xs1

    This is certainly right I managed to re-build most of the tool chain  personally to  run on the original RPI ... as you can imagine the performance sucked rather image !!

    Not  tried it  recently but should work better on the BBB or Odroid.. They did use Eclipse as the IDE and that really needs 1GB or so to be effective image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • Problemchild
    Problemchild over 11 years ago in reply to xmos_support

    XMOS Support wrote:

     

    Are XMOS devices fully documented so that OSHW communities can develop around these devices and create their own complete toolchains to program them?

     

    We do have public documentation for enough stuff (architecture, ABI etc.) to create a toolchain. Have a look at the following projects for more details:

    http://www.xcore.com/projects/gcc-xs1
    http://www.xcore.com/projects/binutils-xs1

    This is certainly right I managed to re-build most of the tool chain  personally to  run on the original RPI ... as you can imagine the performance sucked rather image !!

    Not  tried it  recently but should work better on the BBB or Odroid.. They did use Eclipse as the IDE and that really needs 1GB or so to be effective image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube