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

c6748 改为elf格式后,程序崩溃

$
0
0

相同的工程,原来的配置是coff,能够正常运行(simulation),改为elf输出格式后,ccs崩溃了。

对直接的症状是下面这段语句中,inittab的值为0,程序居然跳过没有执行if语句里的内容,导致后续没能正常运行,程序崩溃。

求大神帮看看,有没有遇到类似的问题啊!!!

if( !inittab )
{
icvInitResizeTab( &bilin_tab, &bicube_tab, &areafast_tab, &area_tab );
inittab = 1;
}

正常的coff输出格式

错误的elf格式输出


Viewing all articles
Browse latest Browse all 5545

Latest Images

Trending Articles