My system is: Kubuntu Linux ubuntu 3.8.0-23-generic #34-Ubuntu SMP Wed May 29 20:24:54 UTC 2013 i686 i686 i686 GNU/Linux
I am trying to run this command:
ld -o loader loader.o startup.o start.o -lc -T linking_script -dynamic-linker /lib/ld-linux.so.2
and I am getting the following error:
ld: cannot find -lc
I also tried this: sudo yum install glibc-static But got this error and couldn't find a way to add the repo's to it: There are no enabled repos.
Hope you can help me.
gcccommand?