orcc/ci-server-scripts

Support for including Xronos when building Orcc with these scripts

Opened this issue · 0 comments

The wiki page states:

This set of scripts will build Open RVC-CAL Compiler. To do so you have to clone Orcc repository (in addition to ci-server-scripts).

Telling the user to:

cd ~/projects
git clone https://github.com/orcc/ci-server-scripts.git
git clone https://github.com/orcc/orcc.git

The Xronos sources are not in https://github.com/orcc/orcc.git . How do I point these scripts to where Xronos is in my filesystem, so that I can later compile Orcc projects with Xronos, e.g.

$SCRIPTS_DIR/orcc_run_compilation $WORK_DIR ~/projects/orc-apps xronos ....

Is it just a case of

cd ~/projects
git clone git@github.com:orcc/xronos.git

?