lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since b19e892 was 70b570c, checked in by Maurizio Lombardi <m.lombardi85@…>, 12 years ago |
demos: update the "edit" program to the latest version.
|
-
Property mode
set to
100644
|
File size:
359 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 /lib/libsoftint.a
|
---|
Note:
See
TracBrowser
for help on using the repository browser.