You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Due to the update of compiler, we must ignore the error
81
+
sed -i 's/\$$(CC) \$$(CFLAGS)/\$$(CC) \$$(CFLAGS) -Wno-error/g' ../py/mkrules.mk || true
79
82
# We need to use a script to build MicroPython, because the make command crashes in MicroPython because it tries to link without the required libraries
0 commit comments