Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenGEODE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
OpenGEODE
Commits
af54db66
Commit
af54db66
authored
Oct 07, 2020
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct LD_LIBRARY_PATH for simulation
parent
951ee8d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
opengeode/AdaGenerator.py
opengeode/AdaGenerator.py
+1
-1
opengeode/Asn1scc.py
opengeode/Asn1scc.py
+1
-0
No files found.
opengeode/AdaGenerator.py
View file @
af54db66
...
...
@@ -300,7 +300,7 @@ aadl2glueC DataView.aadl {process_name.lower()}_interface.aadl
asn2dataModel -toPython dataview-uniq.asn
make -f Makefile.python
echo "errCodes=$(taste-asn1-errCodes ./dataview-uniq.h)" >>datamodel.py
LD_LIBRARY_PATH=./lib:. opengeode-simulator
LD_LIBRARY_PATH=./lib:.
:$LD_LIBRARY_PATH
opengeode-simulator
'''
LOG
.
info
(
'Generating Ada code for process '
+
str
(
process_name
))
...
...
opengeode/Asn1scc.py
View file @
af54db66
...
...
@@ -172,6 +172,7 @@ def parse_asn1(*files, **options):
LOG
.
debug
(
os
.
getcwd
())
LOG
.
debug
(
args
)
LOG
.
debug
(
binary
+
' '
+
' '
.
join
(
args
))
LOG
.
debug
(
f"Python AST:
{
py_filepath
}
"
)
asn1scc
.
start
(
binary
,
args
)
_
=
waitfor_qprocess
(
asn1scc
,
"ASN.1 Compiler"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment