vowstar / k210-linux-nommu

K210 run linux nommu (From Damien Le Moal's patch)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tcc instructions don't make it clear that -run is to run C source as a C script.

experimentech opened this issue · comments

The title pretty much says it. tcc -run executes C source as a script instead of compiling it.

The title pretty much says it. tcc -run executes C source as a script instead of compiling it.

No, tcc -run not a C language interpreter. It compile C script in memory and then execute it.