/[gxemul]/upstream/0.4.0.1/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

Contents of /upstream/0.4.0.1/demos/rectangles/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27 - (show annotations)
Mon Oct 8 16:20:18 2007 UTC (16 years, 8 months ago) by dpavlin
File size: 1393 byte(s)
0.4.0.1
1 Alpha
2 -----
3 alpha-unknown-elf-gcc -I../../src/include/testmachine -g \
4 rectangles.c -c -o rectangles_alpha.o
5 alpha-unknown-elf-ld -Ttext 0x10000 -e f rectangles_alpha.o -o rectangles_alpha
6 file rectangles_alpha
7 gxemul -X -E testalpha rectangles_alpha
8
9
10 ARM
11 ---
12 arm-unknown-elf-gcc -I../../src/include/testmachine -g \
13 rectangles.c -c -o rectangles_arm.o
14 arm-unknown-elf-ld -e f rectangles_arm.o -o rectangles_arm
15 file rectangles_arm
16 gxemul -X -E testarm rectangles_arm
17
18
19 MIPS (64-bit)
20 -------------
21 mips64-unknown-elf-gcc -I../../src/include/testmachine -g -DMIPS \
22 rectangles.c -mips4 -mabi=64 -c -o rectangles_mips.o
23 mips64-unknown-elf-ld -Ttext 0xa800000000030000 -e f \
24 rectangles_mips.o -o rectangles_mips --oformat=elf64-bigmips
25 file rectangles_mips
26 gxemul -X -E testmips rectangles_mips
27
28
29 MIPS (32-bit)
30 -------------
31 mips64-unknown-elf-gcc -I../../src/include/testmachine -g -DMIPS \
32 rectangles.c -mips1 -mabi=32 -c -o rectangles_mips.o
33 mips64-unknown-elf-ld -Ttext 0x80030000 -e f \
34 rectangles_mips.o -o rectangles_mips
35 file rectangles_mips
36 gxemul -X -E testmips -C R3000 rectangles_mips
37
38
39 PPC (64-bit)
40 ------------
41 TODO
42
43
44 PPC (32-bit)
45 ------------
46 ppc-unknown-elf-gcc -I../../src/include/testmachine -g \
47 rectangles.c -c -o rectangles_ppc.o
48 ppc-unknown-elf-ld -e f rectangles_ppc.o -o rectangles_ppc
49 file rectangles_ppc
50 gxemul -X -E testppc -C PPC750 rectangles_ppc
51

  ViewVC Help
Powered by ViewVC 1.1.26