Giter Site home page Giter Site logo

Comments (3)

fhoedemakers avatar fhoedemakers commented on June 12, 2024

See table below for several testbuilds on different platforms.

arm-none-eabi-gcc --version Sound OK Platform
8.3.1 Yes Debian Bullseye - Raspberry PI
9.2.1 Yes WSL - 20.04.6 LTS (Focal Fossa) - Windows 11
9.2.1 Yes Github Action ubuntu-20.04
10.3.1 No Github Action ubuntu-latest (22.04)
12.2.1 No Debian Bookworm - raspberry PI

from pico-smsplus.

fhoedemakers avatar fhoedemakers commented on June 12, 2024

Workaround applied to Github action by changing .github/workflows/buildandrelease.yml to run on ubuntu-20.04. This version uses 9.2.1 of arm-none-eabi-gcc

Keeping the issue open, because manual builds on later versions of ubuntu (22.04 or higher) must simply work. And i assume it is a problem in my code.

from pico-smsplus.

fhoedemakers avatar fhoedemakers commented on June 12, 2024

Statement below in sms.h causes a memory overflow which in turn causes the sound corruption.

__builtin_memset(sms.dummy, 0, 0x2000);

from pico-smsplus.

Related Issues (5)

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.