void VLIB_Canny_Edge_Detection_md (uint8_t LevelOfFeedback)
{
int32_t tpi; /* test parameter index */
/* Test Parameters */
canny_testParams_t *prm;
canny_getTestParams(&prm, &test_cases); //extern int32_t test_cases;在VLIB_test.h中定义
}只有这么一小段,调用更多vlib函数或有更多类似的错误
{
int32_t tpi; /* test parameter index */
/* Test Parameters */
canny_testParams_t *prm;
canny_getTestParams(&prm, &test_cases); //extern int32_t test_cases;在VLIB_test.h中定义
}只有这么一小段,调用更多vlib函数或有更多类似的错误
报错如下
#10319-D symbols in the reserved far sections cannot be accessed as near; symbol "test_cases" in the far section "C:\ti\vlib_c66x_3_2_1_0\packages\ti\vlib\lib\common.ae66(.fardata)" is accessed as near in the section "./mutex.obj(.text)"