Gateless Gate is a cross-platform OpenCL Zcash miner.
Hi,
I couldn't compile it in linux:
main.c:1392:6: note: expected struct _cl_mem ** but argument is of type uint8_t *
void mining_mode(cl_device_id *dev_id, cl_context ctx, cl_command_queue queue,
^
main.c:1479:3: error: too many arguments to function mining_mode
mining_mode(*dev_id, program, ctx, queue, k_init_ht, k_rounds, k_sols, buf_ht,
^
main.c:1392:6: note: declared here
void mining_mode(cl_device_id *dev_id, cl_context ctx, cl_command_queue queue,
^
: recipe for target 'main.o' failed
Do you have an idea, why compiler failed with "error: too many arguments to function mining_mode"?
Thank you.