On 25/02/14 19:44, Jens Bauer wrote:
> Hi all.
>
> I just tried building OpenOCD with --enable-cmsis-dap.
>
> src/jtag/drivers/cmsis_dap_usb.c conflicts with one of my system includes 
> (/usr/include/sys/wait.h):
>
> pid_t   wait(int *) __DARWIN_ALIAS_C(wait);
>
> The 'wait' argument for the following two subroutines are conflicting, and it 
> results in a build-error:
>
> static int cmsis_dap_cmd_DAP_TFER_Configure(uint8_t idle, uint16_t wait, 
> uint16_t retry)
> static int cmsis_dap_cmd_DAP_SWJ_Pins(uint8_t pins, uint8_t mask, uint32_t 
> wait, uint8_t *input)
>
> On my platform (Mac OS X 10.5), I could fix it by changing the name to 
> 'delay', would that be an appropriate name ?
>

seems reasonable, are you able to send a patch to gerrit ?

Spen


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to