CMSIS error

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

CMSIS error

631 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ljose on Mon Mar 07 03:39:18 MST 2011
Hi,

I get this error when I build my LPC1343 project:
"cannot find -lCMSISv1p30_LPC13xx"

How do I fix this?
0 项奖励
回复
2 回复数

623 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Mon Mar 07 05:40:39 MST 2011
Take a look at the FAQ [I][B]Linker Error "cannot find -l<lib_name>"[/B][/I] at:

http://support.code-red-tech.com/CodeRedWiki/CannotFindLinkerError

Regards,
CodeRedSupport
0 项奖励
回复

623 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Mon Mar 07 05:29:10 MST 2011
Look at your project settings:

Properties->C/C++ Build->Settings->MCU Linker->Libraries

if a Lib is included (like CMSISv1p30_LPC13xx)

MCU linker is trying to find it via

'Library search path' below

"${workspace_loc:/CMSISv1p30_LPC13xx/Debug}"
0 项奖励
回复