rui314 / 8cc

A Small C Compiler
MIT License
6.12k stars 742 forks source link

is 8cc support to link a executable? #84

Closed gggin closed 7 years ago

gggin commented 7 years ago

./8cc -a xxx.c is wrong. ./8cc xx.c cannot work too.

how to link?

maekawatoshiki commented 7 years ago

./8cc -c a.c gcc a.s

gggin commented 7 years ago

I found a fork code. in main.c:143 line: commet 2 line

   // if (!dumpast && !cpponly && !dumpasm && !dontlink)
   //     error("One of -a, -c, -E or -S must be specified");