tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] tcc can't work with ST_NOTYPE


From: Meng Zhuo
Subject: [Tinycc-devel] tcc can't work with ST_NOTYPE
Date: Mon, 23 Sep 2024 20:10:06 +0800

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]