Content originally posted in LPCWare by wellsk on Mon Jul 01 11:33:00 MST 2013><code>cannot find -lnxp_xpresso_1769_board_lib</code><code></code><code></code>
It can't find the chip/board library for the LPC1769 board. This library should automatically be built when you built your project unless the configuration for the library and example do not match.
><code>-L"..\..\..\nxp_xpresso_1769_board_lib\Debug"</code>
It's trying to use the debug library. Is your example also configured for debug too?
<strong>Selecting the build configuration for the libraries and examples</strong>
The Xpresso projects by default are configured for DEBUG optimization. At this level, the generated code isn't too efficient, but the code is easier to debug and step through.
Optionally, the projects can be configured for RELEASE optimization, which allows for a smaller and higher performance image at the expense of debug simplicity. To select the DEBUG or RELEASE level optimization, right-click on the projects and select DEBUG or RELEASE from the "Build configuration->Set Active" menu. All examples and projects must be configured to the same level when performing builds.
http://docs.lpcware.com/lpcopen/v1.03/_q_u_i_c_k_s_t_a_r_t__l_p_c_o_p_e_n__t_o_o_l_c_h_a_i_n__x_p_r_...