Error "float32_sqrt" when compiling

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
billduck
Posts: 162
Joined: Thu Jul 01, 2010 1:57 am
Has thanked: 23 times
Been thanked: 16 times
Contact:

Error "float32_sqrt" when compiling

Post by billduck »

I get "undefined reference to "float32_sqrt" when compiling to hex. I did a search on "float32_sqrt", and found that I had a similar problem in 2011, for which a new internals.h file was supplied. I am reticent to apply the old fix. What should I do?
I am using FC5.5 AVR
Thanks.
Attachments
SquareRootProblem.fcf_avr
Compile this to show error.
(5.5 KiB) Downloaded 254 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Error "float32_sqrt" when compiling

Post by Benj »

Hello,

This attachment should fix the issue if you place it into your "C:\Program Files (x86)\Flowcode(AVR)\v5\CAL\AVR" folder.
AVR_CAL_Float.c
(3.04 KiB) Downloaded 337 times

billduck
Posts: 162
Joined: Thu Jul 01, 2010 1:57 am
Has thanked: 23 times
Been thanked: 16 times
Contact:

Re: Error "float32_sqrt" when compiling

Post by billduck »

It did the job. Thanks.

Post Reply