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.

MCU-PLUS-SDK-AM273X: How to compile an example driver file in mcu-plus-sdk-am273x ?

Part Number: MCU-PLUS-SDK-AM273X

Tool/software:

Hi TI Engineers,

I am working with the MCU-PLUS-SDK for the AM273X and am trying to compile the main file in the example projects located at:

mcu_plus_sdk_am273x_09_01_00_41/examples/drivers/i2c/i2c_temperature/am273x-evm/r5fss0-0_nortos/main.c

However, I noticed that the makefilelist.txt is not explicitly provided, and all the makefiles appear to be autogenerated.

Could you please guide me on how to manually generate or locate the appropriate makefiles in order to compile the main file? Is there a method to automate the makefile generation process for compiling individual files like main?