Hi, I have unsigned char tile_x; declared outside main(), when I do tile_x=0; I get this error:
project.asm:2635: error: Duplicate label or redefining symbol that cannot be redefined. (_$_000083) there is PAGESEL $ on line 2635, but tile_x=anything I have tried so far except zero; is OK. Whats wrong with my code? Thanks. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
