Guest squirrelly_dude Posted September 14, 2003 Report Posted September 14, 2003 hi tk (or anyone else w/the answer), my problem is that perl can't open the hex file for reading. i made fuction changes, re-asembled with no errors and now can get the sysex file. very confusing. the original hex works but not the new one.please help. squirrel Quote
Guest squirrelly_dude Posted September 14, 2003 Report Posted September 14, 2003 hi tk (or anyone else w/the answer), my problem is that perl can't open the hex file for reading. i made fuction changes, re-asembled with no errors and now can get the sysex file. very confusing. the original hex works but not the new one.please help. squirrel Quote
TK. Posted September 15, 2003 Report Posted September 15, 2003 More details please - how and where did you assemble the file? What is the new filename? Do you see the file in the command shell (try the "dir" command)?Best Regards, Thorsten. Quote
TK. Posted September 15, 2003 Report Posted September 15, 2003 More details please - how and where did you assemble the file? What is the new filename? Do you see the file in the command shell (try the "dir" command)?Best Regards, Thorsten. Quote
Guest squirrelly_dude Posted September 15, 2003 Report Posted September 15, 2003 well here it goes.i assembled mpasm. same filenames.perl gave me an error message: "trying to overwrite os."i used the "-os_upload" flag and it seemed to work. is this right? Quote
Guest squirrelly_dude Posted September 15, 2003 Report Posted September 15, 2003 well here it goes.i assembled mpasm. same filenames.perl gave me an error message: "trying to overwrite os."i used the "-os_upload" flag and it seemed to work. is this right? Quote
TK. Posted September 15, 2003 Report Posted September 15, 2003 Aha, a completely new message? How should somebody know what was going on based on your initial question (which pointed to another direction: missing files)? ;-)No, this isn't right, the -os_upload option is reserved for myself - never use it, otherwise you will overwrite MIOS.The warning message notified that you possibly inserted a file (like lcd_app.inc) before mios_tables.inc - this is wrong - code has to be inserted behind mios_tables.incBest Regards, Thorsten. Quote
TK. Posted September 15, 2003 Report Posted September 15, 2003 Aha, a completely new message? How should somebody know what was going on based on your initial question (which pointed to another direction: missing files)? ;-)No, this isn't right, the -os_upload option is reserved for myself - never use it, otherwise you will overwrite MIOS.The warning message notified that you possibly inserted a file (like lcd_app.inc) before mios_tables.inc - this is wrong - code has to be inserted behind mios_tables.incBest Regards, Thorsten. Quote
Guest squirrelly_dude Posted September 15, 2003 Report Posted September 15, 2003 thanks that worked.so do i have to upload mios before i can upload lc? Quote
Guest squirrelly_dude Posted September 15, 2003 Report Posted September 15, 2003 thanks that worked.so do i have to upload mios before i can upload lc? Quote
Guest squirrelly_dude Posted September 16, 2003 Report Posted September 16, 2003 aaahhhhh,i see said the blind man. sorry for the lready answered questions and thanks for the replies.well i guess it's time to start building. i'll send you pictures when it's compled. Quote
Guest squirrelly_dude Posted September 16, 2003 Report Posted September 16, 2003 aaahhhhh,i see said the blind man. sorry for the lready answered questions and thanks for the replies.well i guess it's time to start building. i'll send you pictures when it's compled. 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.