Code Monkey home page Code Monkey logo

papyrusrt-buildpatch's Introduction

Papyrus-RT Buildfix Plugin

This plugin enable building and running CDT projects generated by Papyrus-RT whithin the IDE itself. This plugin extends the code generator to patch the generated .cproject file by adding the missing linker libraries.

More specifically, the plugin adds $UMLRTS_ROOT/lib/linux.x86-gcc-4.6.3 to the libraries path and the two libraries rts and pthread as dependencies.

Requirements

Obviously, you will need g++ and make to build the CDT project. On Windows, these can be installed via Cygwin.

In addition, the plugin assumes that the directory $UMLRTS_ROOT/lib/linux.x86-gcc-4.6.3 contains the RTS library, i.e. librts.a. By default, Papyrus-RT ships with a version of the RTS compatible with most Linux systems. For Windows and macOS, you need to manually build the RTS first (see Installation).

Installation

Simply grab the latest release and drop it in the plugin folder of your Papyrus-RT installation.

macOS

On macOS, you need to build the RTS by running make in $UMLRTS_ROOT. If the build process fails, you might need to patch the RTS first by following the instructions here.

Windows

On Windows, you need to install Cygwin with the following packages:

  • gcc-g++
  • make
  • cmake

Then, navigate to $UMLRTS_ROOT from a Cygwin terminal and run the following

mkdir rtsbuild && cd rtsbuild
cmake ..
make
mv librtsd.a ../lib/linux.x86-gcc-4.6.3/librts.a

Known Issues

  • On macOS 'High Sierra', the CDT project might fail to run with a 'cannot create pty' error. This is due to a bug in older versions of Eclipse CDT. You need to update the org.eclipse.cdt.core.macosx plugin included with Papyrus-RT. The lastest version can be obtained from the CDT p2 repository.

papyrusrt-buildpatch's People

Contributors

kjahed avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.