Giter Site home page Giter Site logo

Comments (1)

Simon-L avatar Simon-L commented on June 11, 2024

Hi @turian! Have you found a solution in the meantime?

A few things that could be checked:

  • I note you're using make -f Make.llvm.static manually, any reason for that? If you build with make ... TARGETS=all.cmake and BACKENDS=all.cmake ... all it should be handled as part of the process.
  • How is dawdreamer.so assembled? Can you check by running "ldd" on it see if it finds everything it needs.
  • And look for deleteDSPFactory in the libraries that were built: nm <lib> | grep deleteDSPFactory, use nm -D for .so

What hardware did this container run on and what is the final target hardware?

I am using cmake-only commands for building faust, as of today this is how I build, tested for x86_64 and aarch64 (though not on ubuntu):

cd build
cmake -B faustdir -C ./backends/all.cmake -C ./targets/all.cmake \
        -DCMAKE_INSTALL_PREFIX=prefix.
cmake --build faustdir --parallel 16 --verbose
cmake --build faustdir --parallel 16 --verbose --target install

Likely unrelated, but you may try this fix that was added to the tests recently: b2eab61#diff-04dcd85c83a0f9b7f470b167ceb879b6ae8c4dd7418c3eec10efb1c9550970c2R14

from faust.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.