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
-fPIC ignored (not supported for DJGPP)
s_cos.S: Assembler messages:
s_cos.S:10: Error: invalid character '(' in mnemonic
s_cos.S:27: Error: invalid character '(' in mnemonic
I traced the problem to the file bsd_asm.h. Trying to fix it did not help. There is a problem with ENTRY() and END() macro definitions.
The text was updated successfully, but these errors were encountered:
i586-pc-msdosdjgpp-gcc -nostdinc -fno-gnu89-inline -fno-builtin -O3 -fPIC -march=i586 -std=gnu99 -Wall -I.. -I../include -I../src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -I../ld80 -c s_cos.S
-fPIC ignored (not supported for DJGPP)
s_cos.S: Assembler messages:
s_cos.S:10: Error: invalid character '(' in mnemonic
s_cos.S:27: Error: invalid character '(' in mnemonic
I traced the problem to the file bsd_asm.h. Trying to fix it did not help. There is a problem with ENTRY() and END() macro definitions.
The text was updated successfully, but these errors were encountered: