Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ld error #39

Open
Th3F0x-code opened this issue Jul 9, 2020 · 1 comment
Open

ld error #39

Th3F0x-code opened this issue Jul 9, 2020 · 1 comment

Comments

@Th3F0x-code
Copy link

when i try to compile any program all these errors come up:

M/o/Vfuscation started...

aa.c:4: warning: missing return value
emit/mov>addrgp4(5)
emit/mov>argp4(addrgp4(5))
emit/mov>addrgp4(5)
emit/mov>calli4(addrgp4(printf))
emit/mov>cnsti4(0)
emit/mov>cnsti4(0)
emit/mov>reti4(cnsti4(0))
emit/mov>labelv(4)

M/o/Vfuscation complete.

/usr/bin/ld: saltato /usr/lib/libc.so incompatibile durante la ricerca di -lc
/usr/bin/ld: saltato /usr/lib/libc.a incompatibile durante la ricerca di -lc
/usr/bin/ld: impossibile trovare -lc
/usr/bin/ld: saltato /usr/lib/libm.so incompatibile durante la ricerca di -lm
/usr/bin/ld: saltato /usr/lib/libm.a incompatibile durante la ricerca di -lm
/usr/bin/ld: impossibile trovare -lm

does anyone know how to fix it?

@Unconcurrent
Copy link

If you are building on a 64 bit system, ensure that you have a 32 bit libc available, for example, 'apt-get install libc6-dev-i386' or 'yum install glibc-devel.i686'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants