Hi there,
I had this project working on ccs 4 (I think) at college and I need to work now at home, so I installed the ccs 6.
I've just created new project, configured the compiler and copy/pasted all the files (.c, .h and .lib) of the project.
Somehow when it compiles it gets 2 unresolved symbol errors.
-One from a function called in main.c ( pll_frequency_setup() ), it's declared in file PLL.c in the same file as main.c
-Second one is sine function from math.h, called at sinewave.c
Why the compiler can't see those functions? It's not enough with the include "PLL.h" ?
I'm a bit new with all of this, so I'm sorry if the questions sound stupid.
Thank you.




