> 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
