xoreaxeaxeax / movfuscator

The single instruction C compiler
Other
9.39k stars 396 forks source link

throw this error /usr/bin/ld: cannot find -lgcc #8

Closed geek-li closed 7 years ago

geek-li commented 8 years ago

how to do with this error?

xoreaxeaxeax commented 7 years ago

See the readme; this is usually caused by missing 32 bit libraries. Installing libc6-dev-i386, gcc-multilib, etc. should fix it.