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

Re: application fail to execute instead.....


> Hi Satish,
> Comparing your ecos app's srec (hello.rec) & the redboot sign-on info., I
> see a problem with this.
> Redboot sees RAM 0x00000000-0x04000000
> But, you have linked in the ecos app at 0x30000000
> Which is wrong. You app. should get linked at some address within the
range
> (0x00000000-0x04000000).
> I will send you more info. sooner
>
> -Mike.

Also you can use readelf utility to get insight of your executable. This
will let you know exactly where each section is going.

Regards
Mohanlal

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


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