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] | |
.tdata ALIGN (4) : { PROVIDE (__ep = .); *(.tbyte) *(.tcommon_byte) *(.tdata) *(.tbss) *(.tcommon) } >RAM AT>rom
__ep should be in RAM, but as "." is in ROM at the moment the error message is: address 0x75ec of hw2.elf section .tdata is not within region RAM
Is this assumption correct?
I define some memory regions in the beginning of the linker script, shouldn't "ld" have one "." per memory region defined?
Cheers Nick
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |