YAHOO!
Ok i had (i hope its past tense) the exact same problem as Alex829...
What I discovered:
- Version 2.2 compiles
with the printf statements, and it includes printf_lib.h in the
project
- Version 2.4 does NOT compile-- the same error message about printf definitions.
The project does not include printf_lib.h
- Version 2.4 with printf_lib.h and printf_lib.c added to the project: COMPILED!!
- My testing code that was based off of v2.4 with printf statements: Does not compile, the printf definition error message. Does not include printf_lib.h or .c
- My testing code (as above) with printf_lib.c and printf_lib.c added to the project: COMPILED!
I haven't been able to test whether the printfs actually
work because i'm at home, and not at the lab with an RC.
So, in short, my (i hope) solution: Add printf_lib.c and printf_lib.h to the PROJECT. (Project -> Add files to project -> Select the file to add)
Does this solve anyone else's problems? (Or create more unexpected ones?)

~Stephanie