Chinaunix首页 | 论坛 | 博客
  • 博客访问: 203527
  • 博文数量: 93
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 978
  • 用 户 组: 普通用户
  • 注册时间: 2014-11-10 15:46
个人简介

青春无悔

文章分类

全部博文(93)

文章存档

2015年(16)

2014年(77)

我的朋友

分类: 嵌入式

2014-11-10 16:38:32

1.[Error li1021]  The following symbols referenced in processor 'p0' could not be resolved:
        'RespAlgoInit [_RespAlgoInit]' referenced from '.\Debug\RESPAlgorithm.doj'
        'RespAlgoRun [_RespAlgoRun]' referenced from '.\Debug\RESPAlgorithm.doj'

Linker finished with 1 error
cc3089: fatal error: Link failed

解决:在头文件中声明
#ifdef __cplusplus
     extern "C" {
#endif
...
#ifdef __cplusplus
}
#endif

//=======================================================


阅读(2507) | 评论(0) | 转发(0) |
0

上一篇:ADSP BF512 U-boot分析

下一篇:ADSP BF512 U-boot

给主人留下些什么吧!~~