This is the mail archive of the binutils@sources.redhat.com 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]

relocation truncated the saga ......


Metihinks it has something to do with the memory layout. Just by trying
MEMORY{
FLASH_ROM (rx) :   org = 0x00000, len = 0x10000
SRAM_BANK0 (rw):   org = 0x20000, len = 0x10000
SRAM_BANK1 (r):    org = 0x30000, len = 0x10000
SRAM_BANK2 (rx):   org = 0x40000, len = 0x10000
SRAM_BANK3 (r):    org = 0x50000, len = 0x10000
DRAM (rwx):        org = 0x80000, len = 0x30000
MMU (!i):          org = 0xC0000, len = 0x50000
}

Things work out just fine.
........ well I'm lost ..........


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