Jump to content

Recommended Posts

Posted

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 2003

Help me I´m new on this...

Christoffer

Posted

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 2003

Help me I´m new on this...

Christoffer

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...