Csound Csound-dev Csound-tekno Search About

Re: [Csnd] Faust opcodes

Date2019-01-21 12:14
Fromebmtranceboy
SubjectRe: [Csnd] Faust opcodes
Thanks Victor. csound -z shows the 6 faust* opcodes now!

The reason was that, even if llvm support is made static explicitly by modifying backends.cmake, the static Faust build should also be made explicitly by running 'cmake -DINCLUDE_STATIC=on -C ../backends/backends.cmake ..' and then 'make staticlib'.

nm /usr/local/lib/csound/plugins64-6.0/libfaustcsound.so | grep " U " | grep "llvm" 
still shows a bunch of lines though.

I will do audio tests now anyway!

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2019-01-21 13:42
FromVictor Lazzarini
SubjectRe: [Csnd] Faust opcodes
Excellent.It’s great to have this recorded here in the list for future reference.
========================
Prof. Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 21 Jan 2019, at 12:14, ebmtranceboy  wrote:
> 
> Thanks Victor. csound -z shows the 6 faust* opcodes now!
> 
> The reason was that, even if llvm support is made static explicitly by modifying backends.cmake, the static Faust build should also be made explicitly by running 'cmake -DINCLUDE_STATIC=on -C ../backends/backends.cmake ..' and then 'make staticlib'.
> 
> nm /usr/local/lib/csound/plugins64-6.0/libfaustcsound.so | grep " U " | grep "llvm" 
> still shows a bunch of lines though.
> 
> I will do audio tests now anyway!
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here