Skip to content
Snippets Groups Projects
Commit 884ab5c0 authored by Daniela Genius's avatar Daniela Genius
Browse files

modifications dans config.xml et Makefile.forsoclib pour faire fonctionner TTool "restructure"

parent ba50ae90
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,10 @@ export PATH ...@@ -16,7 +16,10 @@ export PATH
updateruntime: updateruntime:
cp src/*.c mutekh/libavatar/ cp src/*.c mutekh/libavatar/
cp src/*.h mutekh/libavatar/include/ cp src/*.h mutekh/libavatar/include/
# cp src/Makefile mutekh/libavatar/ cp mutekh/libmwmr/*.c mutekh/examples/avatar
cp mutekh/libmwmr/*.c mutekh/libavatar
cp mutekh/libmwmr/include/mwmr/mwmr.h mutekh/examples/avatar
cp mutekh/libmwmr/include/mwmr/mwmr.h mutekh/libavatar
updategeneratedcode: updategeneratedcode:
cp src/defs.h mutekh/examples/avatar cp src/defs.h mutekh/examples/avatar
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<ProVerifVerifierHost data="localhost" /> <ProVerifVerifierHost data="localhost" />
<AVATARExecutableCodeDirectory data="../executablecode/" /> <AVATARExecutableCodeDirectory data="../executablecode/" />
<AVATARMPSoCCodeDirectory data="../MPSoC/" /> <AVATARMPSoCCodeDirectory data="../MPSoC/" />
<AVATARMPSoCCompileCommand data="make -C ../MPSoC updategeneratedcode compilesoclib" /> <AVATARMPSoCCompileCommand data="make -C ../MPSoC updateruntime updategeneratedcode compilesoclib" />
<AVATARExecutableCodeHost data="localhost"/> <AVATARExecutableCodeHost data="localhost"/>
<AVATARExecutableCodeCompileCommand data="make -C ../executablecode" /> <AVATARExecutableCodeCompileCommand data="make -C ../executablecode" />
<AVATARExecutableCodeExecuteCommand data="../executablecode/run.x" /> <AVATARExecutableCodeExecuteCommand data="../executablecode/run.x" />
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<ExternalCommand2Host data="localhost"/> <ExternalCommand2Host data="localhost"/>
<ExternalCommand2 data="/packages/uppaal(4.0.11/uppaal ../uppaal/spec.xml"/> <ExternalCommand2 data="/packages/uppaal(4.0.11/uppaal ../uppaal/spec.xml"/>
<LastOpenFile data="/users/enseig/genius/modeling-dg/miniAsynchronousDeploy2DD.xml"/> <LastOpenFile data="/users/enseig/genius/modeling-dg/miniAsynchronousDeploy.xml"/>
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
java -version java -version
cd bin; cd bin;
java -Xmx1024m -Djavax.net.ssl.trustStore=ServerKeyStore -Djavax.net.ssl.trustStorePassword=123456 -jar ttool.jar -config config-daniela.xml -experimental -debug -avatar -uppaal -launcher java -Xmx1024m -Djavax.net.ssl.trustStore=ServerKeyStore -Djavax.net.ssl.trustStorePassword=123456 -jar ttool.jar -config config.xml -experimental -debug -avatar -uppaal -launcher
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment