Skip to content

Commit

Permalink
Copy ReadMe-file to the directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed Jan 19, 2017
1 parent 1a4bb2a commit 03778b0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions special/FmuExportCrossCompile/ReadMe.txt
@@ -0,0 +1,16 @@
Model Description:
Example models from: https://github.com/OpenModelica/OpenModelica-testsuite/tree/master/special/FmuExportCrossCompile
Some of them from the Into-CPS project (https://github.com/INTO-CPS)

Cross-compiled using an amd64 Linux build system, with few system
dependencies; most notably pthreads where available and not possible
to statically link.

Compiler:
clang, gcc, and mingw-gcc

Available Platforms:
source, darwin32, darwin64, arm-linux-gnueabi, linux32, linux64, win32, win64

Contact:
openmodelica@ida.liu.se
2 changes: 2 additions & 0 deletions special/FmuExportCrossCompile/fmu-run.sh
Expand Up @@ -58,6 +58,7 @@ for t in me cs; do

cp "$DIR/$1_cc.csv" "$1-$a-$t.csv" || exit 1
cp "$1_res.csv" "$DIR/$1_ref.csv" || exit 1
cp "ReadMe.txt" "$DIR/"
done
done
for a in source arm-linux-gnueabi; do
Expand All @@ -73,6 +74,7 @@ for t in me cs; do
cp "$1.fmu" "$DIR/"
cp "$DIR/$DIR/$1_cc.csv" "$1-$a-$t.csv"
cp "$1_res.mat" "$DIR/$1_ref.mat"
cp "ReadMe.txt" "$DIR/"
echo CMD > "$DIR/$1_cc.bat"
done
done
Expand Down

0 comments on commit 03778b0

Please sign in to comment.