>> >> On 10/11/2010 08:38 PM, Claude Sylvain wrote: >> >> Hello Borut, >> >> >> - Forget my previous email about "sdcc-20101011-6022". >> I was wrongly thinking that "sdcc-20101011-6022" was "sdcc-3.0.0-rc1". >> >> - I downloaded the right package ("sdcc-src-3.0.0-rc1.tar.bz2"), and seems >> that it built correctly on the following platform: >> - Cygwin 1.7.x on Windows XP Professionnal. >> >> >> - However, when installing ("make install"), the following (non-fatal) >> errors are displayed: >> Remark: I have administrator privilege when installing the package. >> >> +++ >> ... >> >> /usr/bin/install -c -d /usr/local/sdcc/bin >> /usr/bin/install -c ../..//bin/sdcdb.exe /usr/local/sdcc/bin/sdcdb.exe >> strip /usr/local/sdcc/bin/sdcdb.exe >> strip: unable to rename '/usr/local/sdcc/bin/sdcdb.exe'; reason: Permission deni >> ed >> make[1]: *** [install] Error 1 >> make[1]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/de >> bugger/mcs51' >> make[1]: Entering directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/s >> im/ucsim' >> >> ... >> >> test -d /usr/local/sdcc/bin || /usr/bin/install -c -d /usr/local/sdcc/bin >> /usr/bin/install -c s51.exe /usr/local/sdcc/bin/s51.exe >> strip /usr/local/sdcc/bin/s51.exe >> strip: unable to rename '/usr/local/sdcc/bin/s51.exe'; reason: Permission denied >> make[2]: *** [install] Error 1 >> make[2]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/si >> m/ucsim/s51.src' >> make[2]: Entering directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/s >> im/ucsim/avr.src' >> make -C ../cmd.src all >> >> ... >> >> test -d /usr/local/sdcc/bin || /usr/bin/install -c -d /usr/local/sdcc/bin >> /usr/bin/install -c savr.exe /usr/local/sdcc/bin/savr.exe >> strip /usr/local/sdcc/bin/savr.exe >> strip: unable to rename '/usr/local/sdcc/bin/savr.exe'; reason: Permission denie >> d >> make[2]: *** [install] Error 1 >> make[2]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/si >> m/ucsim/avr.src' >> make[2]: Entering directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/s >> im/ucsim/z80.src' >> >> ... >> >> test -d /usr/local/sdcc/bin || /usr/bin/install -c -d /usr/local/sdcc/bin >> /usr/bin/install -c sz80.exe /usr/local/sdcc/bin/sz80.exe >> strip /usr/local/sdcc/bin/sz80.exe >> strip: unable to rename '/usr/local/sdcc/bin/sz80.exe'; reason: Permission denie >> d >> make[2]: *** [install] Error 1 >> make[2]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/si >> m/ucsim/z80.src' >> make[2]: Entering directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/s >> im/ucsim/hc08.src' >> make -C ../cmd.src all >> make[3]: Entering directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/s >> im/ucsim/cmd.src' >> >> ... >> >> test -d /usr/local/sdcc/bin || /usr/bin/install -c -d /usr/local/sdcc/bin >> /usr/bin/install -c shc08.exe /usr/local/sdcc/bin/shc08.exe >> strip /usr/local/sdcc/bin/shc08.exe >> strip: unable to rename '/usr/local/sdcc/bin/shc08.exe'; reason: Permission deni >> ed >> make[2]: *** [install] Error 1 >> make[2]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/si >> m/ucsim/hc08.src' >> make[2]: Entering directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/s >> im/ucsim/doc' >> test -d /usr/local/sdcc/share/doc//ucsim || /usr/bin/install -c -d /usr/local/sd >> cc/share/doc//ucsim >> >> ... >> >> make[5]: Entering directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/d >> evice/lib/pic' >> gputils not found -- PIC14 library not built! >> make[5]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/de >> vice/lib/pic' >> cp: cannot stat `pic/bin/*.*': No such file or directory >> make[4]: [port-specific-objects-pic14] Error 1 (ignored) >> make[4]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/de >> vice/lib' >> make clean_intermediate-pic14 >> make[4]: Entering directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/d >> evice/lib' >> >> ... >> >> source='delay/delay100ktcy.S' object='delay100ktcy.o' libtool=no \ >> DEPDIR=.deps depmode=none /bin/sh ../depcomp \ >> ':' -DHAVE_CONFIG_H -I. -I.. -I../../../include/pic16 -I../../../non- >> free/include/pic16 -I. -p18f452 -c -o delay100ktcy.o `test -f 'delay/delay100ktc >> y.S' || echo './'`delay/delay100ktcy.S >> ../depcomp: line 611: exec: :: not found >> make[7]: *** [delay100ktcy.o] Error 127 >> make[7]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/de >> vice/lib/pic16/libc' >> make[6]: *** [all-recursive] Error 1 >> make[6]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/de >> vice/lib/pic16' >> make[5]: *** [all] Error 2 >> make[5]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/de >> vice/lib/pic16' >> cp: cannot stat `pic16/*/lib*.a': No such file or directory >> cp: cannot stat `pic16/*/crt0*.o': No such file or directory >> make[4]: [port-specific-objects-pic16] Error 1 (ignored) >> make[4]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/de >> vice/lib' >> make clean_intermediate-pic16 >> make[4]: Entering directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/d >> evice/lib' >> >> ... >> >> make[5]: Entering directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/d >> evice/non-free/lib/pic' >> gputils not found -- PIC14 library not built! >> make[5]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/de >> vice/non-free/lib/pic' >> cp: cannot stat `pic/bin/*.*': No such file or directory >> make[4]: [port-specific-objects-pic14] Error 1 (ignored) >> make[4]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/de >> vice/non-free/lib' >> make clean_intermediate-pic14 >> make[4]: Entering directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/d >> evice/non-free/lib' >> >> ... >> >> make[7]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/de >> vice/non-free/lib/pic16' >> make[6]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/de >> vice/non-free/lib/pic16' >> make[5]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/de >> vice/non-free/lib/pic16' >> cp: cannot stat `pic16/*/lib*.a': No such file or directory >> make[4]: [port-specific-objects-pic16] Error 1 (ignored) >> make[4]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/de >> vice/non-free/lib' >> make clean_intermediate-pic16 >> make[4]: Entering directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/d >> evice/non-free/lib' >> >> ... >> >> make[1]: Entering directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/s >> upport/packihx' >> /usr/bin/install -c -d /usr/local/sdcc/bin >> /usr/bin/install -c ../.././bin/packihx.exe `echo /usr/local/sdcc/bin/packihx.ex >> e|sed 's,x,x,'` >> strip `echo /usr/local/sdcc/bin/packihx.exe|sed 's,x,x,'` >> strip: unable to rename '/usr/local/sdcc/bin/packihx.exe'; reason: Permission de >> nied >> make[1]: *** [install] Error 1 >> make[1]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/su >> pport/packihx' >> make[1]: Entering directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/d >> oc' >> /usr/bin/install -c -d /usr/local/sdcc/share/doc/sdcc >> >> ... >> >> mkdir -p /usr/local/sdcc/bin >> /usr/bin/install -c ../../bin/makebin.exe `echo /usr/local/sdcc/bin/makebin.exe| >> sed 's,x,x,'` >> strip `echo /usr/local/sdcc/bin/makebin.exe|sed 's,x,x,'` >> strip: unable to rename '/usr/local/sdcc/bin/makebin.exe'; reason: Permission de >> nied >> make[1]: *** [install] Error 1 >> make[1]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/su >> pport/makebin' >> make[1]: Entering directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/s >> upport/cpp' >> mkdir -p /usr/local/sdcc/bin >> >> ... >> >> /usr/bin/install -c ../../bin/sdas8051.exe `echo /usr/local/sdcc/bin/sdas8051.ex >> e|sed 's,x,x,'` >> strip `echo /usr/local/sdcc/bin/sdas8051.exe|sed 's,x,x,'` >> strip: unable to rename '/usr/local/sdcc/bin/sdas8051.exe'; reason: Permission d >> enied >> make[1]: *** [install] Error 1 >> make[1]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/sd >> as/as8051' >> make[1]: Entering directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/s >> das/asz80' >> >> ... >> >> strip `echo /usr/local/sdcc/bin/sdcclib.exe|sed 's,x,x,'` >> strip: unable to rename '/usr/local/sdcc/bin/sdcclib.exe'; reason: Permission de >> nied >> make[1]: *** [install] Error 1 >> make[1]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/su >> pport/librarian' >> make[1]: Entering directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/s >> das/asranlib' >> /usr/bin/install -c -d /usr/local/sdcc/bin >> /usr/bin/install -c ../../bin/asranlib.exe `echo /usr/local/sdcc/bin/asranlib.ex >> e|sed 's,x,x,'` >> strip `echo /usr/local/sdcc/bin/asranlib.exe|sed 's,x,x,'` >> strip: unable to rename '/usr/local/sdcc/bin/asranlib.exe'; reason: Permission d >> enied >> make[1]: *** [install] Error 1 >> make[1]: Leaving directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/sd >> as/asranlib' >> make[1]: Entering directory `/home/claude/work/software/pc/SDCC/sdcc-3.0.0-rc1/s >> upport/scripts' >> >> ... >> +++ >>
On 12/10/2010 02:49, Borut Razem wrote: > > I tried the build on Cygwin 1.7.x and it works without problems for me. > Can you please tell me how your configure command line looks like? > Have you used some additional options, e.g. disabled pic targets? > Hello Borut, The configure line I use is: ./configure --prefix=/usr/local/sdcc - Also, I built directly from the directory where is the source code. Maybe, building from an outside directory will get rid of that errors. I will try that. Claude. ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ Sdcc-user mailing list Sdcc-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sdcc-user