Reply by Calvert, Paul November 7, 20022002-11-07
I am trying to specify through the -f option on the linker for it to fill
all holes in the output image with FF.

I get the following warning:

TMS320C6x COFF Linker Version 4.20
Copyright (c) 1996-2001 Texas Instruments Incorporated
>> warning: -c requires fill value of 0 in .cinit (0000ffff overridden)
>> warning: -c requires fill value of 0 in .pinit (0000ffff overridden)

Build Complete,
0 Errors, 2 Warnings, 0 Remarks.

I am unsure if this is OK or not. Does it mean that it ignored my fill with
FF or only that for cinit/pinit it filled with 0 instead?

Thanks,

Paul