Quantcast
Channel: C6000™多核 - 最近的话题
Viewing all articles
Browse latest Browse all 5545

使用VLIB3.2.1时报错symbols in the reserved far sections cannot be accessed as near

$
0
0
 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函数或有更多类似的错误
报错如下
#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)"

Viewing all articles
Browse latest Browse all 5545

Trending Articles