Page 1 of 1

compiler error (173)

Posted: Wed Mar 22, 2006 12:51 am
by Frank G.
Hi!

Can someone help me please.

How do I get the error fix?

The code is ready to go, ecept for the error.

Thanks

Frank G. :?:



Warning[224] C:\PROGRA~1\MATRIX~1\ASM4PICS\ASM4PICS\MY_PROG\SMITH_~1\TRFIC_~1.ASM 62 : Use of this instruction is not recommended.

Warning[224] C:\PROGRA~1\MATRIX~1\ASM4PICS\ASM4PICS\MY_PROG\SMITH_~1\TRFIC_~1.ASM 64 : Use of this instruction is not recommended.

Warning[224] C:\PROGRA~1\MATRIX~1\ASM4PICS\ASM4PICS\MY_PROG\SMITH_~1\TRFIC_~1.ASM 66 : Use of this instruction is not recommended.

Error[173] C:\PROGRA~1\MATRIX~1\ASM4PICS\ASM4PICS\MY_PROG\SMITH_~1\TRFIC_~1.ASM 107 :
source file path exceeds 62 characters (C:\PROGRA~1\MATRIX~1\ASM4PICS\ASM4PICS\MY_PROG\SMITH_~1\TRFIC_~1.ASM)

Posted: Wed Mar 22, 2006 6:32 pm
by Steve
Hi Frank,

This is a known limitation with the COD files that MPASM creates. Basically, the path to your files is too long.

To rectify this, copy your ASM file to a directory nearer the root of your drive and re-assemble it (a couple of directories up should be enough).