Hello!
Warning:
Link Error: L1822 : Symbol_FSFLOAT in file .... main.c is undefined
..... more Link Errors!!!
What is wrong with my program? Can you pls help me!
THX!
Solved! Go to Solution.
In project wizard you specified that you don't want floating point numbers. _FSFLOAT is runtime routine to convert long integer to float.
You should either recreate project and specify that you want floating point. Or check <CW install folder>\lib\hc12c\readme.txt to find what *.lib library file you should add to your project.
In project wizard you specified that you don't want floating point numbers. _FSFLOAT is runtime routine to convert long integer to float.
You should either recreate project and specify that you want floating point. Or check <CW install folder>\lib\hc12c\readme.txt to find what *.lib library file you should add to your project.
Can you pls explain me the solution with the readme-file more exactly? Sorry for this bad english
And I have also added as a screenshot the other errors!
THX!