tccbin icon indicating copy to clipboard operation
tccbin copied to clipboard

Results 5 tccbin issues
Sort by recently updated
recently updated
newest added

Right now, using tcc (built from git) on macos 11 (or anything prior to 12.0) will fail with: ``` ld: warning: object file (/Users/x/d/v/thirdparty/tcc/lib/libgc.a(gc.o)) was built for newer macOS version...

A linking failure, at least with the latest tcc (4410dbd): ``` cc -o tcc tcc.o libtcc.a -lm -lpthread -g ld: error: undefined symbol: tcc_new >>> referenced by tcc.c:283 >>> lto.tmp:(main)...

``` C:\Users\Вася\Desktop\learning>v run . ================== C:/Users/17D3~1/AppData/Local/Temp/v_0/learning.10108219506391785254.tmp.c:7362: warning: cast between pointer and integer of different size tcc: error: could not create 'C:\Users\Вася\Desktop\learning\learning.def': No such file or directory ... ================== (Use `v...

Confirmed

When I run "./tcc" in ubuntu8, I got "glibc_2.11" not found error. I think you guys should use alpine + musl-gcc to do the compile. It is as simple as:...