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

Reply
  • 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

Children