Code Monkey home page Code Monkey logo

Comments (3)

yoogx avatar yoogx commented on August 30, 2024

Ocarina has three backends for code generation, PolyORB-HI/Ada, PolyORB-HI/C and POK. These runtimes provides necessary support to implement the semantics of AADL. Supported constructs varies from one backend to another, so one model can work with one, but not the other.

-b is for compiling it, -z to clean code

from ocarina.

laukokhao avatar laukokhao commented on August 30, 2024

Hi

After I have downloaded the "polyorb-hi-c-master" from https://github.com/yoogx/polyorb-hi-c , I attempted to run ./configure, however this error pops out:

devmt@AGI-OptiPlex-755:~/Downloads/polyorb-hi-c-master$ ./configure
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."

Upon googling, I found this result http://askubuntu.com/questions/27677/cannot-find-install-sh-install-sh-or-shtool-in-ac-aux . I am able to run "libtoolize --force" successfully. However upon running "aclocal", this error pops out:

devmt@AGI-OptiPlex-755:/Downloads/polyorb-hi-c-master$ libtoolize --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, support'. libtoolize: linking filesupport/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, m4'. libtoolize: linking filem4/libtool.m4'
libtoolize: linking file m4/ltoptions.m4' libtoolize: linking filem4/ltsugar.m4'
libtoolize: linking file m4/ltversion.m4' libtoolize: linking filem4/lt
obsolete.m4'
devmt@AGI-OptiPlex-755:~/Downloads/polyorb-hi-c-master$ aclocal
configure.ac:82: warning: macro 'AM_PATH_OCARINA' not found in library

Googling does not yield any results/solutions for this error, and I have been troubleshooting for the past 2 weeks.

From configure.ac file:82, apparently, this seems to be causing the error:

##########################################

Check for Ocarina

##########################################

AM_PATH_OCARINA(1.1, ,AC_MSG_ERROR([Ocarina 1.1 or later is not installed on you
r system]))

Just to give you an idea of my system, upon running "echo $PATH":

devmt@AGI-OptiPlex-755:~/Downloads/polyorb-hi-c-master$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/devmt/bin:/bin

--Peter

from ocarina.

yoogx avatar yoogx commented on August 30, 2024

First, run ./support/reconfig to bring in missing files

Then, ensure Ocarina is in your PATH. If the script does not find it, it might be a good indication your path is incomplete.

from ocarina.

Related Issues (20)

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.