Content originally posted in LPCWare by charithjperera on Tue Jun 28 18:08:23 MST 2011
Hi,
I was wondering how i'd be able to change the default structure of the projects.
Currently everything is under /workspace/projectname/
I am trying to move the CMSIS, drivers and startup code to a common location, say an "arch(itecture)" folder under the workspace.
eg:
cmsis: /workspace/arch/lpc11c14/cmsis/
drivers: /workspace/arch/lpc11c14/drivers/
config: /workspace/projectname/config/
What do I need to change to do this?
I have tried changing the settings under:
Project -> Properties
C/C++ Build -> Settings -> Tool Settings -> MCU C Compiler -> Directories
and edited the paths there, as well as
MCU Assembler -> General
It is still refusing to work, what else do I need to change to tell it to look in the new paths?
Thanks very much!
Charith P