Thanks. The workaround solves my crash issue.
Sdcc Crashes During Build Process
Yes, I was able to convert the file using the srec_cat utility. It would be a useful enhancement to support either S1/S9 or S2/S8 format directly from sdcc.
MOS6502 target is producing S2/S8 output format, Should be S1/S9.
I am compiling a small program for the mos6502 and want Motorola S record output format. I want the format with S1/S9 records (16-bit addresses) but it is producing S2/S8 (24-bit addresses). Any idea what I am doing wrong or if this is a a bug? This is how I am building it: sdcc -mmos6502 --out-fmt-s19 hello.c I have built sdcc from the latest code in svn.
Add rules to conditionally build dmcrypt-get device. Add some translations to make file.
Revert back to configure.ac instead of configure.in
Revert some changes from last commit that were older versions.