Content originally posted in LPCWare by omprakash on Wed Feb 05 00:26:11 MST 2014
Hi,
I am using LPCXpresso IDE. I have Three C projects i.e. CMSISv2p00_LPC11xx_lib, Project_old & Project_new in same work space.
CMSISv2p00_LPC11xx project acts as a library for Project_old and I am able build Project_Old project successfully.
Now I have created new C project i.e. Project_new in same work space. Now my main task is to access existing functions from Project_old project to newly created project Project_new without changing Project_old functions.
I tried but not got success, please guide me. waiting for your response.
Thank you.