/[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 27 by dpavlin, Mon Oct 8 16:19:56 2007 UTC revision 28 by dpavlin, Mon Oct 8 16:20:26 2007 UTC
# Line 1  Line 1 
1  Alpha  Alpha
2  -----  -----
3  alpha-unknown-elf-gcc -I../../src/include/testmachine -g                \  alpha-unknown-elf-gcc -I../../src/include/testmachine -g disk.c -c -o disk_alpha.o
         disk.c -c -o disk_alpha.o  
4  alpha-unknown-elf-ld -Ttext 0x10000 -e f disk_alpha.o -o disk_alpha  alpha-unknown-elf-ld -Ttext 0x10000 -e f disk_alpha.o -o disk_alpha
5  file disk_alpha  file disk_alpha
6  gxemul -d disk.img -E testalpha disk_alpha  gxemul -d disk.img -E testalpha disk_alpha
# Line 17  gxemul -d disk.img -E testarm disk_arm Line 16  gxemul -d disk.img -E testarm disk_arm
16    
17  MIPS (64-bit)  MIPS (64-bit)
18  -------------  -------------
19  mips64-unknown-elf-gcc -I../../src/include/testmachine -g -DMIPS        \  mips64-unknown-elf-gcc -I../../src/include/testmachine -g -DMIPS disk.c -mips4 -mabi=64 -c -o disk_mips.o
20          disk.c -mips4 -mabi=64 -c -o disk_mips.o  mips64-unknown-elf-ld -Ttext 0xa800000000030000 -e f disk_mips.o -o disk_mips --oformat=elf64-bigmips
 mips64-unknown-elf-ld -Ttext 0xa800000000030000 -e f                    \  
         disk_mips.o -o disk_mips --oformat=elf64-bigmips  
21  file disk_mips  file disk_mips
22  gxemul -d disk.img -E testmips disk_mips  gxemul -d disk.img -E testmips disk_mips
23    
24    
25  MIPS (32-bit)  MIPS (32-bit)
26  -------------  -------------
27  mips64-unknown-elf-gcc -I../../src/include/testmachine -g -DMIPS        \  mips64-unknown-elf-gcc -I../../src/include/testmachine -g -DMIPS disk.c -mips1 -mabi=32 -c -o disk_mips32.o
28          disk.c -mips1 -mabi=32 -c -o disk_mips.o  mips64-unknown-elf-ld -Ttext 0x80030000 -e f disk_mips32.o -o disk_mips32
29  mips64-unknown-elf-ld -Ttext 0x80030000 -e f                            \  file disk_mips32
30          disk_mips.o -o disk_mips  gxemul -d disk.img -E testmips -C R3000 disk_mips32
 file disk_mips  
 gxemul -d disk.img -E testmips -C R3000 disk_mips  
31    
32    
33  PPC (64-bit)  PPC (64-bit)
# Line 47  ppc-unknown-elf-ld -e f disk_ppc.o -o di Line 42  ppc-unknown-elf-ld -e f disk_ppc.o -o di
42  file disk_ppc  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    SPARC (64-bit)
47    --------------
48    sparc64-unknown-elf-gcc -I../../src/include/testmachine -g disk.c -c -o disk_sparc.o
49    sparc64-unknown-elf-ld -e f disk_sparc.o -o disk_sparc
50    file disk_sparc
51    gxemul -d disk.img -E testsparc disk_sparc
52    

Legend:
Removed from v.27  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC 1.1.26