This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem with a linker


Hello, all!
I have one question for linker ld:
I port the binutils for own processor. It has two memory banks: one for instruction and another for data. Address of two this banks begins for processor from 0, null. And when I link sections .text starting at 0 and .data starting at 0, linker gives error: section .data loaded at 00000000,0000000f overlaps section .text loaded at 00000000,0000002b.
What is a solution of this problem?
Thanks a lot!
Artem Rudskyy,
Otto-von-Guericke Universitaet Magdeburg, RobotsLab




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]