feat(gcc): Update cross toolchain GCC to v8.x

This commit is contained in:
donghengqaz
2020-02-12 10:22:49 +08:00
committed by Dong Heng
parent 1be2289fcd
commit 28f466d12e
159 changed files with 359 additions and 15440 deletions

View File

@@ -18,6 +18,7 @@ import os
from pyparsing import Word, alphanums, printables, Combine, Literal, hexnums, quotedString, Optional, nums, removeQuotes, oneOf, Group, infixNotation, opAssoc
import sys
sys.path.insert(0, os.environ.get('IDF_PATH') + '/tools/kconfig_new')
try:
import kconfiglib
except ImportError: