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
d7f574cf
Commit
d7f574cf
authored
Oct 11, 2019
by
Tiago Jorge
Browse files
Pass correct Function Block C file to Bambu.
parent
d30aa69a
Changes
1
Hide whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
d7f574cf
...
...
@@ -2690,7 +2690,7 @@ def CallBambuForBrave(bNoBitfile):
# C files that Bambu might need
dataC
=
'../../../'
+
fBlockName
+
'/'
+
fBlockName
+
'/'
+
ifName
+
'_data.c'
ifNameC
=
'../../../'
+
fBlockName
+
'/'
+
fBlockName
+
'/'
+
ifName
+
'.c'
fBlockNameC
=
'../../../'
+
fBlockName
+
'/'
+
fBlockName
+
'.c'
fBlockNameC
=
'../../../
../
'
+
fBlockName
+
'/'
+
fBlockName
+
'.c'
bambu_cmd
=
[
'bambu'
]
bambu_cmd
.
append
(
'--compiler=I386_CLANG4'
)
...
...
Write
Preview
Supports
Markdown
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