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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

305 Views
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,
Labels (1)
0 Kudos
Reply
2 Replies

295 Views
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 Kudos
Reply

295 Views
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 Kudos
Reply