Hi, I'm trying to make a patch that detect the pid of a plugged FTDI chip but I have some trouble with compilation. It's say "undefined reference to sessPid", sessPid is my found PID I'm searching it on openocd.c and I want to put it on ft2232.c. I think it's a problem with my makefile because I add openocd.h into but nothing happen. Someone can help me ? And I want to understand this define : #define FT2232_BUFFER_SIZE 131072 I don't understand why the buffer size is set to 131072, with that size on my FT4232H I got reset connection by GDB. (With 8192 it's works well). Thanks Vivien !
------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
