graphitemaster/incbin

TinyCC

PawelA opened this issue · 2 comments

The readme says it's known to work on TinyCC, but I couldn't get it to work.
TCC's assembler doesn't support the .incbin directive:
https://bellard.org/tcc/tcc-doc.html#Directives
I get the following error:
test.c:3: error: bad expression syntax ["test.txt"]

It looks like the official TCC does not supported it, but the community maintained one does.

@graphitemaster where is the git url repo for the community maintained tcc?