Giter VIP home page Giter VIP logo

Comments (10)

adriweb avatar adriweb commented on July 29, 2024

Tagging this as an external issue until proven otherwise, as include guards are already present, so I'm not sure what to do about it...

from toolchain.

debrouxl avatar debrouxl commented on July 29, 2024

Include guards protect against multiple inclusion of a given header during a single compiler invocation, but they're powerless against single or multiple inclusion of a given header during multiple independent compiler invocations.
Now, why exactly is the toolchain complaining about __frameset specially, which is an equate in the ASM file included by ti84pce.h, I don't know.

from toolchain.

adriweb avatar adriweb commented on July 29, 2024

Oh, yeah, "multiple independent compiler invocations", you're probably right...

from toolchain.

jacobly0 avatar jacobly0 commented on July 29, 2024

WARNING (909) (00000000 Z:\opt\CEdev\lib\std\chelp.lib)--> Public symbol "__imuls" already externally defined.
WARNING (909) (00D1CEC1 Z:\opt\CEdev\lib\std\chelp.lib)--> Public symbol "__imuls" already externally defined.

I believe this is related.

from toolchain.

elfprince13 avatar elfprince13 commented on July 29, 2024

Perhaps turning the equates into a mix of defines and xrefs would help?

from toolchain.

elfprince13 avatar elfprince13 commented on July 29, 2024

I think "external issue" is not the right tag for this. It's not a compiler issue, it's a "the include file doesn't behave like an include file, because it introduces link-time symbols, rather than merely providing forward declarations" issue.

from toolchain.

adriweb avatar adriweb commented on July 29, 2024

Yeah, removed it.

from toolchain.

mateoconlechuga avatar mateoconlechuga commented on July 29, 2024

Just use _At rather than equ.

from toolchain.

mateoconlechuga avatar mateoconlechuga commented on July 29, 2024

The best solution would be to redo the standard libraries to use the libraries in the bootcode. This probably means modifying the crtl source so it doesn't cause these warnings.

from toolchain.

mateoconlechuga avatar mateoconlechuga commented on July 29, 2024

Fixed with release v2.0 (And no, changing the name to 'tice.h' wasn't the solution :P)

from toolchain.

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.