Part Number: SK-TDA4VM
Other Parts Discussed in Thread: MATHLIB
Tool/software:
Hi
I am using the SDK version "ti-processor-sdk-rtos-j721e-evm-09_02_00_05\pdk_jacinto_09_02_00_30" where I have created a simple application to run in C7x DSP core which will perform some operations like log2(x) , log10(x) on a big chunk of unsigned 32 bit data in L2 Ram memory
The overall goal of the work is to make the simple application run more efficiently in the C7x core to replicate it for our requirement. Below are the steps I followed for linking the mathlib_log() to the simple application developed inside PDK
(i) Built the mathlib_log library using the command "
"ti-processor-sdk-rtos-j721e-evm-09_02_00_05/pdk_jacinto_09_02_00_30/ti-cgt-c7000_4.1.0.LTS/include/c7x_scalable.h",line 171: fatal error #35: #error directive: "c7x_scalable.h requires C++"
Do we need to specifically define the __cplusplus or do we need to additionally include any MACRO definition ?








