/[gxemul]/trunk/demos/rectangles/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/rectangles/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 rectangles.c -O2 -c -o rectangles_alpha.o
         rectangles.c -c -o rectangles_alpha.o  
4  alpha-unknown-elf-ld -Ttext 0x10000 -e f rectangles_alpha.o -o rectangles_alpha  alpha-unknown-elf-ld -Ttext 0x10000 -e f rectangles_alpha.o -o rectangles_alpha
5  file rectangles_alpha  file rectangles_alpha
6  gxemul -X -E testalpha rectangles_alpha  ../../gxemul -X -E testalpha rectangles_alpha
7    
8    
9  ARM  ARM
10  ---  ---
11  arm-unknown-elf-gcc -I../../src/include/testmachine -g                  \  arm-unknown-elf-gcc -I../../src/include/testmachine -g rectangles.c -O2 -c -o rectangles_arm.o
         rectangles.c -c -o rectangles_arm.o  
12  arm-unknown-elf-ld -e f rectangles_arm.o -o rectangles_arm  arm-unknown-elf-ld -e f rectangles_arm.o -o rectangles_arm
13  file rectangles_arm  file rectangles_arm
14  gxemul -X -E testarm rectangles_arm  ../../gxemul -X -E testarm rectangles_arm
15    
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 rectangles.c -O2 -mips4 -mabi=64 -c -o rectangles_mips.o
20          rectangles.c -mips4 -mabi=64 -c -o rectangles_mips.o  mips64-unknown-elf-ld -Ttext 0xa800000000030000 -e f rectangles_mips.o -o rectangles_mips --oformat=elf64-bigmips
 mips64-unknown-elf-ld -Ttext 0xa800000000030000 -e f                    \  
         rectangles_mips.o -o rectangles_mips --oformat=elf64-bigmips  
21  file rectangles_mips  file rectangles_mips
22  gxemul -X -E testmips rectangles_mips  ../../gxemul -X -E testmips rectangles_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 rectangles.c -O2 -mips1 -mabi=32 -c -o rectangles_mips32.o
28          rectangles.c -mips1 -mabi=32 -c -o rectangles_mips.o  mips64-unknown-elf-ld -Ttext 0x80030000 -e f rectangles_mips32.o -o rectangles_mips32
29  mips64-unknown-elf-ld -Ttext 0x80030000 -e f                            \  file rectangles_mips32
30          rectangles_mips.o -o rectangles_mips  ../../gxemul -X -E testmips -C 4Kc rectangles_mips32
 file rectangles_mips  
 gxemul -X -E testmips -C R3000 rectangles_mips  
31    
32    
33  PPC (64-bit)  PPC (64-bit)
# Line 43  TODO Line 37  TODO
37    
38  PPC (32-bit)  PPC (32-bit)
39  ------------  ------------
40  ppc-unknown-elf-gcc -I../../src/include/testmachine -g                  \  ppc-unknown-elf-gcc -I../../src/include/testmachine -g rectangles.c -O2 -c -o rectangles_ppc.o
         rectangles.c -c -o rectangles_ppc.o  
41  ppc-unknown-elf-ld -e f rectangles_ppc.o -o rectangles_ppc  ppc-unknown-elf-ld -e f rectangles_ppc.o -o rectangles_ppc
42  file rectangles_ppc  file rectangles_ppc
43  gxemul -X -E testppc -C PPC750 rectangles_ppc  ../../gxemul -X -E testppc -C PPC750 rectangles_ppc
44    
45    
46    SPARC (64-bit)
47    --------------
48    sparc64-unknown-elf-gcc -I../../src/include/testmachine -g rectangles.c -O2 -c -o rectangles_sparc.o
49    sparc64-unknown-elf-ld -e f rectangles_sparc.o -o rectangles_sparc
50    file rectangles_sparc
51    ../../gxemul -X -E testsparc rectangles_sparc
52    

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

  ViewVC Help
Powered by ViewVC 1.1.26