Stigmata Posted September 15, 2003 Report Posted September 15, 2003 Hi!Can someone please tell me how to change the main.asm..Want to change the 8580 filter to the 6581 to see if work better....( ;; set this to '1' to enable the filter software workaround for the 8580 SID#define CBM8580_FILTER_FIX 0 )And when I press te F10 (MAKE) is this error message:Executing: "F:\ucapps\microchip\MPLAB IDE\MCHIP_Tools\mpasmwin.exe" /q /p18F452 "main.asm" /l"main.lst" /e"main.err"Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_IO_TABLES.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_ENC_TABLE.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_BUTTONS.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_MATRIX.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_TIMER.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_P2R_R2P.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_PRINT.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_TABLES.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_TABLES_STRUCT.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_CC_TABLE.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MATH_MUL16_16.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\SID_SYSEX_TABLE.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\SID_FRQ_TABLE.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\SID_ENV_TABLE.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\SID_LFO_TABLE.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\SID_SIN_TABLE.INC)Halting build on first failure as requested.BUILD FAILED: Sun Sep 14 22:26:26 2003Help me I´m new on this...Christoffer Quote
Stigmata Posted September 15, 2003 Author Report Posted September 15, 2003 Hi!Can someone please tell me how to change the main.asm..Want to change the 8580 filter to the 6581 to see if work better....( ;; set this to '1' to enable the filter software workaround for the 8580 SID#define CBM8580_FILTER_FIX 0 )And when I press te F10 (MAKE) is this error message:Executing: "F:\ucapps\microchip\MPLAB IDE\MCHIP_Tools\mpasmwin.exe" /q /p18F452 "main.asm" /l"main.lst" /e"main.err"Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_IO_TABLES.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_ENC_TABLE.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_BUTTONS.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_MATRIX.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_TIMER.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_P2R_R2P.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_PRINT.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_TABLES.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_TABLES_STRUCT.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\CS_MENU_CC_TABLE.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MATH_MUL16_16.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\SID_SYSEX_TABLE.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\SID_FRQ_TABLE.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\SID_ENV_TABLE.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\SID_LFO_TABLE.INC)Error[173] F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\MAIN.ASM 211 : source file path exceeds 62 characters (F:\UCAPPS\SID\MIDIBOX_SID_V1_5B_18F_STEPC\NEW\SID_SIN_TABLE.INC)Halting build on first failure as requested.BUILD FAILED: Sun Sep 14 22:26:26 2003Help me I´m new on this...Christoffer Quote
DriftZ Posted September 15, 2003 Report Posted September 15, 2003 source file path exceeds 62 characters the pathname is too long,move your project files to something short like c:\projects\ for example, that should help.goodluck Quote
DriftZ Posted September 15, 2003 Report Posted September 15, 2003 source file path exceeds 62 characters the pathname is too long,move your project files to something short like c:\projects\ for example, that should help.goodluck Quote
Stigmata Posted September 15, 2003 Author Report Posted September 15, 2003 Thanks!Working just fine!! ;DChristoffer Quote
Stigmata Posted September 15, 2003 Author Report Posted September 15, 2003 Thanks!Working just fine!! ;DChristoffer 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.