symbol referencing errors 怎么办
时间:10-02
整理:3721RD
点击:
我写了一个sdram的测试小程序,compile通过,没有错误,但是build的
时候给出
\"c:\\ti\\c6000\\cgtools\\bin\\cl6x\" -@\"Debug.lkf\"
undefined first referenced
symbol in file
--------- ----------------
_emif_init d:\\myapply\\sdram_test\\Debug\\sdram_test.obj
_printf d:\\myapply\\sdram_test\\Debug\\sdram_test.obj
>> error: symbol referencing errors - sdram.out not built
这个错误应该怎么解决啊? 麻烦大家了。
时候给出
\"c:\\ti\\c6000\\cgtools\\bin\\cl6x\" -@\"Debug.lkf\"
undefined first referenced
symbol in file
--------- ----------------
_emif_init d:\\myapply\\sdram_test\\Debug\\sdram_test.obj
_printf d:\\myapply\\sdram_test\\Debug\\sdram_test.obj
>> error: symbol referencing errors - sdram.out not built
这个错误应该怎么解决啊? 麻烦大家了。
应该是你没有包含头文件加#include <std.h>及<csl_emifhal.h>试一下,不行在设一下你的build opions,问题就可以解决了