tarzan boy Posted October 6, 2005 Report Share Posted October 6, 2005 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 Quote Link to comment Share on other sites More sharing options...
TK. Posted October 12, 2005 Report Share Posted October 12, 2005 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. Quote Link to comment Share on other sites More sharing options...
tarzan boy Posted October 12, 2005 Author Report Share Posted October 12, 2005 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. Quote Link to comment Share on other sites More sharing options...
ris8_allo_zen0 Posted August 26, 2007 Report Share Posted August 26, 2007 ======= 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#endifCS_MENU_PRINT_DEV_Invalid rgoto CS_MENU_PRINT_Invalid; --------------------------------------------------------------------------[/pre]Best regards,Enrico Quote Link to comment Share on other sites More sharing options...
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.