You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.