CrossWork ARM demo compilation error

raedbenz wrote on Friday, May 01, 2009:

Hi,

i try to compile the demo code for LPC2368 using rowely and i get:

"Build solution — 47 ms — 1 error
  Building “RTOSDemo” in configuration “ARM Flash Release” — 1 error
    Compiling main.c — 1 error
      targets/LPC2368.h: No such file or directory
Build failed"

for this line : #include <targets/LPC2368.h>

rtel wrote on Friday, May 01, 2009:

You have to install the Rowley LPC2000 package.  See "Install Package" from the IDE Tools menu.

Regards.

raedbenz wrote on Saturday, May 02, 2009:

Thanx