[Csnd-dev] Raspberry Pi Compilation
Date | 2016-09-19 17:11 |
From | Ed Costello |
Subject | [Csnd-dev] Raspberry Pi Compilation |
Does Csound compile plugins when compiling on the Raspberry Pi? Like if I had libwebsockets installed on Raspbian would it pick it up and compile the websocket opcodes too? Ed -- Edward Costello |
Date | 2016-09-19 18:38 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Raspberry Pi Compilation |
you can compile them yourself, should be simple enough. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland
|
Date | 2016-09-19 23:43 |
From | Ed Costello |
Subject | Re: [Csnd-dev] Raspberry Pi Compilation |
I'm getting an error when trying to compile Csound on the raspberry pi, I have a model 1 B, it doesn't have the arm Neon instruction set, but the compiler thinks I should have it. Is there a switch I can use so it doesn't look for it when compiling the fft routines? Ed On Mon, 19 Sep 2016 at 18:38 Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
-- Edward Costello |
Date | 2016-09-20 00:15 |
From | Ed Costello |
Subject | Re: [Csnd-dev] Raspberry Pi Compilation |
I figured it out, just had to disable the instructions by defining PFFFT_SIMD_DISABLE. Cheers Ed On Mon, 19 Sep 2016 at 23:43 Ed Costello <phasereset@gmail.com> wrote:
-- Edward Costello |