Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ns32ktoolchain [2023/04/12 10:55] – [Standalone binaries] adminns32ktoolchain [2023/04/12 10:56] (current) – [Standalone binaries] admin
Line 238: Line 238:
  -Ttext 0x0 -M -Map emutest.map  -o emutest.bin emutest.o  -Ttext 0x0 -M -Map emutest.map  -o emutest.bin emutest.o
 </code> </code>
 +GNU ld [[https://sourceware.org/binutils/docs/ld.pdf|documentation]] .
 +
 To check  binary file: To check  binary file:
 <code> <code>
Line 243: Line 245:
 ns32k-pc532-netbsd-objdump.exe -D -x --target=binary -m ns32k emutest.bin ns32k-pc532-netbsd-objdump.exe -D -x --target=binary -m ns32k emutest.bin
 </code> </code>
-GNU ld [[https://sourceware.org/binutils/docs/ld.pdf|documentation]] . 
- 
 Run ''emul32k'' emulator and binary file: Run ''emul32k'' emulator and binary file:
 <code> <code>
Navigation