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: ecos redboot compile problem.


I fat fingered vi and ended up with some extra lines at the end of
the last ldi file. This one should be correct.
 -Mike

-----Original Message-----
From: Beymer, Mike 
Sent: Thursday, May 01, 2003 8:39 AM
To: 'Doyle, Patrick'; 'Jonathan Larmour'
Cc: eCos Discussion
Subject: RE: [ECOS] ecos redboot compile problem.


I've attached my mlt_arm_arm9_innovator_sram.ldi with my
changes to the .data section.
 -Mike

-----Original Message-----
From: Doyle, Patrick [mailto:WPD@dtccom.com]
Sent: Thursday, May 01, 2003 6:23 AM
To: 'Jonathan Larmour'; Beymer, Mike
Cc: eCos Discussion
Subject: RE: [ECOS] ecos redboot compile problem.


I was confused by this as well.  I figured I would look into it again after
I finished the USB stuff I'm working on.  Perhaps by then Mike will have
solved all of the problems and I won't have to look at it :-)

--wpd


> -----Original Message-----
> From: Jonathan Larmour [mailto:jifl@eCosCentric.com] 
> Sent: Wednesday, April 30, 2003 9:45 PM
> To: Beymer, Mike
> Cc: Doyle, Patrick; eCos Discussion
> Subject: Re: [ECOS] ecos redboot compile problem.
> 
> 
> Beymer, Mike wrote:
> > Patrick,
> >   It appears that the build problem I was experiencing was 
> due to a change 
> > in the memory layout file, mlt_arm_arm9_innovator_sram.ldi. 
> The .data section
> > was set to start at 0x8000, doing an objdump -h of 
> redboot-sram.out the .data
> > section is in sram at 0x20012dd0. After changing the .data 
> section to follow 
> > the .gcc_except_table I started seeing output from the serial port. 
> 
> I was just wondering if there was anything we needed to do to fix our 
> master sources, but it seems that 
> mlt_arm_arm9_innovator_sram.ldi already 
> does this, or am I missing something?
> 
> -=-=-=-=-=-
> ...
>      SECTION_rodata1          (sram, ALIGN (0x4), LMA_EQ_VMA)
>      SECTION_fixup            (sram, ALIGN (0x4), LMA_EQ_VMA)
>      SECTION_gcc_except_table (sram, ALIGN (0x4), LMA_EQ_VMA)
>      SECTION_fixed_vectors    (ram,  0x20,        LMA_EQ_VMA)
>      SECTION_data             (ram,  0x8000, 
> FOLLOWING(.gcc_except_table))
>      SECTION_bss              (ram, ALIGN (0x4), LMA_EQ_VMA)
> ...
> -=-=-=-=-=-
> 
> 
> Jifl
> -- 
> eCosCentric    http://www.eCosCentric.com/    The eCos and 
> RedBoot experts
> --[ "You can complain because roses have thorns, or you ]--
> --[  can rejoice because thorns have roses." -Lincoln   ]-- 
> Opinions==mine
> 




This message was scanned for viruses.



Attachment: mlt_arm_arm9_innovator_sram.ldi
Description: mlt_arm_arm9_innovator_sram.ldi

-- 
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]