On Fri, 2011-08-19 at 19:40 +0100, Nemanja Trecakov wrote: > Hi list, > > I found the way to include the xctlsh in the %PATH% > (http://www.computerhope.com/issues/ch000549.htm). > > However, now I have a new problem. Here is the error I get in the cmd.exe > when I try gmake. > > Any help is appreciated!
Looks like gmake doesn't like pathnames with spaces in them. I guess you can try moving the build directory to one without spaces in it. --n > > > Best Regards, > Nemanja Trecakov > > The error follows below: > ------------------------ > > C:\Documents and Settings\USRP2_fpga_NEMO\usrp2\top\USRP2>gmake > 'head' is not recognized as an internal or external command, > operable program or batch file. > ../Makefile.common:55: warning: overriding commands for target `C:/Documents' > ../Makefile.common:51: warning: ignoring old commands for target > `C:/Documents' > ../Makefile.common:55: warning: overriding commands for target `and' > ../Makefile.common:51: warning: ignoring old commands for target `and' > ../Makefile.common:60: warning: overriding commands for target `C:/Documents' > ../Makefile.common:55: warning: ignoring old commands for target > `C:/Documents' > ../Makefile.common:60: warning: overriding commands for target `and' > ../Makefile.common:55: warning: ignoring old commands for target `and' > gmake: Circular C:/Documents <- C:/Documents dependency dropped. > gmake: Circular and <- C:/Documents dependency dropped. > gmake: Circular and <- and dependency dropped. > gmake: Circular Settings/USRP2_fpga_NEMO/usrp2/top/USRP2/build/u2_rev3.bin <- > C: > /Documents dependency dropped. > gmake: Circular Settings/USRP2_fpga_NEMO/usrp2/top/USRP2/build/u2_rev3.bin <- > an > d dependency dropped. > gmake: Circular Settings/USRP2_fpga_NEMO/usrp2/top/USRP2/build/u2_rev3.xise > <- C > :/Documents dependency dropped. > gmake: Circular Settings/USRP2_fpga_NEMO/usrp2/top/USRP2/build/u2_rev3.xise > <- a > nd dependency dropped. > gmake: *** No rule to make target > `Settings/USRP2_fpga_NEMO/usrp2/top/USRP2/u2_c > ore.v', needed by > `Settings/USRP2_fpga_NEMO/usrp2/top/USRP2/build/u2_rev3.xise'. > Stop. > > C:\Documents and Settings\USRP2_fpga_NEMO\usrp2\top\USRP2> > > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
