| Revision 19,
381 bytes
checked in by pntsvt00, 15 years ago
(diff) |
|
ora ho 2 sorgenti SPARC-V9, memory.hex e memory_hello.hex
|
| Line | |
|---|
| 1 | #!/bin/bash |
|---|
| 2 | |
|---|
| 3 | ##bisognerebbe fare un makefile ma per ora: |
|---|
| 4 | |
|---|
| 5 | ## compila con ISA SPARC-V9 |
|---|
| 6 | /opt/sparc64-sun-solaris2.8-toolchain/bin/sparc64-sun-solaris2.8-gcc -ffreestanding -nostdinc -c test.c |
|---|
| 7 | |
|---|
| 8 | ## fa il dump del file |
|---|
| 9 | /opt/sparc64-sun-solaris2.8-toolchain/sparc64-sun-solaris2.8/bin/objdump -d test.o >test.dump |
|---|
| 10 | |
|---|
| 11 | ### crea memory.hex |
|---|
| 12 | ../tools/dump2hex.php <test.dump >../sim/memory.hex |
|---|
Note: See
TracBrowser
for help on using the repository browser.