unresolved external symbol error

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
alurosevic
Posts: 3
Joined: Fri Jan 22, 2010 9:25 am

unresolved external symbol error

Post by alurosevic »

Hi im trying to compile my software to .hex and keep stumbling across "unresolved external symbol" returned code =-2, for all of my floating point c code. I have checked the compiler options and there set correctly to boostc.pic16.flowcode.exe & boostlink.pic.exe, i have also #include <float.h> within the supplementary code (aswell as defining all float variables used), im currently using flowcode version 3, ive also tried to compile old code from previous versions and thats also coming up with the same errors.

P.S ive also tried repair and reinstalls still no lucky :cry:

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Re: unresolved external symbol error

Post by Steve »

Please post your program onto this forum, which will help someone sort this problem out. Post the FCF and the generated C files.

Post Reply