ST / ST_Events-old

Dependents:   HelloWorld_CCA01M1 HelloWorld_CCA02M1 CI-data-logger-server HelloWorld_CCA02M1 ... more

This is a fork of the events subdirectory of https://github.com/ARMmbed/mbed-os.

Note, you must import this library with import name: events!!!

Revision:
9735:d72b98706fba
Parent:
8679:1471fcf83d61
Child:
9810:06c47a99234c
Child:
9801:cd7ddeab0c7c
Child:
9787:2a47421b9d4e
diff -r 4068dc4cfeae -r d72b98706fba tools/toolchains/gcc.py
--- a/tools/toolchains/gcc.py	Fri Jan 27 11:01:03 2017 +0200
+++ b/tools/toolchains/gcc.py	Fri Jan 27 12:07:13 2017 +0200
@@ -25,7 +25,7 @@
     LIBRARY_EXT = '.a'
 
     STD_LIB_NAME = "lib%s.a"
-    DIAGNOSTIC_PATTERN = re.compile('((?P<file>[^:]+):(?P<line>\d+):)(\d+:)? (?P<severity>warning|error): (?P<message>.+)')
+    DIAGNOSTIC_PATTERN = re.compile('((?P<file>[^:]+):(?P<line>\d+):)(\d+:)? (?P<severity>warning|error|fatal error): (?P<message>.+)')
     INDEX_PATTERN  = re.compile('(?P<col>\s*)\^')
 
     def __init__(self, target,  notify=None, macros=None,