Hello
It would be worthwhile checking if you have a prototype of function Caricoure in module where ShowLCD is implemented.
In order to figure that out, can you please add the option -Wpd to your compiler command line? If you get an error message that means you are invoking the function, but there is no prototype for it.
Please add a prototype for the function before you call it.
If this does not help, I would recommend you to submit a service request for that.
Click
here to submit a service request.
Make sure to attach a reproducible project and installed product information to the service request.
To generate the required information:
- Start CodeWarrior
- Open the project
- Select "Help" -> "Pack and Go" and follow instructions on the screen.
Attach the generated .zip file to the SR.
CrasyCat