Hello
As far as I can tell _fmul is used when you are multiplying 2 single precision floating point variables (float) in your application.
I do not have a V6.3 installed on my PC, so I made some tests with a V6.4.
If I multiply 2 floats together I get _fmul linked to the application, but I did not get any message about _fpscr missing.
Can you try the following:
- Close the IDE
- Browse to your project directory
- Delete the _Data Folder
- Restart V6.4 IDE
- Rebuild your project.
Is the issue still happening?
CrasyCat