This is the mail archive of the ecos-bugs@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]

[Bug 1000136] target.ld make dependencies incomplete, so startup type changes ineffectual


http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000136


bartv@ecoscentric.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




------- Additional Comments From bartv@ecoscentric.com  2005-31-01 15:27 -------
The .mlt files are not relevant. The best you can do with a .mlt file is turn it
into a
.h and a .ldi file, a step that happens outside the build system, and the
resulting .h and .ldi files should be handled correctly by the build system

For this specific target.ld rule, the first time target.ld is built you should
get a file
target.ld.deps with dependencies for target.ld on pkgconf/system.h, the .ldi
file, etc. target.ld.deps should appear in the build tree in e.g. the
hal/powerpc/arch/current
directory, and should be loaded automatically during subsequent rebuilds via
pkgconf/rules.mak

Changing startup type from RAM to ROM should change one of the pkgconf files,
usually
pkgconf/system.h, so should cause target.ld to be rebuilt. 

In other words, everything should just work.



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


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