Hi,

I am trying to compile ring on RPi model B with Rapbian Jessie.

Here is what I do:

apt-get install gcc-4.8 g++-4.8

cd /usr/bin
sudo rm cc gcc c++ g++
sudo ln -s /usr/bin/gcc-4.8 cc
sudo ln -s /usr/bin/gcc-4.8 gcc
sudo ln -s /usr/bin/c++-4.8 c++
sudo ln -s /usr/bin/g++-4.8 g++

sudo apt-get install gcc-arm*


mkdir ring
cd ring
git clone https://gerrit-ring.savoirfairelinux.com/ring-daemon
cd ring-daemon/contrib
mkdir build
cd build
../bootstrap
make

At this point I get an error:

Unable to invoke compiler: arm-none-linux-gnueabi-gcc
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

Configuration failed. This could reflect a misconfiguration of your
toolchains, improper options selected, or another problem. If you
don't see any useful error messages above, the next step is to look
at the configure error log file (config.log) to determine what
configure was trying to do when it died.
../../contrib/src/vpx/rules.mak:109: recipe for target '.vpx' failed
make: *** [.vpx] Error 1

Any idea?


BTW, make also says:

Configuring for target 'armv7-linux-gcc'

I think RPi mode B is using ARM v6...

Regards,

Matej
-- 
PGP Fingerprint: 3B74 637D 8409 53F9 A704  F27C BEA5 286D A9CF 4A88
PGP Key:
https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xBEA5286DA9CF4A88
_______________________________________________
Ring mailing list
Ring@lists.savoirfairelinux.net
https://lists.savoirfairelinux.net/mailman/listinfo/ring

Reply via email to