Hi All

I need to modify an existing program to include the floating point maths routines from Microchip. To do this I understand I have to compile using mpasm.

Before trying to use the routines from Microchip, I have tried assembling my existing program using mpasm. This produces a number of errors

All of the errors produced are "Symbol not previously defined"

These are a few of them

Error[113] C:\OLDHARD\PROGRAMS\PBP\PBPPIC14.LIB 766 : Symbol not
previously defined (PCLATH)
Error[113] C:\OLDHARD\PROGRAMS\PBP\PBPPIC14.LIB 773 : Symbol not
previously defined (PCLATH)
Error[113] C:\OLDHARD\PROGRAMS\PBP\PBPPIC14.LIB 712 : Symbol not
previously defined (PCLATH)
Error[113] C:\OLDHARD\PROGRAMS\PBP\PBPPIC14.LIB 719 : Symbol not
previously defined (PCLATH)

The program compiles fine using the Melabs assembler.

The device is a 16F876

Any ideas?

Thanks

Reg Smith