View previous topic :: View next topic |
Author |
Message |
yiwen89
Joined: 12 Feb 2012 Posts: 1 Location: Malaysia
|
could not find definition of symbol 'FSfprintf' in file |
Posted: Sat Mar 03, 2012 1:53 am |
|
|
Hi,
I am facing this error and debugging it since last night but still i cant get through of this:
Error - could not find definition of symbol 'FSfprintf' in file './testingtesting.o'.
Anyone here got any ideas on how to solve this? I am using MDD library. Hope to hear from you soon. =D |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9229 Location: Greensville,Ontario
|
|
Posted: Sat Mar 03, 2012 9:44 am |
|
|
You should include in your post...
Is this real hardware or a simulation ?
PIC being used
Version of the compiler
Small,compilable program that shows the problem !!
The more information you supply, the better and faster the responses you'll get. |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19518
|
|
Posted: Sat Mar 03, 2012 12:54 pm |
|
|
You are saying you have taken the Microchip MDD library, modified it into CCS code, and recompiled it?.
If not, then "of course it won't work".
CCS cannot link Microchip compiled libraries.
If you have re-compiled, then you are not exporting the entry point required....
Best Wishes |
|
|
|