Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/13/04 16:18
Read: times


 
#66650 - Franklin Compiler error???
I am using the Frankin Compiler to test this code and it keeps giving me an unresolved external symbol error. I think it might be a problem with the linker can anyone help???

The code i am using is as follows

#include<stdlib.h>
#include<stdio.h>


unsigned int period;
unsigned int x = 0;
unsigned int max= 0;
unsigned int FreqCount = 1000;
char Test[8];
char *itoa(int,char*,int);

void main()
{

char *testPtr = &Test[0];
printf("%d",FreqCount);
testPtr = itoa(FreqCount,testPtr,10);
printf("%ch",Test);
}

This is only a test file I want to send the integer value out on the serial port but I want to cast the integer to a character using the following code can this be done using franklin????

Thanks


List of 5 messages in thread
TopicAuthorDate
Franklin Compiler error???            01/01/70 00:00      
   RE: Franklin Compiler error???            01/01/70 00:00      
   RE: Franklin Compiler error???            01/01/70 00:00      
   What following code?            01/01/70 00:00      
   RE: Franklin Compiler error???            01/01/70 00:00      

Back to Subject List