From ed712069ef06093c33a256bef0a483d853e55bc7 Mon Sep 17 00:00:00 2001 From: liruncong Date: Wed, 23 Feb 2022 20:45:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=88=87=E6=8D=A2scons?= =?UTF-8?q?=E7=89=88=E6=9C=AC(=E6=AF=94=E5=A6=82=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E7=9A=844.3.0)=E5=90=8E=EF=BC=8C=E7=BC=96=E8=AF=91=E6=97=B6?= =?UTF-8?q?=E5=9C=A8"scons:=20Reading=20SConscript=20files=20..."=E5=90=8E?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E5=87=BA"b''"=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/gcc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gcc.py b/tools/gcc.py index 8c9685d52b..1b31d5d549 100644 --- a/tools/gcc.py +++ b/tools/gcc.py @@ -113,7 +113,7 @@ def GCCResult(rtconfig, str): stdout, stderr = child.communicate() # print(stdout) - if stderr != '': + if stderr != '' and stderr != b'': print(stderr) have_fdset = 0