On 2023-06-28 21:36, Sagar Acharya via Tinycc-devel wrote:
I'm facing this error while building latest master with gcc on armv7 alpine linux.

../tcc -c bcheck.c -o ../bcheck.o -B.. -I.. -g
bcheck.c:1075: warning: implicit declaration of function '__ctype_b_loc'
bcheck.c:1077: error: pointer expected
make[1]: *** [Makefile:85: ../bcheck.o] Error 1

First of all, use mob branch instead of master.

And you need to pass option -config-musl to configure script.

--
Ziyao

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to