Shop OBEX P1 Docs P2 Docs Learn Events
New alpha release available — Parallax Forums

New alpha release available

ersmithersmith Posts: 6,099
edited 2011-12-11 10:18 in Propeller 1
There are new binary packages available from code.google.com (those of you who build from source will already be up to date). This is still an alpha release, as we haven't finished the debugger or IDE yet.

There are a number of bug fixes and improvements, including new code generation for XMM data accesses and several bugfixes to -mcog mode programs. The Linux binary package layout has been changed: it can now be unpacked directly into /usr/local (creating /usr/local/propeller) or into your home directory (creating $HOME/propeller).

There is a known problem with this release (and it also applies to previous releases): the C3 cache driver has intermittent problems if an SD card is inserted into the board. This can cause mysterious misbehavior in XMM and XMMC mode programs. For now, please remove any SD card before running XMM or XMMC programs.

As always, suggestions, bug reports, and demos are welcomed. We've had some very good feedback which has helped us to improve the compiler. Please keep them coming!

Thanks,
Eric

Comments

  • jazzedjazzed Posts: 11,803
    edited 2011-12-10 08:33
    Good to have new test packages! Thanks Eric.

    Everyone should check Alpha Test Release Notes for new test packages.
  • ReinhardReinhard Posts: 489
    edited 2011-12-11 05:41
    Great!
    Thanks for new release.

    Since it seems the existence of propgcc is not very public

    I have the idea to post it in a german microcontroller forum with all hints for alpha release.

    What you think about this, can I have the permission to do that ?

    Reinhard
  • ersmithersmith Posts: 6,099
    edited 2011-12-11 06:55
    Reinhard wrote: »
    Since it seems the existence of propgcc is not very public

    I have the idea to post it in a german microcontroller forum with all hints for alpha release.

    What you think about this, can I have the permission to do that ?

    I think that sounds like a good idea. It's certainly good to get more exposure for propgcc and more testers to help us improve it. The only thing I ask is that you please make it clear that this is an alpha release. It is missing some important features (like an IDE and debugger), and people using it can expect to find bugs!

    Thanks,
    Eric
  • ersmithersmith Posts: 6,099
    edited 2011-12-11 10:18
    I've updated the packages to v0_2_1 to fix some packaging issues. We also fixed some demo build issues in XMM mode, and the missing gmtime function from the library.
    A simple single cog pong+video demo has been added to the demos directory.

    Eric
Sign In or Register to comment.