Hi everyone,
I am trying to compile source code obtained from
the Embedded Internet Toolkit ( that has atmega103 uP )using Win32 avrgcc
testrelease 2. I don't want to implement an Operating System
on the board. The code has some funtions such as sprintf and
sscanf therefore a stdio.h header file is needed when compiling.
I tried using a stdio.h file and related files obtained from
http://cvs.uclinux.org/cgi-bin/cvsweb/uClibc.old/ and
I am still encountering some problem. I think the reason for this is that some
of the header file I am using are specific for linux. Does anyone have a stdio.h
file that I can use or refer me to any link.
Thanks in advance
Teboho
|