I fixed it
i will post the full info when i get home
Yes i know that this is on this thread and others BUT
it can get confusing for some of us OLD gits
so i thought i would do it command by command
ok heres what i did
make sure you are sudo su to root
cd
apt-get install build-essential libtool libcurl4-openssl-dev libncurses5-dev libudev-dev autoconf automake screen
wget
http://curl.haxx.se/download/curl-7.34.0.tar.bz2 wget
http://www.digip.org/jansson/releases/jansson-2.5.tar.bz2tar -xvf curl-7.34.0.tar.bz2
cd curl-7.34.0
./configure
make
make install
cd ..
tar -xvf jansson-2.5.tar.bz2
cd jansson-2.5
./configure
make
make install
wget
http://ftp.osuosl.org/pub/ubuntu/pool/main/a/automake1.11/automake1.11_1.11.6-2_all.debsudo dpkg -i automake1.11_1.11.6-2_all.deb
sudo ln -s /usr/local/lib/libjansson.* /usr/lib/
cd ..
git clone
https://github.com/jmordica/cgminer-gc3355if you have a problem with git then use 'apt-get install git'
cd cgminer-gc3355/
./configure --enable-scrypt --enable-gridseed
make
Thats it your done
./cgminer --gridseed-options=baud=115200,freq=800,chips=40,modules=1,usefifo=0,btc=0 --hotplug=0
this works on Ubuntu 13.10 and the new version 14 Ubuntu
Hope this helps someone out.
Helped even after a few years, Thank you! - Additional: Working on Current(Nov, 2017) Raspberry Pi 3, over secure WiFi, Debian, cgminer-gc3355.
A