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

Posted
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

Posted
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...