Jump to content

Recommended Posts

Posted

when i try to compile 303beta9, i get the following error, any chance anyone knows what this means?

Error[113] C:\WINDOWS\DESKTOP\303_9\CS_MENU_PRINT.INC 186: Symbol not previously defined (CS_MENU_PRINT_DEV_Invalid)

Error[126] C:\WINDOWS\DESKTOP\303_9\CS_MENU_PRINT.INC 186: Argument out of range (-9547 not between -128 and 127)

Halting build on first failure as requested.

BUILD FAILED

[5 minutes later]

thinking maybe there was a typo, i changed the appearance of CS_MENU_PRINT_DEV_Invalid to CS_MENU_PRINT_Invalid and now I just get the 2nd error, except it now reads:

Error[126] C:\WINDOWS\DESKTOP\303_9\CS_MENU_PRINT.INC 186: Argument out of range (-541 not between -128 and 127)

Halting build on first failure as requested.

BUILD FAILED

Posted

Maybe it would help to know, which changes you are doing exactly. Are you able to build the original release without any modification?

Best Regards, Thorsten.

Posted

no changes, except for whichever one change in the main.asm calls the function CS_MENU_PRINT_DEV.

Sorry i'm not at home at the moment so i cant say which exact change that is, i think AUTO_CS_ENABLED.

  • 1 year later...
Posted

======= 11 months elapsed from the last post =======

I experienced the same problem with 1.74685. It raises when AUTO_CS_ENABLED=0.

Using tarzan boy's typo hypotesis, I changed the code this way (line added is bold). It compiles well, but I can't say what will be the effects  :P

[pre]

; --------------------------------------------------------------------------

CS_MENU_PRINT_DEV

#if AUTO_DEVICE_ID == 0

movf CS_MENU_SID, W

andlw 0x03

bnz CS_MENU_PRINT_DEV_Invalid

incf SID_MIDI_DEVICE, W

rgoto CS_MENU_PRINT_Dec

#endif

CS_MENU_PRINT_DEV_Invalid

rgoto CS_MENU_PRINT_Invalid

; --------------------------------------------------------------------------

[/pre]

Best regards,

Enrico

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...