Compile urJTAG for Windows

From DP

Revision as of 12:17, 18 January 2011 by Jamz (Talk | contribs)
Jump to: navigation , search

Contents

Introduction

Urjtag is a modern tool for communicating over JTAG with flash chips, CPU's etc. This version aimed at supporting Bus Blaster high speed JTAG/flash programmer development

Requirements

Before you can compile Urjtag for windows, you need to download and install the following files for your build:

Autoconf Automake Bash Bison Bzip2 CMake FlexGCC (gcc, g++) GNU MakeGNU Sed Intltool LibC for 32-bit Libtool OpenSSL-dev Patch Perl Perl XML::Parser Pkg-config SCons UnZip Wget XZ Utils Yasm

Building the Cross Compile Environment

After downloading the needed files, you have to run configure, make and make install

Testing the build Environment

Flags and Parameters

Patching Urjtag

patch -p0 -i path-to-patch-file

Cross Compiling Urjtag for windows

Testing and Running on windows

References

http://urjtag.sourceforge.net/

Credits