Menu

Open RVC-CAL Compiler / Orcc News: Recent posts

New minor release: 2.3.0

A new release has just been uploaded to the server. You can read the release note on GitHub. Feel free to report any bug by adding a ticket to the issue tracker. As usual, you can install this new release by adding the update site http://orcc.sf.net/eclipse in eclipse, or upgrade your current version  by manually running "Help > Check for updates".... read more

Posted by SourceForge Robot 2014-12-03

New minor release: 2.2.0

A new release has just been uploaded to the server. You can read the release note on GitHub. Feel free to report any bug by adding a ticket to the issue tracker. As usual, you can install this new release by adding the update site http://orcc.sf.net/eclipse in eclipse, or upgrade your current version  by manually running "Help > Check for updates".... read more

Posted by SourceForge Robot 2014-09-30

New bugfix release: 2.1.1

After only one day (and 5 commits) since the last, we pushed this morning the 2.1.1 release. This new version only fix a compatibility issue folowing the recent annoucement of Eclipse 4.4 Luna.

Starting with this version of Orcc, you can use either Eclipse Kepler or Luna with either Graphiti 0.10 or 0.11 without any compatibility issue.
link

Posted by SourceForge Robot 2014-06-27

New minor release: 2.1.0

A new release has been pushed to Orcc update site in the last few minutes. This is a new minor version 2.1.0. It comes with some new features and a few bugs fixed. For a complete list of changes, please refer to the changelog.

The Orcc team
link

Posted by SourceForge Robot 2014-06-26

New bugfix release: 2.0.1

A new Orcc stable version have just been pushed to the update site. It is tagged 2.0.1 and is mainly a bugfix release. You can read the changelog for information about this release.

The Orcc team
link

Posted by SourceForge Robot 2014-05-20

The new major release 2.0.0 is out

Since today, a new Orcc version is available. It is tagged 2.0.0 and come with a lot of new features, bug fixes and improvements in all parts of the software. The complete list of changes is available in the Release note.

As usual, you can update your existing version in eclipse by using Help > Check for Updates menu. A new installation can be done simply using the update site http://orcc.sf.net/eclipse... read more

Posted by SourceForge Robot 2014-04-29

New publications

Please notice that our last publications have been added to the website.
link

Posted by SourceForge Robot 2013-11-07

New version available: Orcc 1.4.0

Dear users,

It's a pleasure to announce a new version of Orcc. The release tagged 1.4.0 is available since Monday, October 21st, 2013 at 6 PM. You can manually update eclipse using the menu entry "Help > Check for Updates".

A list of new features and fixed bugs is available in the release note. As usual, feel free to contact us if you have any problem with this new version. To do so, join #orcc channel on irc.freenode.net or send a message on one of the mailing lists (orcc-list**at**lists.sourceforge.net or orcc-devel**at**lists.sourceforge.net). You can also create a ticket on the project's issue tracker.... read more

Posted by SourceForge Robot 2013-10-22

Orcc 1.3.0 has been released

<p>
The new Orcc version is now released. You can check the new features and bug fixes in the <a href="https://github.com/orcc/orcc/blob/master/CHANGELOG.md#130-march-2013">changelog</a>. To update, you should only need to use the eclipse "Help > Check for updates" menu. If you want to install Orcc for the first time, simply add http://orcc.sourceforge.net/eclipse/ to your update sites list.</p> link

Posted by SourceForge Robot 2013-03-20

Eclipse marketplace

[plain]


I'm pleased to announce that Orcc is also available on the Eclipse marketplace since July.

You can even check our click-through rate (which is increasing by the way).

[/plain] link

Posted by SourceForge Robot 2012-10-26

The stable release 1.2 is out !

[plain]


Dear all,

A new release of Orcc has been released. Please find below the most noticeable changes.

Thanks to developers and enjoy the new version,
__
Mickaël


1.2.0       Sept 2012
======================

Notable changes and features
----------------------------
- Front-end: experimental support of new floating point types (half and double).
- New LLVM backend with static compilation (the old version is renamed as Jade
backend).
- The C++ backend is back with an included runtime.
- For backends which export a runtime library (C, TTA, Java, LLVM), it is now
possible to deactivate this export, to not overwrite user-modified library.
- LLVM/Jade backends: experimental support of floating point type.
- TTA backend:
* new interconnection mechanism between the processors.
* support simulation and profiling using ttanetsim (experimental branch of TCE).
* add option to choose the configuration of the processors between several
predefined profiles.
* support the mapping of several actors on the same processor.
- C/LLVM backend : Folder structure of generated application has changed. It is now
  /
  |-bin/
  |-build/
  |-libs/
  |  |-orcc/
  |  |-roxml/
  |  |-windows/
  |-src
  CMake must be run from the root folder of the application (and not
  from src/ anymore)
  Final executable is now written in bin/ folder
- UI: Improve user experience by printing better error messages.


Bugfixes
--------
- UI: Removing an existing mapping was not possible without removing the runtime
configuration.
- Tools: The classifier, the action merger and the actor merger are (almost)
working back and their performances have been improved.
- Interpreter: working with imports within imports.
- RoXML: Update to latest version to fix some parsing errors on Windows caused by
CRLF for end of line.

Misc
----
- Move the 'models' plugin in Orcc repository and remove dependencies to dftools.
- The Java backend is now using Xtend instead StringTemplate to generate the files.

[/plain] link

Posted by SourceForge Robot 2012-09-19

The stable release 1.2 is out!

Dear all,

A new release of Orcc has been released. Please find below the most noticeable changes.

Thanks to developers and enjoy the new version,
__
Mickaël

https://github.com/orcc/orcc/blob/master/CHANGELOG.md#120-sept-2012
link

Posted by SourceForge Robot 2012-09-19

Orcc 1.1.1 released

We are glad to announce the release 1.1.1 of Orcc. You have also to install Graphiti-editor 1.3.10 with it. Notable changes and features :

  • The interpreter has been improved it checks some inconsistency in the code (bit exact simulation and floating point simulation).
  • The TTA backend has been improved to reduce the logic utilization on the target platform.

(http://orcc.sourceforge.net/index.php?id=news&post=orcc-111-released)

Posted by SourceForge Robot 2012-04-27

New update-site for nightly version

We worked for some weeks to setup a continuous integration server. This work will help us to find as soon as possible all errors (when building orcc plugins/feature, when running to build apps, when running apps, etc.) that could happens. The first benefit of this work for all developpers is the new nightly repository. Starting today, you can use a new eclipse update site to test current developer version of Orcc feature.... read more

Posted by SourceForge Robot 2012-04-27

Orcc Release 1.1.1 announced for April 23

New Orcc stable release announced for April 23 :

(http://orcc.sourceforge.net/index.php?id=news&post=orcc-release-111-announced-for-april-23)

Posted by SourceForge Robot 2012-04-14

Orcc Release 1.1.0

Posted by Mickael Raulet 2012-03-14

Orc Compiler version 0.5

A new version of the Orc Compiler is available. This version is numbered 0.5 instead of 0.2 because of the number of changes and improvements.

Please check the Trac wiki to get started and see how to install this new version.

Enjoy!
mwipliez

Posted by Matthieu Wipliez 2009-11-10

Orcc latest developments

  1. we recently switched over to Subversion
  2. I'm proud to announce that the new code generation engine has been completed, and is considered almost stable :-)
Posted by Matthieu Wipliez 2009-08-27

Status of Orcc's development version

To the attention of the developers of Orcc and users of the development version from the Mercurial repository,

the development version of Orcc is broken from revision 296.
This is due to the transition between the existing code generation engines and a new engine that will use templates.
The development version on the repository is expected to be stable again in a few days.

Thanks

Posted by Matthieu Wipliez 2009-08-22

Orcc version 0.2 released

The Open RVC-CAL Compiler (Orcc) is a compiler for the RVC-CAL language that can generate code for C and LLVM languages. As of the number of this release suggests, this is still alpha quality software.

As of this release, Orcc is available as an Eclipse plug-in for x86 versions of Linux and Windows.

Please check out the wiki for information on how to install and run Orcc.

Posted by Matthieu Wipliez 2009-06-26

Orcc repository cleaned up

The repository of Orcc has been cleaned up. Please make a fresh clone before working with the repository.

Posted by Matthieu Wipliez 2009-06-15