rui314 / chibicc

A small C compiler
MIT License
9.67k stars 881 forks source link

Unknwon pseudo-op '.local' #116

Open AlectronikForge opened 1 year ago

AlectronikForge commented 1 year ago

I compiled chibicc with MSys2/MinGW and get many of the following errors upon trying to compile a small file:

C:/tools/msys64/tmp/chibicc-7rmGNn:992: Error: unknown pseudo-op: .local C:/tools/msys64/tmp/chibicc-7rmGNn:994: Warning: .type pseudo-op used outside of .def/.endef: ignored. C:/tools/msys64/tmp/chibicc-7rmGNn:994: Error: junk at end of line, first unrecognized character is_'`

Any idea what this might be? Thanks in advance.