This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Build IBL using quiet option

I'm trying to suppress the output of the tools but I can't figure out how to make the linker quiet.  Here's an example of a command (ibl/src/make/c64x/makestg2):

$(LD) -o i2cparam_$(TARGET)_$(IEXT).out -m i2cparam_$(TARGET)_$(IEXT).map i2cparam.$(IEXT).oc ../../hw/c64x/make/i2c.$(IEXT).oc $(PLL_OBJS) $(PSC_OBJS) $(TFILES) i2cparam.cmd $(RTLIBS)


I'm using mcsdk_2_01_02_05.

  • You need a -q option before the -z option.  In this particular case, I suspect that is not very useful.  You need expertise in this makefile in order to make that change.  Particularly if this makefile is auto-generated.  I think the C66 Multicore Forum is the right place for your question.  I recommend you start a new thread there.  Or, if you prefer, I can move this thread to that forum.

    Thanks and regards,

    -George

  • That worked!  I originally posted the question on the C66 Multicore Forum (http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/351794/1238368.aspx#1238368) and was recommended to post the question here.  Lol!