lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since c486f83 was c486f83, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago |
Remove unused obsolete files, and remove references to libsoftint in demos
|
-
Property mode
set to
100644
|
File size:
476 bytes
|
Line | |
---|
1 | cc -D__PCC__ -I/inc/c -E -o scores.i scores.c
|
---|
2 | cc -D__PCC__ -I/inc/c -E -o screen.i screen.c
|
---|
3 | cc -D__PCC__ -I/inc/c -E -o shapes.i shapes.c
|
---|
4 | cc -D__PCC__ -I/inc/c -E -o tetris.i tetris.c
|
---|
5 |
|
---|
6 | cc -S -o scores.s scores.i
|
---|
7 | cc -S -o screen.s screen.i
|
---|
8 | cc -S -o shapes.s shapes.i
|
---|
9 | cc -S -o tetris.s tetris.i
|
---|
10 |
|
---|
11 | as -o scores.o scores.s
|
---|
12 | as -o screen.o screen.s
|
---|
13 | as -o shapes.o shapes.s
|
---|
14 | as -o tetris.o tetris.s
|
---|
15 |
|
---|
16 | ld -T /inc/_link.ld -o tetris_ scores.o screen.o shapes.o tetris.o /lib/libc.a -lgcc
|
---|
Note:
See
TracBrowser
for help on using the repository browser.