All Questions

Tagged with
Filter by
Sorted by
Tagged with
3 votes
2 answers
3k views

lfs glibc compilation ld error

My host system is Linux debian 2.6.32-5-amd64 #1 SMP Mon Feb 25 00:26:11 UTC 2013 x86_64 GNU/Linux. I want to build a LFS and the glibc compilation stop me now. Here are the error prompts, thank you. ...
user2163729's user avatar
2 votes
2 answers
3k views

How to compile ld with custom linker scripts?

i am trying to build a custom version of the linux kernel 3.8 and i want my linker to behave a bit different so i changed its ldscripts. Specifically I configure binutils -> make -> change ldscripts ->...
laertis's user avatar
  • 8,327
1 vote
1 answer
459 views

efivar: cannot find -lpopt

I'm attempting to compile efivars on LFS for UEFI when I get the following output, even after I've compiled libpopt (attempted with and without sed -i -e "s/@MARK64@//" Makefile.am as noted in http://...
cellsheet's user avatar
  • 476
1 vote
1 answer
854 views

LFS 7.2 glibc-2.16.0 make error

I'm building an LFS system ( refering to LFS 7.2 ) I got this make error while building glibc-2.16.0: /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.7.1/../../../../i686-lfs-linux-gnu/bin/ld: ...
AniketGM's user avatar
  • 911
0 votes
1 answer
213 views

gcc compiles ELF file with wrong search list

After compiling gcc and using it to compile a simple c program: echo 'int main(){}' > dummy.c cc dummy.c -v -Wl,--verbose &> dummy.log grep -B4 '^ /usr/include' dummy.log the result is: ...
wieselchen's user avatar