Tool/software: Code Composer Studio
I have a Makefile-based project that builds the NuttX RTOS (http://www.nuttx.org) for TM4C12x.
Every time I open the project, CCS notices that there is a file with extension .cfg, and it prompts "To build the file 's32k146.cfg', the roject requires XDCtools. Enable XDCtools for project 'NuttX'?"
This is incorrect: There is no need for XDCtools with NuttX.
Is there a way to prevent this "Enable XDCtools" prompt?
This is CCS 9.2.0.00013 on Linux.
Thanks