hzeller / gmrender-resurrect

Resource efficient UPnP/DLNA renderer, optimal for Raspberry Pi, CuBox or a general MediaServer. Fork of GMediaRenderer to add some features to make it usable.
GNU General Public License v2.0
832 stars 202 forks source link

Compile gmrender for Arm #154

Closed kuzinnv closed 4 years ago

kuzinnv commented 6 years ago

Hi! I trying to compile gmrender for arm (Beaglebone Black) and i have a problem.

configure: error: C compiler cannot create executables See `config.log' for more details

In config.log I see the folowing

cc version 4.7.3 20130328 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.04-20130415 - Linaro GCC 2013.04) configure:3043: $? = 0 configure:3032: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3043: $? = 1 configure:3032: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated.

Can you help me?

hzeller commented 4 years ago

This looks like you don't have a compiler installed ? Did you instal build-essential on the machine ?