SimonQian wrote:
> Hi,
> Basically, I agree with Dick.
> Some codes are more suitable to be written in a higher level language
> than C.
> But maybe it will need some time.
> I simply find no python3.0 in my latest ubuntu repository.
> Latest version is 2.5.
> So the svf2xsvf is not usable to me.


If you want to pursue this further:

I built python 3.0 from source for Ubuntu Hardy. I googled for build
instructions.



However if you were to upgrade to Ubuntu Intrepid, then you can more
easily install the now standard "python3" package directly:

# sudo apt-get install python3

will do. See package here:

http://packages.ubuntu.com/search?keywords=python3&searchon=names&suite=intrepid&section=all

Windows users can download a pre-made "python 3.0" binary and simply
install it from http://python.org .

The Windows command line then is something like:


C:> python3.0 svf2xsvf.py <svf-filename> <xsvf-filename>

On linux that would be:

$ svf2xsvf.py <svf-filename> <xsvf-filename>


HTH,

Dick



_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to