tokyomatik Posted March 23, 2007 Report Posted March 23, 2007 hi guysi'm re- trying to customize the setting for my lcd 2 x 16using mplabso i create a new project and i copied all the sources files from the directorysid_v1_7303bi did my change to asm file and i pressed f10but i got this error messagehow can i solve this?what's wrong? Make: The target "C:\sid_v1_7303\main.o" is out of date.Executing: "C:\Programmi\Microchip\MPASM Suite\MPAsmWin.exe" /q /p18F452 "main.asm" /l"main.lst" /e"main.err" /o"main.o"Error[151] C:\SID_V1_7303\SID_FRQ_TABLE.INC 20 : Operand contains unresolvable labels or is too complexError[151] C:\SID_V1_7303\SID_FRQ_TABLE.INC 23 : Operand contains unresolvable labels or is too complexError[151] C:\SID_V1_7303\SID_SIN_TABLE.INC 26 : Operand contains unresolvable labels or is too complexError[151] C:\SID_V1_7303\SID_SIN_TABLE.INC 29 : Operand contains unresolvable labels or is too complexError[151] C:\SID_V1_7303\CS_MENU_MS.INC 438 : Operand contains unresolvable labels or is too complexError[151] C:\SID_V1_7303\SID_LCD.INC 89 : Operand contains unresolvable labels or is too complexError[151] C:\SID_V1_7303\SID_PATCH.INC 65 : Operand contains unresolvable labels or is too complexError[151] C:\SID_V1_7303\SID_SW.INC 1731 : Operand contains unresolvable labels or is too complexError[151] C:\SID_V1_7303\SID_SW.INC 1734 : Operand contains unresolvable labels or is too complexError[151] C:\SID_V1_7303\SID_SYSEX.INC 665 : Operand contains unresolvable labels or is too complexError[151] C:\SID_V1_7303\SID_CC_TABLE.INC 41 : Operand contains unresolvable labels or is too complexError[151] C:\SID_V1_7303\SID_CC_TABLE.INC 44 : Operand contains unresolvable labels or is too complexError[151] C:\SID_V1_7303\SID_SYSEX_TABLE.INC 20 : Operand contains unresolvable labels or is too complexError[151] C:\SID_V1_7303\SID_SYSEX_TABLE.INC 23 : Operand contains unresolvable labels or is too complexError[151] C:\SID_V1_7303\SID_ENV_TABLE.INC 21 : Operand contains unresolvable labels or is too complexError[151] C:\SID_V1_7303\SID_ENV_TABLE.INC 24 : Operand contains unresolvable labels or is too complexError[151] C:\SID_V1_7303\SID_LFO_TABLE.INC 21 : Operand contains unresolvable labels or is too complexError[151] C:\SID_V1_7303\SID_LFO_TABLE.INC 24 : Operand contains unresolvable labels or is too complexError[151] C:\SID_V1_7303\SID_NOTE_TABLE.INC 40 : Operand contains unresolvable labels or is too complexError[151] C:\SID_V1_7303\SID_NOTE_TABLE.INC 43 : Operand contains unresolvable labels or is too complexHalting build on first failure as requested.BUILD FAILED: Fri Mar 23 01:10:34 2007 Quote
stryd_one Posted March 23, 2007 Report Posted March 23, 2007 You can delete the .o files and try again. Quote
tokyomatik Posted March 23, 2007 Author Report Posted March 23, 2007 ok, i'll try later and i'll let u know Quote
TK. Posted March 23, 2007 Report Posted March 23, 2007 The "object file" switch has to be disabled like shown in this picture: http://www.ucapps.de/howto_tools/mpasm4.gifBest Regards, Thorsten. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.