Thank you. I'll try it after new year -- Chinese New Year. And report if there is any problem.
2009-01-19 Best Regards, Simon Qian SimonQian([email protected]) ---- www.SimonQian.com 发件人: Dick Hollenbeck 发送时间: 2009-01-19 21:59:11 收件人: SimonQian 抄送: openocd-development 主题: Re: [Openocd-development] svf support 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§ion=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 [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
