Page 1 of 1

Drivers won't make

PostPosted: Mon Jul 11, 2011 1:35 am
by ginge6000
Hi,

I keep getting errors when I do the make && make install with the latest drivers under Ubuntu server 11.04.

Code: Select All Code
make -C firmware
make[2]: Entering directory `/home/administrator/tbs/linux-tbs-drivers/v4l/firmware'
  CC  ihex2fw
make[2]: gcc: Command not found
make[2]: *** [ihex2fw] Error 127
make[2]: Leaving directory `/home/administrator/tbs/linux-tbs-drivers/v4l/firmware'
make[1]: *** [firmware] Error 2
make[1]: Leaving directory `/home/administrator/tbs/linux-tbs-drivers/v4l'
make: *** [all] Error 2


Anyone able to help?????

Re: Drivers won't make

PostPosted: Mon Jul 11, 2011 8:11 am
by SergioDanielG
ginge6000 Wrote:Hi,

I keep getting errors when I do the make && make install with the latest drivers under Ubuntu server 11.04.

Code: Select All Code
make -C firmware
make[2]: Entering directory `/home/administrator/tbs/linux-tbs-drivers/v4l/firmware'
  CC  ihex2fw
make[2]: gcc: Command not found
make[2]: *** [ihex2fw] Error 127
make[2]: Leaving directory `/home/administrator/tbs/linux-tbs-drivers/v4l/firmware'
make[1]: *** [firmware] Error 2
make[1]: Leaving directory `/home/administrator/tbs/linux-tbs-drivers/v4l'
make: *** [all] Error 2


Anyone able to help?????



You need gcc compiler. But maybe you need something more.
If you are using a debian like disto, do in a terminal:

#apt-get install module-assistant

With this you will install all that you need to compile everything.

Re: Drivers won't make

PostPosted: Mon Jul 11, 2011 4:28 pm
by ginge6000
SergioDanielG Wrote:
You need gcc compiler. But maybe you need something more.
If you are using a debian like disto, do in a terminal:

#apt-get install module-assistant

With this you will install all that you need to compile everything.


Thank you! What an idiot! Installed GCC and it all worked fine. Now I just need to get mythtv setup.....

Re: Drivers won't make

PostPosted: Tue Jul 12, 2011 1:04 am
by SergioDanielG
If you are using a Debian like disto, only

# apt-get install mythtv

then, stop mythtv-backend and run mythtv-setup
Configure it, exit from mythtv-setup and run mythfilldatabase
(from memory)

Tell me if you need more detailed information...

Re: Drivers won't make

PostPosted: Wed Jul 13, 2011 1:32 am
by smv1210
If you are using a Debian like disto, only

# apt-get install mythtv

For Ubuntu, as a most popular "Debian like distro", it would be better to use:

# apt-get install mythbuntu-control-centre

Or... just use mythbuntu distro as it is :)

Re: Drivers won't make

PostPosted: Thu Mar 24, 2016 7:07 am
by zebiden
You have not compiler in system. You are using ubuntu? Try "apt-get install build-essential", and retry driver install.