Skip to content

Including ti84pce.h in multiple files causes linktime warnings. #16

Closed
@elfprince13

Description

@elfprince13

If I #include <ti84pce.h> in multiple files, at link time, the object files for some of them emit duplicate symbol warnings for __frameset:

WARNING (909) (00000000 rb_tree\misc.obj)--> Public symbol "__frameset" already externally defined.
WARNING (909) (00D1D3EE rb_tree\misc.obj)--> Public symbol "__frameset" already externally defined.

If I rewrite these later files with #pragma asm to provide equates for only the labels I need, the warning is not emitted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions