Content originally posted in LPCWare by woodchuck on Thu Nov 29 13:15:13 MST 2012
I set up a new workspace and C project for new target chip - the LPC1114FN28-102.
Unfortunately the compiler couldn't find the header files, so I copied all the header files from another project into the /src directory of this project. That solved that problem but created new problems. Now when I build, I get "implicit declaration of function" warnings, followed later by "undefined reference to" warnings, followed by a hard error the moment "make" begins.
This was clearly the wrong way to go about business, but what's the right way? If it's documented anywhere, I couldn't find it. And a previous inquiry on this forum produced no response. Where does one go from here?