On Sat, May 23, 2009 at 9:12 AM, Xiaofan Chen <xiaof...@gmail.com> wrote:
> I'd like to test as well for my V3 black J-link. It works well with
> your previous
> patch. But the latest trunk does not build under Arch Linux. It is also 
> pointed
> out by Simon Qian. How should I modify that file?
>
> xsvf.c: In function ‘handle_xsvf_command’:
> xsvf.c:1025: error: format ‘%jd’ expects type ‘intmax_t’, but argument
> 4 has type ‘long int’
> make[3]: *** [xsvf.lo] Error 1
>

Change it to %ld as previous version helps.


-- 
Xiaofan http://mcuee.blogspot.com
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to