-
-
Notifications
You must be signed in to change notification settings - Fork 698
Description
Thanks for your job, but I got a compiling error as below:
ZIPOBJ o//libc/stubs/xnu.S.zip.o
OBJECTIFY.S o//libc/stubs/onarithmeticoverflow.o
OBJECTIFY.S o//libc/stubs/errno.o
libc/stubs/errno.S: Assembler messages:
libc/stubs/errno.S:36: Error: invalid character '"' before operand 1
gcc 9: compile failed:o/third_party/gcc/bin/x86_64-linux-musl-gcc -msse3 -mno-red-zone -fno-math-errno -fno-trapping-math -fno-fp-int-builtin-inexact -fno-ident -fno-common -fno-gnu-unique -fstrict-aliasing -fstrict-overflow -fno-omit-frame-pointer -fno-semantic-interposition -mno-omit-leaf-frame-pointer -Wall -Werror -fdebug-prefix-map=/data/zsx/download/lib/cosmopolitan= -frecord-gcc-switches -pg -D__PG__ -Og -g -gdescribe-dies -DIMAGE_BASE_VIRTUAL=0x400000 -nostdinc -iquote . -include libc/integral/normalize.inc -Wa,-W -Wa,-I. -Wa,--noexecstack -c -o o//libc/stubs/errno.o libc/stubs/errno.S -no-canonical-prefixes -fdiagnostics-color=always
make: *** No rule to make target o//libc/stubs/errno.o', needed by
o//libc/stubs/stubs.a.pkg'. Stop.
How to fix it?
Thanks.
--zsx