URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
Compare Revisions
- This comparison shows the changes necessary to convert path
/openrisc/trunk/or_debug_proxy
- from Rev 646 to Rev 682
- ↔ Reverse comparison
Rev 646 → Rev 682
/Makefile
114,9 → 114,9
@echo "The static library, $(STATIC_LIB), is missing." |
@echo "Please download the driver to build a statically linked version" |
@echo "of this app. For 32-bit Linux, try:"; echo |
@echo "\twget http://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx1.0.4.tar.gz" |
@echo "\ttar xzf libftd2xx1.0.4.tar.gz" |
@echo "\tcp libftd2xx1.0.4/build/i386/libftd2xx.a lib" |
@echo "\twget http://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx0.4.16.tar.gz" |
@echo "\ttar xzf libftd2xx0.4.16.tar.gz" |
@echo "\tcp libftd2xx0.4.16/static_lib/libftd2xx.a.0.4.16 lib/" |
@echo |
@exit 1 |
# ----------------------------------------------------------------------------- |