Giter Site home page Giter Site logo

Comments (7)

ItsSven64 avatar ItsSven64 commented on August 15, 2024

After some back and forth with the toolchain team we figured out that it has to do with compiler issues. I added LTO = NO to the makefile, and now it throws the following;
image

from internetce.

MathisLav avatar MathisLav commented on August 15, 2024

Well, I'm not sure I understand what's causing this error. Maybe you're not using the same version of the toolchain as I am? (but your CEdev path suggests that you are)

Anyway, this seems to be more of a compiler side issue, I don't think I can help you with that, sorry. You could still reinstall the toolchain with the lastest version, it solves most issues, from experience.

from internetce.

ItsSven64 avatar ItsSven64 commented on August 15, 2024

Thanks for the help! Already opened an issue in toolchain

from internetce.

mateoconlechuga avatar mateoconlechuga commented on August 15, 2024

The issue is the transport_checksum function. Changing the uint16_t chksmmsb and uint16_t chksmlsb variables to be of type uint24_t appears to fix the compile issue.

Still a compiler issue, but at least it is fixable.

from internetce.

MathisLav avatar MathisLav commented on August 15, 2024

Yes I had this bad habit to always choose the smallest variable size I could use. But I'll release soon a new version that uses uint24_t whenever it's possible, so it should fix the issue.

Thanks for the clarification @mateoconlechuga

from internetce.

MathisLav avatar MathisLav commented on August 15, 2024

Should be fixed in the fix_recent_phones branch. @ItsSven64 if you see this message, could you try to compile this branch (git checkout fix_recent_phones) and tell me if you still have the issues you mentioned in this thread?

from internetce.

MathisLav avatar MathisLav commented on August 15, 2024

Closing the issue as I think the last merge solved it. But feel free to reopen it if you encounter a similar issue again.

from internetce.

Related Issues (17)

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.