Hi,
I am trying to re-build the A8 binaries in framework_components_3_21_01_26 using a different ARM toolchain. I added a simple config.bld (attached1346.config.bld.txt) and the makefile targets as in below.
fc:
$(FC_ENV) $(XDC_INSTALL_DIR)/xdc -PR $(FC_INSTALL_DIR)/packages/
fc_clean:
$(CE_ENV) $(XDC_INSTALL_DIR)/xdc clean -PR $(FC_INSTALL_DIR)/packages/
But the problem is that 'fc_clean' removes ALL the binaries, but I want to keep all the non-A8 binaries, since I don't re-build them.
So my question is how to just only clean up the A8 binaries before re-build? Or it does not need a clean-up and all the A8 binaries will be re-created with 'xdc -PR' regardless?
Thanks,
-Bin.