Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions apps/KhiCAS/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ src/lib/libmpfr.a src/include/mpfr.h: src/lib/libgmp.a src/include/gmp.h libDire
cp src/mpfr.h ../include/mpfr.h
src/lib/libmicropy.a: libDirectory
cd src/micropython-1.12/numworks

# Due to the update of compiler, we must ignore the error
sed -i 's/\$$(CC) \$$(CFLAGS)/\$$(CC) \$$(CFLAGS) -Wno-error/g' ../py/mkrules.mk || true
# 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
./mklib

Expand Down
Loading