[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] headless arm sclang fails



I'll try to compile some info based on Fredrik's page [*] at some point.
That's [*] where I started from.
The key in this case is to downgrade gcc from 4.9.2 to 4.8.4.
If it's the compiler which has a problem or some old code which may have a problem with gcc 4.9 is currently unknown.
On my _old_ single core R-Pi, with Raspbian Lite Jessie and the current source tree of the 3.7 branch, the steps are as follows:

$ sudo apt-get install g++-4.8 gcc-4.8		# install gcc 4.8
$ sudo apt-get autoremove g++-4.9 gcc-4.9 libstdc++-4.9-dev  # remove gcc 4.9
$ sudo ldconfig   # configure dynamic linker run-time bindings

$ cd /usr/bin
$ sudo rm cpp arm-linux-gnueabihf-cpp 
$ sudo rm g\+\+ gcc	# need to "escape" the + characters!

$ sudo ln -s cpp-4.8 cpp
$ sudo ln -s cpp-4.8 arm-linux-gnueabihf-cpp
$ sudo ln -s g\+\+-4.8 g\+\+
$ sudo ln -s gcc-4.8 gcc

That helped me for the atIdentityHash error. 
But now there are other problems, which I'm currently working on.

HTH, m.


[*] http://supercollider.github.io/development/building-raspberrypi.html

On 19.Dec 2015, at 4:03 , tonk <kyle.b.vinton@xxxxxxxxx> wrote:

> Do you think you could provide me with a set of instructions for getting up
> to where you are? I'm stuck with the atIdentityHash error.




_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/