[Csnd] Re: Csound on Embedded Linux (BeagleBone)
Date | 2012-11-04 10:54 |
From | jpff@cs.bath.ac.uk |
Subject | [Csnd] Re: Csound on Embedded Linux (BeagleBone) |
Can you write to the Engine directory? As Victor says the conflicts are not important (tro you anyway). I/O error suggests full disk, permissions or similar. Try running bison -d --report=itemset -p csound_orc -o Engine/csound_orcparse.c outside scons and see if it gives better error messages I could email you a version of Engine/csound_orcparse.c if all else fails ==John ff > This is John's territory, but I'd say check your bison version. The > "Engine/csound_orc.y: conflicts: 5 shift/reduce, 49 reduce/reduce" is > benign and it is not a cause for the failure. > The unspecified bison: I/O error is. > > Victor > On 4 Nov 2012, at 01:45, William Wignall wrote: > >> Hello All, >> >> My friend Paul and I are working on a project which requires an >> installation of Csound on an embedded device, the BeagleBone. It is >> running an up-to-date Angstrom distribution of Linux. We have been >> successful in compiling cmake, libsndfile, and scons. We have attempted >> to compile Csound 5.18.02 and 5.17.6, but we have run into this error >> both times: >> >> bison -d --report=itemset -p csound_orc -o Engine/csound_orcparse.c >> Engine/csound_orc.y >> Engine/csound_orc.y: conflicts: 5 shift/reduce, 49 reduce/reduce >> bison: I/O error >> scons: *** [Engine/csound_orcparse.c] Error 1 >> scons: building terminated because of errors. >> >> We think it's got something to do with "csound_orcparse.c". Are we on to >> anything here, and if so how do we fix it? Does anyone have experience >> compiling Csound on embedded devices? (John and Victor, Dr. B mentioned >> both of you... would either of you be able to offer any help or advice?) >> >> Thanks, >> Trev Wignall >> > > Dr Victor Lazzarini > Senior Lecturer > Dept. of Music > NUI Maynooth Ireland > tel.: +353 1 708 3545 > Victor dot Lazzarini AT nuim dot ie > > > > > > |
Date | 2012-11-05 03:17 |
From | William Wignall |
Subject | Re: [Csnd] Re: Csound on Embedded Linux (BeagleBone) |
Thanks John and Victor, I got the latest version of Bison (and Flex too, because I needed that as well) and successfully compiled Csound. Paul and I are really exited! The next roadblock is this error, which Csound will return unless the -n flag is used: sfinit: cannot open (null) Why is this? What's sfinit? Is it missing? Thanks, Trev On Sun, Nov 4, 2012 at 5:54 AM, <jpff@cs.bath.ac.uk> wrote:
|