Fatal Error

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

Fatal Error

695件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by msmith1955 on Tue Jun 05 07:07:13 MST 2012
I am new to this type of programming. I changed a setting in ssp.c and tried to build project and am getting the following Errors:

Description                              Resource    Path    Location    Type
fatal error: system_LPC11xx.h: No such file or directory    cr_startup_lpc11.c    /LNG_Micro/startup    line 51    C/C++ Problem

Line 51: #include "system_LPC11xx.h"


Description                                                          Resource          Path  Location     Type
make: *** [startup/cr_startup_lpc11.o] Error 1    LNG_Micro             C/C++ Problem

I have tried to add the file but am having no luck.

Can someone please help me understand what this error is telling me. I also have a red x  on the startup file and the cr_startup_lpc11.c file.
0 件の賞賛
返信
3 返答(返信)

654件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Tue Jun 05 07:55:35 MST 2012
Your workspace has to include a CMSIS project (like CMSISv2p00_LPC11xx) for your mcu :eek:

This is a library and has to be compiled and included in your project via include path and linker setting .

See: #4 of http://knowledgebase.nxp.com/showthread.php?t=2558
0 件の賞賛
返信

654件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by msmith1955 on Tue Jun 05 07:29:08 MST 2012
There is a file CMSIS. Should the system_LPCxx.h file be in this folder?
0 件の賞賛
返信

654件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Tue Jun 05 07:11:59 MST 2012
Did you import and open CMSIS already?

This file is included in CMSIS :eek:
0 件の賞賛
返信