Tool/software:
how to auto generate makefile.am243x.r5f.ti-arm-clang in CCS studio?
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.
Tool/software:
how to auto generate makefile.am243x.r5f.ti-arm-clang in CCS studio?
I want to know how the makefile named 'makefile.am243x.r5f.ti-arm-clang' in the sdk path '\mcu_plus_sdk_am243x_08_05_00_24\source\drivers' auto generated? Because when I open this makefile named 'makefile.am243x.r5f.ti-arm-clang', the following information 'Auto generated makefile' can be seen. So I want to know how this makefile auto generated?

Hello ,
Actually, this is not auto generated file for the MCU+SDK software.
Users can edit this file and there are no issues.
For example, there is WDT example is available on R5F cores and not available on M4F core.
So, users can add WDT.c and WDT.h files to M4F make files and compile M4F libraries.
If it is autogenerated then user changes does not exist in the make file but this file should have the user changes .
This file is an autogenerated file for TI workspace. We (TI) generate this file automatically from some scripts.
For MCU+SDK software , this file is not auto generated and user can edit it .
Regards,
Anil.
Hi, may I ask you the main goal here so we can help you better? As Anil already mentioned, from an MCU + SDK user perspective this is an editable file.
thank you,
Paula
Because we may not be entirely confident in writing makefile.am243x.r5f.ti-arm-clang ourselves, we would like to know how to automatically generate makefile.am243x.r5f.ti-arm-clang using CCS tools?
Hello ,
In TI, we have some java scripts where users need to give information about which the code should be compiled for that code path location and other information need to give by user .Afterwards, the user will run commands to update these files in makefiles automatically.
So, these scripts are not available for users.
The simple step is that if you want to add any new files to libraries you can just add the.c and.h files to the make files and then compile the libraries if you miss adding files to makefiles compiler will throw an errors for missing files .This is very easy method rather than implementation java scripts to generate make files at this time.
Regards,
Anil.