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]

RE: customizing redboot build


> I am familiar with the files above. The question is how to I pass the -
> DMY_ADDITIONAL_CRUFT stuff
> from my own build script (part of a larger system build) to the gcc
> command that compiles these files,
> as it is called from Ecos automatically-generated makefiles.

You are going to either have to modify the CDL files or the Makefiles
themselves.  I would recommend the CDL files as that way your changes will be
preserved in any subsequent target trees you produce.

The CDL file you probably want is:

packages/redboot/[version]/cdl/redboot.cdl

If you're not familiar with CDL files and their use, the eCos documentation
is your next stop.

--Chris

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