hex2syx problem

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

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

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.

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.

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?

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?

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)? :wink:

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.

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)? :wink:

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.

thanks that worked.

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

thanks that worked.

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

RTFM…

Best Regards, Thorsten.

RTFM…

Best Regards, Thorsten.

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.

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.