I'm working on C++ project on CCSv5.2 with C5505 DSP.
While i compiling i got the following error but if i compile for PC environment it's working properly.
#306 no instance of function template "FingerJetFxOSE::FpRecEngineImpl::Embedded::oct_sign" matches the argument list argument types are: (std::complex<int32>, long) detected during: instantiation of "void FingerJetFxOSE::FpRecEngineImpl::Embedded::FeatureExtractionImpl::raw_orimap<stride,ori_scale>(std::size_t, std::size_t, const uint8 *, bool, FingerJetFxOSE::FpRecEngineImpl::Embedded::FeatureExtractionImpl::ori_t *, uint8 *) [with stride=256U, ori_scale=4U]" at line 262 instantiation of "void FingerJetFxOSE::FpRecEngineImpl::Embedded::FeatureExtractionImpl::orientation_map_and_footprint<stride,ori_scale>(std::size_t, std::size_t, const uint8 *, bool, FingerJetFxOSE::FpRecEngineImpl::Embedded::FeatureExtractionImpl::ori_t *, uint8 *) [with stride=256U, ori_scale=4U]" orimap.h /test/include line 130 C/C++ Problem
What is the reason for this error in CCS is there we need to add any header function to CCS because same project working fine in UBUNTU system.