relocation truncated to fit: R_X86_64_32...

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Albert
Posts: 5
Joined: Wed Nov 18, 2009 5:27 pm

Re: relocation truncated to fit: R_X86_64_32...

Post by Albert »

I use -fPIC myself, as putting the kernel in the upper 2GB messes up the nice property of recursively mapping the last PML4E entry. It still works if you put it in another entry, but you have to deal with the split
gerryg400
Member
Member
Posts: 1801
Joined: Thu Mar 25, 2010 11:26 pm
Location: Melbourne, Australia

Re: relocation truncated to fit: R_X86_64_32...

Post by gerryg400 »

It still works if you put it in another entry, but you have to deal with the split
What's "the split" ? I use entry 510. Seems to work fine
If a trainstation is where trains stop, what is a workstation ?
Post Reply