Jump to content

hex2syx problem


Recommended Posts

Guest squirrelly_dude
Posted

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

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

Posted

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.

Posted

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

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

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?

Posted

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

Best Regards, Thorsten.

Posted

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

Best Regards, Thorsten.

Guest squirrelly_dude
Posted

thanks that worked.

so do i have to upload mios before i can upload lc?

Guest squirrelly_dude
Posted

thanks that worked.

so do i have to upload mios before i can upload lc?

Guest squirrelly_dude
Posted

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

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.

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