FAST file out of date error, problems w/mplab ide build

IaRoadKill

New member
I'm trying to program 16F688 chips for FAST.

I'm using this File : http://www.doityourselfchristmas.co...nowfall_Tube_With_Tail_(Random)_20110813_.asm

Even if I make no changes to the file, This is the error that I get:

----------------------------------------------------------------------
Debug build of project `C:\Firmware\FAST_1_R_56.mcp' started.
Language tool versions: MPASMWIN.exe v5.51, mplink.exe v4.49, mplib.exe v4.49
Preprocessor symbol `__DEBUG' is defined.
Sun Aug 09 17:59:39 2015
----------------------------------------------------------------------
Make: The target "C:\Firmware\FAST_Snowfall_Tube_With_Tail_(Random)_20110813_.o" is out of date.
Executing: "C:\Program Files (x86)\Microchip\MPASM Suite\MPASMWIN.exe" /q /p16F688 "FAST_Snowfall_Tube_With_Tail_(Random)_20110813_.asm" /l"FAST_Snowfall_Tube_With_Tail_(Random)_20110813_.lst" /e"FAST_Snowfall_Tube_With_Tail_(Random)_20110813_.err" /o"FAST_Snowfall_Tube_With_Tail_(Random)_20110813_.o" /d__DEBUG=1
Error[152] C:\FIRMWARE\FAST_SNOWFALL_TUBE_WITH_TAIL_(RANDOM)_20110813_.ASM 48 : Executable code and data must be defined in an appropriate section
Message[302] C:\FIRMWARE\FAST_SNOWFALL_TUBE_WITH_TAIL_(RANDOM)_20110813_.ASM 49 : Register in operand not in bank 0. Ensure that bank bits are correct.
Error[152] C:\FIRMWARE\FAST_SNOWFALL_TUBE_WITH_TAIL_(RANDOM)_20110813_.ASM 49 : Executable code and data must be defined in an appropriate section
Error[152] C:\FIRMWARE\FAST_SNOWFALL_TUBE_WITH_TAIL_(RANDOM)_20110813_.ASM 50 : Executable code and data must be defined in an appropriate section
Error[152] C:\FIRMWARE\FAST_SNOWFALL_TUBE_WITH_TAIL_(RANDOM)_20110813_.ASM 51 : Executable code and data must be defined in an appropriate section
Error[152] C:\FIRMWARE\FAST_SNOWFALL_TUBE_WITH_TAIL_(RANDOM)_20110813_.ASM 63 : Executable code and data must be defined in an appropriate section
Error[152] C:\FIRMWARE\FAST_SNOWFALL_TUBE_WITH_TAIL_(RANDOM)_20110813_.ASM 64 : Executable code and data must be defined in an appropriate section
Error[151] C:\FIRMWARE\FAST_SNOWFALL_TUBE_WITH_TAIL_(RANDOM)_20110813_.ASM 65 : Operand contains unresolvable labels or is too complex

..... MANY, MANY LINES LIKE THIS!...........

Error[152] C:\FIRMWARE\FAST_SNOWFALL_TUBE_WITH_TAIL_(RANDOM)_20110813_.ASM 541 : Executable code and data must be defined in an appropriate section
Error[152] C:\FIRMWARE\FAST_SNOWFALL_TUBE_WITH_TAIL_(RANDOM)_20110813_.ASM 542 : Executable code and data must be defined in an appropriate section
Halting build on first failure as requested.
----------------------------------------------------------------------
Debug build of project `C:\Firmware\FAST_1_R_56.mcp' failed.
Language tool versions: MPASMWIN.exe v5.51, mplink.exe v4.49, mplib.exe v4.49
Preprocessor symbol `__DEBUG' is defined.
Sun Aug 09 17:59:42 2015
----------------------------------------------------------------------
BUILD FAILED

Is there a newer File? :cry:
 
OK it's official. I am stupid. :blush2:

I went back to the beginer videos and noticed I was NOT using the WMPASMWIN version from the MPLAB file folder.
Works like a champ! :thup2:

( On a side-note, I have successfully used the MPLAB version in the past to successfully program a pic. Someone posted a walk-through for it, but I cannot find it now. I'll keep looking unless someone out there knows where it is?)
 
Back
Top