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:
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?
Hello,
We have some instructions on how to work with the SDK using the makefiles provided. Please refer to the following page and let us know if it works or need more support:
AM273x MCU+ SDK: Using SDK with Makefiles (ti.com)
Best,
Daniel
Hi Daniel,
Thanks for the info. I’m working on Linux Ubuntu. Could you provide Linux-specific instructions for this?
Hi Dhatchayani,
To build MCU+ SDK examples using makefile, please refer to the followng link: AM273x MCU+ SDK: Using SDK with Makefiles (ti.com)
The only difference between the Windows and Linux is using gmake and make.
Also, please make sure the tools mentioned in the AM273x MCU+ SDK: Download, Install and Setup SDK and Tools (ti.com) are installed properly.
Best regards,
Ming
Hi Ming,
Thanks for the help! I followed the steps for building with Makefiles and ensured the tools were installed. The issue is now resolved.
Best regards,
Dhatchayani