Tom,
Thanks for the reply, but let me clarify. I end up with 3 Sources folders, and the third one only appears after a second build from a clean. So after the first build I have the following directory structure:
mqxTest2
m51jmevb_Int_Flash_Debug
Sources
main.args
main.d
main.obj
subdir.mk
makefile
mqxTest2_51.args
mqxTest2_51.elf
mqxTest2_51.elf.s19
mqxTest2_51.elf.xMAP
objects.mk
sources.mk
m52259evb_Ext_MRAM_Debug
m52259evb_Int_Flash_Debug
m52259evb_Int_Flash_Release
Project_Settings
Sources
main.c
main.h
rtcs_init.c
usbd_init.c
*******The above all looks fine, but if I do another build (without a clean) I get the following added:
mqxTest2
m51jmevb_Int_Flash_Debug
m51jmevb_Int_Flash_Debug ***
Sources ***
subdir.mk ***
Sources
main.args
main.d
main.obj
subdir.mk
makefile File rebuilt
mqxTest2_51.args File rebuilt
mqxTest2_51.elf File untouched
mqxTest2_51.elf.s19 File untouched
mqxTest2_51.elf.xMAP File untouched
objects.mk File rebuilt
sources.mk File rebuilt
m52259evb_Ext_MRAM_Debug
m52259evb_Int_Flash_Debug
All else is the same
It is the addition of the 2 directories and the one file that I don't understand that are being added
on the subsequent build. Why would a subsequent build ever add anything new to the build?
Thanks,
Will