Hello All,
I have an Controller with TI Cortex M3 core now I am checking the TI guide ARM Optimizing C/C++ Compiler v20.2.0.LTS SPNU151V, Table 5-3. ARM Intrinsic Support by Target gives the supported Intrinsic based on the target.
Now in my code i want to use the intrinsic _norm but druing linking Compiler is saying "../aa/main.c", line 138: warning #225-D: function "_norm" declared implicitly and then throw error on the linking phase.
Compilation string is
'Invoking: ARM Compiler'
"C:/ti_ccsv5.5/ccsv5/tools/compiler/arm_5.1.1/bin/armcl" --abi=ti_arm9_abi --include_path="C:/ti_ccsv5.5/ccsv5/tools/compiler/arm_5.1.1/include" -g --diag_warning=225 --display_error_number --diag_wrap=off --preproc_with_compile --preproc_dependency="aa/main.pp" --obj_directory="aa" "../aa/main.c"
Now I have compiler version arm_5.1.1 and also ti-cgt-arm_16.9.6.LTS
can someone tell me which header file Ii need to use and which Lib I need to add in the project.
Br
Deepak Joshi