On Thursday 21 May 2009, Rick Altherr wrote:
> I believe the fix for  
> off_t should be portable, but I'm less certain of the struct timeval  
> fix.  

The timeval fix looks like it reverses a fix I needed:

pld.c: In function ‘handle_pld_load_command’:
pld.c:194: error: format ‘%i’ expects type ‘int’, but argument 6 has type 
‘__suseconds_t’

Maybe you can just cast it to "int" and use "%d".
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to