HI,
This is my first foray into working with PIC microchips. I'm trying to work with someone else's code/project notes and have tried to build the code for a
PIC16F88-I/P and getting compilation errors. I think I've bitten off more than I can chew here
Can anyone help - it may be I am doing something basic that's wrong, or perhaps the code is out of date for later versions, I just don't know.
Many thanks,
----------------------------------------------------------------------
Release build of project `C:\GHWT MIDI\midi.mcp' started.
Language tool versions: MPASMWIN.exe v5.49, mplink.exe v4.47, mplib.exe v4.47
Wed May 01 14:33:58 2013
----------------------------------------------------------------------
Make: The target "C:\GHWT MIDI\GHWT.o" is out of date.
Executing: "C:\Program Files\Microchip\MPASM Suite\MPASMWIN.exe" /q /p16F88 "GHWT.asm" /l"GHWT.lst" /e"GHWT.err" /o"GHWT.o"
Error[113] C:\GHWT MIDI\GHWT.ASM 43 : Symbol not previously defined (_WRT_ENABLE_OFF)
Message[302] C:\GHWT MIDI\GHWT.ASM 71 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] C:\GHWT MIDI\GHWT.ASM 72 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] C:\GHWT MIDI\GHWT.ASM 76 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] C:\GHWT MIDI\GHWT.ASM 79 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] C:\GHWT MIDI\GHWT.ASM 82 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] C:\GHWT MIDI\GHWT.ASM 88 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] C:\GHWT MIDI\GHWT.ASM 91 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] C:\GHWT MIDI\GHWT.ASM 99 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] C:\GHWT MIDI\GHWT.ASM 124 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] C:\GHWT MIDI\GHWT.ASM 165 : Register in operand not in bank 0. Ensure that bank bits are correct.
Halting build on first failure as requested.
----------------------------------------------------------------------
Release build of project `C:\GHWT MIDI\midi.mcp' failed.
Language tool versions: MPASMWIN.exe v5.49, mplink.exe v4.47, mplib.exe v4.47
Wed May 01 14:34:01 2013
----------------------------------------------------------------------
BUILD FAILED
Site links & code below:
http://home.cogeco.ca/~mybrainhurts/GHDrum.htm