need help on linker errors when trying to build the example project

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

need help on linker errors when trying to build the example project

460 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by pra18 on Wed Jan 08 23:40:28 MST 2014
I am trying to build the IAR's virtual COM example  project of nxp uslib in IAR.

I am getting linker errors like
canot open board.h
cannot open lpc_types.h
and so on ...

Can you please let me know how to resolve these errors.

Regards,
标签 (1)
0 项奖励
回复
2 回复数

450 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by bavarian on Mon Jan 13 02:12:43 MST 2014
I assume that you need to compile the libraries first:

lib_lpc_board_...
lib_lpc_chip_...

Regards,
NXP Support Team
0 项奖励
回复

450 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by arw on Fri Jan 10 14:06:15 MST 2014
Hello,
Most likely the Windows path strings are too long (>255 chars).  Move the example code close to the root directory (C:\proj) and that should clear it up.
0 项奖励
回复