Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
orchestrator
Commits
05775caa
Commit
05775caa
authored
Jan 11, 2022
by
Thanassis Tsiodras
Browse files
Use the ZynQ RTEMS pre-installed toolchain.
parent
71bbb008
Changes
1
Hide whitespace changes
Inline
Side-by-side
orchestrator/GCC-based/checkStackUsageGCCBased.py
View file @
05775caa
...
...
@@ -225,8 +225,8 @@ def ParseCmdLineArgs() -> Tuple[str, str, Matcher, Matcher, Matcher]:
stackUsagePattern
=
Matcher
(
r
'^.*save.*%sp, (-([0-9]{2}|[3-9])[0-9]{2}), %sp'
)
elif
arm
.
search
(
binarySignature
):
objdump
=
'
arm-eabi
-objdump'
nm
=
'
arm-eabi
-nm'
objdump
=
'
/opt/rtems-5.1-2020.04.29/bin/arm-rtems5
-objdump'
nm
=
'
/opt/rtems-5.1-2020.04.29/bin/arm-rtems5
-nm'
functionNamePattern
=
Matcher
(
r
'^(\S+) <([a-zA-Z0-9_]+?)>:'
)
callPattern
=
Matcher
(
r
'^.*bl\s+\S+\s+<([a-zA-Z0-9_]+)>'
)
stackUsagePattern
=
Matcher
(
...
...
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