hi all,
I being new to stellaris and ccs, facing some problems.
i am working on the ethernet part of lm3s9b96 for which i am taking the reference of enet_io code of it. But i have some queries for the same:
1) i have created the workspace in a new project folder and have also copied the enet_io code in it. when i open ccs and try to import this copied code, i could not open the files and get an error instead saying "error retrieving content description for resource enet_io/cgifuncs.c"
2) and else if i create a workspace and i import the project directly from stellarisware/boards/lm3s9b96/enet_io and if i check the the option "copy project in workspace" i can import the project properly but when i try to build it i get many errors which is because it cannot find some of the files
so i would like to know how to create a new project folder where in i only have to keep the library files and other .c files related only to enet_io so that it can work independently of stellarisware folder.