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: problem about modified RAM size and address


On Thu, Jan 27, 2005 at 04:04:15PM +0100, Wei Dong wedon03 wrote:
> Hi!
>  
> I am doing redboot,now I can compile and get .bin file using RAM start method, but from target.ld file I can see the RAM size and initial address is not right,which is under the /install/lib directory.
>  
> I modified the RAM origion address and size in mlt_arm_mdbmx1_**_ram.h ,mlt_arm_mdbmx1_**_ram.ldi, mlt_arm_mdbmx1_**_rom.h and 
> mlt_arm_mdbmx1_**_rom.ldi file,but there is not effect on changing RAM size and initial address in target.ld file.
>  
> Is anyone knows how can I change the correspoding file that can get the desired RAM size and base address??
>  
> Thank you very much

rm -fr install/lib
make clean
make

The dependances are broken for target.ld so it will not re-build it
when you edit the source files.

        Andrew

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