Skip to content

Commit f2dcff5

Browse files
hug-devadbridge
authored andcommitted
Add ASM include flags in uvision export
When exporting to a uvision project, the include flags are not put in the assembly compilation line. When assembling the files containing includes, the search path will then fail. This patch adds the include paths to the Assembly sequence, as it is done for compilation. This issue was found in the pull request #6168. Signed-off-by: Hugues de Valon <[email protected]>
1 parent cd8f583 commit f2dcff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/uvision/uvision.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
394394
<MiscControls>{{asm_flags}}</MiscControls>
395395
<Define></Define>
396396
<Undefine></Undefine>
397-
<IncludePath></IncludePath>
397+
<IncludePath>{{include_paths}}</IncludePath>
398398
</VariousControls>
399399
</Aads>
400400
<LDads>

0 commit comments

Comments
 (0)