Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
c287104a
Commit
c287104a
authored
Sep 17, 2019
by
Thanassis Tsiodras
Browse files
Improve phrasing.
parent
59caf3c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
dmt/asn2aadlPlus.py
View file @
c287104a
...
...
@@ -159,7 +159,7 @@ def calculateForNativeAndASN1SCC(absASN1SCCpath, autosrc, names, inputFiles):
for
cfile
in
os
.
listdir
(
"."
):
if
cfile
.
endswith
(
".c"
):
if
mysystem
(
'%s -c -std=c99 -I. "%s" 2>"%s.stats.err"'
%
(
path_to_compiler
,
cfile
,
base
))
!=
0
:
panic
(
"Compilation
of generated sources failed - is %s installed?
\n
"
panic
(
"Compilation
with %s failed...
\n
"
"(report inside '%s')
\n
"
%
(
cc
,
os
.
path
.
join
(
autosrc
,
base
+
".stats.err"
)))
os
.
chdir
(
pwd
)
...
...
@@ -210,6 +210,7 @@ Where <files> is a list of ASN.1 and ACN files, and options can be:
-a, --aadlv2 Generate AADLv2 compliant output
-v, --version Show version number
-d, --debug Enable debug output
-f, --fast Do not emit Source_Data_Size lines (invoke ASN1SCC without uPER or ACN options)
-p, --platform Comma seperated list of platform compilers (default: gcc)
-h, --help This help message"""
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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