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
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
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.
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.
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?
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?
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.
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.
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?
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?
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.
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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now