mirror of https://github.com/ARMmbed/mbed-os.git
Decode STDERR from compiler
parent
01f02b4b8c
commit
4ed87e2f3c
|
@ -958,7 +958,7 @@ class mbedToolchain:
|
|||
|
||||
def compile_output(self, output=[]):
|
||||
_rc = output[0]
|
||||
_stderr = output[1]
|
||||
_stderr = output[1].decode("utf-8")
|
||||
command = output[2]
|
||||
|
||||
# Parse output for Warnings and Errors
|
||||
|
|
Loading…
Reference in New Issue