Part Number: AM6548
Tool/software: TI C/C++ Compiler
Hi,
I have a question about makefile in PDK: pdk_am65xx_1_0_7/packages/ti/build/makerules/rules_ti_cgt_arm.mk.
In this make file only the .c and .asm files can be built, but not the .cpp files. So if I want include this makefile to build my .cpp files in my own project for R5F, it will cause compile errors. There is a variable CPLUSPLUS_BUILD. But it does not help by recognizing the .cpp files.
Is it possible to add the rules for .cpp files, just like what in pdk_am65xx_1_0_7/packages/ti/build/makerules/rules_a53.mk has done?
I've tried but still got errors. And I'm not sure about it. Is there any already tested cgt-arm makefile with support for .cpp file for R5F?