Missing Library Files

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

Missing Library Files

592 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by e135193 on Mon Mar 04 07:23:34 MST 2013
Hello

     I'm trying to compile "nxpUSBlib v0.98b" for LPC1788 as MassStorageDevice example. However there are some missing files like;

      - BSP_LPC1788_EAOEMBaseRevA.a
      - CDL_LPC177x_8x.a
      - LPCUSBlib_LPC177x_8x_Device.a

    These files are not in the package of "nxpUSBlib v0.98b". How can I find them ?

Regards
Labels (1)
0 Kudos
3 Replies

580 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tuong on Wed Mar 27 23:51:57 MST 2013
Hi,

Please double click on nxpUSBlib v0.98b\applications\examples\LPCUSBlib\LPCUSBlib.eww to open the IAR multi workspace, then follow the order I mentioned!

With best regards,
0 Kudos

580 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by e135193 on Tue Mar 26 23:05:35 MST 2013
Hi tuong,

    I can compile those source files with Keil but not with IAR.


Regards
0 Kudos

581 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tuong on Tue Mar 05 19:33:23 MST 2013
Hi,

You must build those libraries before building your example project. Please try again in the order:
   1) CDL target LPC177x_8x
   2) BSP target LPC1788_EAOEMBaseRevA
   3) LPCUSBlib target LPC177x_8x_Device
   4) MassStorageDevice target LPC1788.

With best regards,
0 Kudos