31.12.2013 Views

Linkage Kit Manual V6-00 - Fujitsu

Linkage Kit Manual V6-00 - Fujitsu

Linkage Kit Manual V6-00 - Fujitsu

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

19.2 Questions and Answers on Using an Object Format Converter<br />

19.2 Questions and Answers on Using an Object Format<br />

Converter<br />

Section 19.2 covers the questions and answers on using an object format converter.<br />

■ Questions and Answers on Using an Object Format Converter<br />

Q. There are many converters available. Which one should I use?<br />

A. A converter is used to convert an absolute format load module file that is output by a<br />

linker to an object format that can be read by a ROM writer.<br />

It is recommended to use f2ms converting to the S format and f2hs to the HEX format<br />

because the f2ms and f2hs fully support the 32bits addressing space.<br />

Use other conversion tools as required.<br />

Example f2ms absfile.abs -> Outputs absfile.mhx in the S format<br />

Q. When I use binary converter and format adjuster, an error, "F9<strong>00</strong>1U: Insufficient<br />

memory" is output and I cannot convert data to a binary image. What should I do?<br />

A. Binary converter and format adjuster secure as much memory as the area to be converted.<br />

If you try to convert a large area to the memory image at once, an error, "F9<strong>00</strong>1U:<br />

Insufficient memory" may be output and the processing interrupted. In such a case, split<br />

the target area into multiple continuous areas and create a memory image for each of<br />

them. Then, merge the files into one binary image.<br />

Example Converting the binary image area from 0xC<strong>00</strong><strong>00</strong>0 through 0xFFFFFF<br />

- If enough memory can be secured (Normal):<br />

1 m2bs absfile.mhx -ran 0xC<strong>00</strong><strong>00</strong>0,0xFFFFFF<br />

- If an error, "F9<strong>00</strong>1U: Insufficient memory" is output:<br />

1 m2bs absfile.mhx -ran 0xC<strong>00</strong><strong>00</strong>0,0xDFFFFF -o absfile1.bin<br />

2 m2bs absfile.mhx -ran 0xE<strong>00</strong><strong>00</strong>0,0xFFFFFF -o absfile2.bin<br />

3 copy /b absfile1.bin + absfile2.bin absfile.bin<br />

PART IV OBJECT FORMAT CONVERTERS 309

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!