Skip to content

Commit 1600300

Browse files
committed
armcc - fix include path for armcc bin file correction
1 parent 0b2c37a commit 1600300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/toolchains/arm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ARM(mbedToolchain):
3535
DEFAULT_FLAGS = {
3636
'common': ["-c", "--gnu",
3737
"-Otime", "--split_sections", "--apcs=interwork",
38-
"--brief_diagnostics", "--restrict", "--multibyte_chars", "-I", "\""+ARM_INC+"\""],
38+
"--brief_diagnostics", "--restrict", "--multibyte_chars", "-I \""+ARM_INC+"\""],
3939
'asm': [],
4040
'c': ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"],
4141
'cxx': ["--cpp", "--no_rtti"],

0 commit comments

Comments
 (0)