tokyomatik Posted March 23, 2007 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
TK. Posted March 23, 2007 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now