Hello everyone
(target C6678, compiler 7.4.11, XDCTools 3_30_05_60_core)
When building an SYS/BIOS (TI-RTOS) application, the compilation of the .cfg file is very verbose.
This is mainly due to the call of the Configuro tool of XDCTools
xs --xdcpath=... xdc.tools.configuro -o $(DST_DIR) -t ti.targets.elf.C66 -p $(PLTFORM) -r release -c "$(C6X_COMPILER_DOS)" $(CFG_FILE)
Is there a way to make it less verbose, a sort of silent mode similar to make -s ?
Thank you,
Clement