/[gxemul]/trunk/demos/disk/README
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/demos/disk/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 31 by dpavlin, Mon Oct 8 16:20:26 2007 UTC revision 32 by dpavlin, Mon Oct 8 16:20:58 2007 UTC
# Line 43  file disk_ppc Line 43  file disk_ppc
43  gxemul -d disk.img -E testppc -C PPC750 disk_ppc  gxemul -d disk.img -E testppc -C PPC750 disk_ppc
44    
45    
46    SH (32-bit)
47    -----------
48    
49    sh64-superh-elf-gcc -m5-compact -I../../src/include/testmachine -g disk.c -c -o disk_sh.o
50    sh64-superh-elf-ld -mshelf32 -e _f disk_sh.o -o disk_sh
51    file disk_sh
52    gxemul -d disk.img -E testsh disk_sh
53    
54    
55  SPARC (64-bit)  SPARC (64-bit)
56  --------------  --------------
57  sparc64-unknown-elf-gcc -I../../src/include/testmachine -g disk.c -c -o disk_sparc.o  sparc64-unknown-elf-gcc -I../../src/include/testmachine -g disk.c -c -o disk_sparc.o

Legend:
Removed from v.31  
changed lines
  Added in v.32

  ViewVC Help
Powered by ViewVC 1.1.26