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 follo
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