Part Number: TDA4VMXEVM
Tool/software: TI C/C++ Compiler
Hi,
I want to compile a main.cpp, how to compile using armcl of R5F? I want to leave the Makefile in the SDK, please tell me how.
Thanks.
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.
Part Number: TDA4VMXEVM
Tool/software: TI C/C++ Compiler
Hi,
I want to compile a main.cpp, how to compile using armcl of R5F? I want to leave the Makefile in the SDK, please tell me how.
Thanks.
Hi,
To compile for R5F you need to use TI CGT ARM Tools. The documentation is available here
The compiler toolchain itself is available here
Regards
Vineet
Hi,
This document is of great help to me, does C66 and C71 have similar related documents?
Thanks
Yes, C64x core uses C6000 compiler and C7x cores use C7000 compiler
You will find the documentation under the same links
Regards
Vineet
Hi,
Can you take a look at this E2E post ? and also post your makefile ? If you are compiling on Linux then it's make command only, not cmake.
I don't have any examples readily available but you can take a look at the I2C utility app inside PDK which has only one file.
See pdk_jacinto_07_00_00/packages/ti/drv/i2c/example/i2c_utility
Regards
Vineet