This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos 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]

Attempt to load ELF data xxx which is not valid..


Hi,

I`m trying to find out how I change the location at which my executable is loaded by redboot..

When I do a 'load -mode file /hdisk/main.elf' I get the following error..

"*** Abort! Attempt to load ELF data to address : 0x001080000 which is not valid"

I realise that this address is inside my redboot area, and thus it cannot be used.. I can`t just '-b 0x001090000' the code to some other address as eCos application's doesn`t support relocation

How do I change this address? I can`t find options in the config tool or any info on the mailing list..

Thanks,

Jim.


--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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