Quadruple posting only annoys people and does not make them willing to help. (Not that I could)
> #include<string.h> > #include<stdio.h> > #define __16f877A > #include"pic/pic16f877a.h" ... > } > return; > } > > When i compiled the above program using sdcc > sdcc --debug -mpic14 -p16f877 progname.c > or > sdcc -mpic14 -p16f877 -I/usr/local/share/sdcc/include -L > /usr/local/share/sdcc/lib/ progname.c > or > sdcc -mpic14 -p16f877 progname.c > > I get the following error in all the above case. > > message: using default linker script "/usr/share/gputils/lkr/16f877.lkr" > error: missing definition for symbol "_strlen", required by > "modiadc2lcd.o" > error: missing definition for symbol "_sprintf", required by > "modiadc2lcd.o" > > and the hex file is not generated asm and other codes are generated > > plz help me to solve this. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
