Hi, I followed the instructions in the document. Compilation is OK, but when run "make install":
/bin/mkdir -p '/usr/local/share/urjtag/xilinx/xc2c256-tq144' /usr/bin/install -c -m 644 xilinx/xc2c256-tq144/STEPPINGS xilinx/xc2c256-tq144/xc2c256-tq144 '/usr/local/share/urjtag/xilinx/xc2c256-tq144' /bin/mkdir -p '/usr/local/share/urjtag/atheros/ar2312' /usr/bin/install -c -m 644 atheros/ar2312/ar2312 '/usr/local/share/urjtag/atheros/ar2312' /bin/mkdir -p '/usr/local/share/urjtag/analog' /usr/bin/install -c -m 644 analog/PARTS analog/PARTS '/usr/local/share/urjtag/analog' /usr/bin/install: will not overwrite just-created `/usr/local/share/urjtag/analog/PARTS' with `analog/PARTS' make[2]: *** [install-nobase_dist_pkgdataDATA] Error 1 make[2]: Leaving directory `/home/simonqian/urjtag/urjtag/jtag/data' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/home/simonqian/urjtag/urjtag/jtag/data' make: *** [install-recursive] Error 1 How to fix this error? It seems that PARTS file is not successfully installed, which issues error below. I connect to JTAG interface of Mega128, and run jtag under trunk/jtag/src: simonq...@simonqian-laptop:~/urjtag/urjtag/jtag/src$ ./jtag UrJTAG 0.10 #1827 Copyright (C) 2002, 2003 ETC s.r.o. Copyright (C) 2007, 2008, 2009 Kolja Waschk and the respective authors UrJTAG is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for UrJTAG. WARNING: UrJTAG may damage your hardware! Type "quit" to exit, "help" for help. jtag> cable vsllink Versaloon(0x15)by Simon(compiled on Aug 16 2010)(buffer size 12288 bytes) target running at 156 mV Versaloon JTAG Interface ready jtag> detect IR length: 4 Chain length: 1 Device Id: 10001001011100000010000000111111 (0x000000008970203F) Manufacturer: Atmel Cannot open /usr/local/share/urjtag/atmel/PARTS Unknown part! chain.c(149) Part 0 without active instruction chain.c(200) Part 0 without active instruction chain.c(149) Part 0 without active instruction jtag> The Device ID of Mega128 is detected OK. But I cannot find PARTS under /usr/local/share/urjtag/atmel. Although atmega128 directory is there. BTW, the vsllink driver is almost ready. -- Best Regards, SimonQian http://www.SimonQian.com
------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________ UrJTAG-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/urjtag-development
