CMSIS error

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

CMSIS error

634件の閲覧回数
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 返答(返信)

626件の閲覧回数
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 件の賞賛
返信

626件の閲覧回数
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 件の賞賛
返信