Post Go back to editing

FAUST and CCES

Category: Software

Hello, I'm trying to compile FAUST generated C++ code with CCES. I'm having the same issue that another user reported about compatibility with C++ 11 code while C++ files from the repository sam-faust by moforte build perfectly. I found a similiar question asked by an user and tried to enable the setting "Compile C++ source files with C++ 11 feature extensions". 

This resolved all the errors but one that still doesnt allow me to compile, the error is "cannot open source file "alloca.h", so it doesnt recognize this library, what can i do?

Parents
  • Hello,

    There were some changes to the FAUST generated C++ code after our initial release of the SAM BM SDK. A specific older version would have to be used but I need to look back to figure out which version. I can also communicate with them because they were going to try and generate code that would work with our compiler.

    Regards,

    Chad

  • Thank you for the answer, I thought about using and older version of FAUST but how can i do it from the online editor?

  • Hello,

    Unfortunately the online editor would not be able to be used. I communicated with them today and no progress has been made with generating code that will work with our older compiler unfortunately. I am going to have to update our Faust wiki pages to reflect these changes. It looks like using version 2.6.1 of Faust is the best option.

    Regards,

    Chad

Reply
  • Hello,

    Unfortunately the online editor would not be able to be used. I communicated with them today and no progress has been made with generating code that will work with our older compiler unfortunately. I am going to have to update our Faust wiki pages to reflect these changes. It looks like using version 2.6.1 of Faust is the best option.

    Regards,

    Chad

Children