Post
Topic
Board Hardware
Re: GekkoScience 2Pac BM1384 Stickminer Official Support Thread
by
vh
on 01/02/2017, 00:03:54 UTC
Hi! Sorry, but I'm a bit of a Linux noob. I'm following the instructions on how to install on Raspberry Pi and upon reaching this step:

Code:
CFLAGS="-O2 -march=native" ./autogen.sh --enable-gekko

I'm getting the following errors:

Code:
checking for gcc... gcc
checking whether the C compiler works... *** Error in `gcc': double free or corruption (top): 0x01a43588 ***
no
configure: error: in `/home/pi/git/vthoang/cgminer':
configure: error: C compiler cannot create executables
See `config.log' for more details

My Raspbian is fully up to date and I'm running kernel v4.4

Appreciate any help you can offer to get this running. Thanks.

Try without the flags.
Code:
./autogen.sh --enable-gekko