Hi, I'm new to tinycc and trying to make tinycc work with Vlang on riscv64, but it failed with ``` tcc: error: undefined symbol 'end' ```
I've tried GCC, it works as expected, and I find that GCC generated `end` symbol with ``` 142: 0000000000090d70 0 NOTYPE GLOBAL DEFAULT 24 end ``` How can I make this work? Cheers Meng Zhuo _______________________________________________ Tinycc-devel mailing list Tinycc-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tinycc-devel