|
Last change
on this file 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:
347 bytes
|
| Line | |
|---|
| 1 | cc -D__PCC__ -I/inc/c -E -o sheet.i sheet.c
|
|---|
| 2 | cc -D__PCC__ -I/inc/c -E -o edit.i edit.c
|
|---|
| 3 | cc -D__PCC__ -I/inc/c -E -o search.i search.c
|
|---|
| 4 |
|
|---|
| 5 | cc -S -o sheet.s sheet.i
|
|---|
| 6 | cc -S -o edit.s edit.i
|
|---|
| 7 | cc -S -o search.s search.i
|
|---|
| 8 |
|
|---|
| 9 | as -o sheet.o sheet.s
|
|---|
| 10 | as -o edit.o edit.s
|
|---|
| 11 | as -o search.o search.s
|
|---|
| 12 |
|
|---|
| 13 | ld -T /inc/_link.ld -o edit_ sheet.o edit.o search.o /lib/libc.a -lgcc
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.