graphitemaster / incbin

Include binary files in C/C++
The Unlicense
938 stars 87 forks source link

TinyCC #43

Closed PawelA closed 2 years ago

PawelA commented 3 years ago

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"]

graphitemaster commented 2 years ago

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

rontrek commented 1 year ago

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