Hello everybody.

/I have a problem when build a program using string.h and stdlib.h.
this is the output:
make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory `/home/amartins/MPLABXProjects/Pic18F4550Test.X'
make  -f nbproject/Makefile-default.mk
dist/default/production/Pic18F4550Test.X.production.cof
make[2]: Entering directory `/home/amartins/MPLABXProjects/Pic18F4550Test.X'
mkdir -p build/default/production
rm -f  build/default/production/main.o
/usr/local/bin/sdcc --debug-ralloc --pstack-model=large --pno-banksel
--extended --obanksel=2 -L /usr/share/sdcc/lib/pic16 -L
/usr/share/sdcc/lib/small -I/usr/share/sdcc/include
-I/usr/share/sdcc/include/pic16/   -c -mpic16 -p18f4550 main.c 
-obuild/default/production/main.o
mkdir -p dist/default/production
/usr/local/bin/sdcc  --debug-ralloc -Wl-c -Wl-m --pstack-model=large
--pno-banksel --extended --obanksel=2 -L /usr/share/sdcc/lib/pic16 -L
/usr/share/sdcc/lib/small -I/usr/share/sdcc/include
-I/usr/share/sdcc/include/pic16/   -mpic16 -p18f4550
build/default/production/main.o 
-odist/default/production/Pic18F4550Test.X.production.cof
make[2]: *** [dist/default/production/Pic18F4550Test.X.production.cof]
Error 1
make[1]: *** [.build-conf] Error 2
message: using default linker script "/usr/share/gputils/lkr/18f4550.lkr"
error: missing definition for symbol "_strcpy", required by
"build/default/production/main.o"
make[2]: Leaving directory `/home/amartins/MPLABXProjects/Pic18F4550Test.X'
make[1]: Leaving directory `/home/amartins/MPLABXProjects/Pic18F4550Test.X'
make: *** [.build-impl] Error 2/

BUILD FAILED (exit value 2, total time: 1s)

I build SDCC 3.0.0 on my machine. Can someone help me please?
-- 
Alexandre Martins
Electronics and Telecommunications Technical Engineer
Web/Software/Android Developer
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to