Hi, Thanks for your reply. Here are the steps I followed:
I downloaded the SDK for the LPC54S018M-EVK board and imported the lpcexpresso54s018_dev_cdc_vcom_freertos project into the MCUXpresso IDE.
Then I ran the MCUXpresso IDE device configuration tool to configure the required peripherials, drivers, etc. by following the prompts and suggested fixes given by the configuration tool (I assume you are familiar with this tool).
Then I built the project in MCUXpresso and got the errors I posted before.
Here is what I found about the errors:
The error in virtual_com.c line 123 occurs because the function USB0_IRQHandler is also defined in file usb_host_app.c on line 75?
The errors in virtual_com.c line 217, 483, 673: undefined reference to 'USB_DeviceCdcAcmSend', 'USB_DeviceCdcAcmRecv', and 'USB_DeviceCdcAcmSend' occur because the symbol USB_DEVICE_CONFIG_CDC_ACM on line 18 in file usb_device_cdc_acm.c is not defined because it is set to (0U) in file usb_device_cdc_acm.h on line 55.
My guess is that these errors occur because the drivers are not configured correctly by the tools?
Any help you can give would be appreciated.
John